]> git.mxchange.org Git - simgear.git/commit
Add method canvas::Group::getElementById
authorThomas Geymayer <tomgey@gmail.com>
Thu, 29 Nov 2012 23:06:17 +0000 (00:06 +0100)
committerThomas Geymayer <tomgey@gmail.com>
Thu, 29 Nov 2012 23:06:17 +0000 (00:06 +0100)
commit8816d0a9ac5c33c7c911714978c91f732dc0bb42
treed5ddc0bcd4e4810292062ca854cb8c5efda652a6
parent229837b14c8c31ec5d7c920e3c4dc7cba58e2419
Add method canvas::Group::getElementById

 - canvas::Group: New method to get a (possibly
   nested) child by its id.
 - nasal::Ghost: Also support recursive parent
   hashes.
simgear/canvas/CMakeLists.txt
simgear/canvas/elements/CanvasGroup.cxx
simgear/canvas/elements/CanvasGroup.hxx
simgear/nasal/cppbind/Ghost.hxx
simgear/nasal/cppbind/cppbind_test.cxx