class GmAnimatedWidget |
The animated widget class encapsulates all animation behavior for glam components
![]() | GmAnimatedWidget () Standard constructor |
![]() | animationFinished (GmTypes::AnimationType animationType) This is a callback that is called whenever an animation completes running. |
![]() | applyAnimationTransforms () Applies all animation transforms for the current component based on the current animation that is active |
![]() | setEventAnimation (GmTypes::AnimationType animType, GmAnimation* animation) Sets the animation to use for a particular animation type. |
![]() | ~GmAnimatedWidget () Standard destructor |
![]() | mAppearAnimation The appear animation is performed when the setVisible(true) method is called upon the GLAM component |
![]() | mCurrentAnimation The current animation type that is being played back |
![]() | mIdleAnimation The idle animation is played whenever this GLAM component is just sitting around doing nothing |
![]() | 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