Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
XWalkMC::ParameterTransition Class Reference
Inheritance diagram for XWalkMC::ParameterTransition:
Detailed DescriptionDefinition at line 114 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 1126 of file XWalkMC.cc.
Definition at line 1134 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 130 of file XWalkMC.h. Referenced by plistValueChanged(). current acceleration of parameter Definition at line 132 of file XWalkMC.h. Referenced by plistValueChanged(), and update(). current velocity of parameter (d for derivative) Definition at line 131 of file XWalkMC.h. Referenced by plistValueChanged(), and update(). set to true if in the deceleration phase of transitioning Definition at line 136 of file XWalkMC.h. Referenced by plistValueChanged(), and update(). the parameter which is updated with smoothly transitioning values based on src Definition at line 129 of file XWalkMC.h. Referenced by ParameterTransition(), plistValueChanged(), and update().
time of last call to update() or reset() Definition at line 135 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 128 of file XWalkMC.h. Referenced by ParameterTransition(), plistValueChanged(), update(), and ~ParameterTransition().
time at which src was changed Definition at line 133 of file XWalkMC.h. Referenced by plistValueChanged(), and update(). The documentation for this class was generated from the following files: |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:19 2016 by Doxygen 1.6.3 |