]> git.mxchange.org Git - simgear.git/commit
Helper for property controlled subsystems
authorThomas Geymayer <tomgey@gmail.com>
Mon, 29 Oct 2012 15:10:10 +0000 (16:10 +0100)
committerThomas Geymayer <tomgey@gmail.com>
Mon, 29 Oct 2012 15:11:35 +0000 (16:11 +0100)
commit5330dc34bcde0b3d01490fdbc05af4435a0d111c
tree7b23ec84ecd84d349348170dc5ad58e02f82534f
parent4854a9e32025404e68865c61b95f2143d023c6b6
Helper for property controlled subsystems

 - Subsystem which manages a list of elements which
   are controlled through the property tree.
 - Fix a ShivaVG compiler warning.
 - Add some helper functions to trigger property removed/add
   events for a whole property tree.
simgear/canvas/ShivaVG/src/shPaint.c
simgear/props/CMakeLists.txt
simgear/props/PropertyBasedElement.cxx [new file with mode: 0644]
simgear/props/PropertyBasedElement.hxx [new file with mode: 0644]
simgear/props/PropertyBasedMgr.cxx [new file with mode: 0644]
simgear/props/PropertyBasedMgr.hxx [new file with mode: 0644]
simgear/props/props.cxx
simgear/props/props.hxx