class GmAnimatedWidget |
The animated widget class encapsulates all animation behavior for glam components
GmAnimatedWidget () Standard constructor | |
virtual void | animationFinished (GmTypes::AnimationType animationType) This is a callback that is called whenever an animation completes running. |
virtual void | applyAnimationTransforms () Applies all animation transforms for the current component based on the current animation that is active |
virtual void | setEventAnimation (GmTypes::AnimationType animType, GmAnimation* animation) Sets the animation to use for a particular animation type. |
virtual | ~GmAnimatedWidget () Standard destructor |
GmAnimation* | mAppearAnimation The appear animation is performed when the setVisible(true) method is called upon the GLAM component |
GmTypes::AnimationType | mCurrentAnimation The current animation type that is being played back |
GmAnimation* | mIdleAnimation The idle animation is played whenever this GLAM component is just sitting around doing nothing |
GmAnimation* | mVanishAnimation The vanish animation is performed when the setVisible(false) method is called upon the GLAM component |
The animated widget class encapsulates all animation behavior for glam components
Alphabetic index HTML hierarchy of classes or Java