| Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
XWalkMC::ParameterTransition Class Reference
Inheritance diagram for XWalkMC::ParameterTransition:
![]() Detailed DescriptionDefinition at line 124 of file XWalkMC.h.
Constructor & Destructor Documentation
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 Implements plist::PrimitiveListener. Definition at line 1094 of file XWalkMC.cc.
Definition at line 1102 of file XWalkMC.cc. Member Data Documentationcollection which ParameterTransition will insert itself when src has been changed and transition is in progress Definition at line 140 of file XWalkMC.h. Referenced by plistValueChanged(). current acceleration of parameter Definition at line 142 of file XWalkMC.h. Referenced by plistValueChanged(), and update(). current velocity of parameter (d for derivative) Definition at line 141 of file XWalkMC.h. Referenced by plistValueChanged(), and update(). set to true if in the deceleration phase of transitioning Definition at line 146 of file XWalkMC.h. Referenced by plistValueChanged(), and update(). the parameter which is updated with smoothly transitioning values based on src Definition at line 139 of file XWalkMC.h. Referenced by ParameterTransition(), plistValueChanged(), and update().
time of last call to update() or reset() Definition at line 145 of file XWalkMC.h. Referenced by plistValueChanged(), and update(). the parameter which is being monitored for changes (a member of the superclass of XWalkMC) Definition at line 138 of file XWalkMC.h. Referenced by ParameterTransition(), plistValueChanged(), update(), and ~ParameterTransition().
time at which src was changed Definition at line 143 of file XWalkMC.h. Referenced by plistValueChanged(), and update(). The documentation for this class was generated from the following files: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Tekkotsu v5.1CVS |
Generated Tue Jan 31 04:32:29 2012 by Doxygen 1.6.3 |