Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
plist::PrimitiveListener Class ReferenceIf you wish to be notified any time a particular plist primitive's value has been changed, inherit from this and implement the callback, then register it with the plist object through Primitive::addPrimitiveListener(). More...
Inheritance diagram for plist::PrimitiveListener:
Detailed DescriptionIf you wish to be notified any time a particular plist primitive's value has been changed, inherit from this and implement the callback, then register it with the plist object through Primitive::addPrimitiveListener(). Definition at line 103 of file plistBase.h.
Member Function Documentation
This will be called whenever a plist you have registered with is changed. pl is const to help you avoid infinite recursion from an accidental modification of pl's value -- use a const cast if you're sure you know what you're doing Implemented in KinematicJoint, XWalkMC::ParameterTransition, plist::CollectionCallbackMember< O >, plist::PrimitiveCallbackMember< O >, plist::CollectionCallbackMember< LinkComponent >, plist::CollectionCallbackMember< PhysicsBody >, plist::PrimitiveCallbackMember< vision_config >, plist::PrimitiveCallbackMember< PhysicsWorld >, plist::PrimitiveCallbackMember< LinkComponent >, plist::PrimitiveCallbackMember< PhysicsBody >, and plist::PrimitiveCallbackMember< PhysicsBody::ComponentListener >. Referenced by plist::AutoCollectionListener::plistCollectionEntryAdded().
This will be called whenever a plist you have registered with is reassigned is current value (usually something you'll want to ignore...). Argument is const to help you avoid infinite recursion from an accidental modification of its value -- use a const cast if you're sure you know what you're doing Definition at line 115 of file plistBase.h. The documentation for this class was generated from the following file: |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:24 2016 by Doxygen 1.6.3 |