|
Rasterfarm-SDK
|
#include <animation.h>
Public Member Functions | |
| Animation (const Attribute &attribute, bool easeDirection=false) | |
| virtual | ~Animation () |
| void | computeSteps () |
Public Member Functions inherited from Sequence::AnimationBase | |
| AnimationBase (const Attribute &attribute) | |
| virtual | ~AnimationBase () |
| const Attribute & | getAttribute () |
| virtual void | reset () |
| void | expire () |
| void | printSteps () |
| bool | done () |
Public Member Functions inherited from Schedule::Frame | |
| Frame () | |
Protected Attributes | |
| bool | easeDirection |
Protected Attributes inherited from Sequence::AnimationBase | |
| Attribute | attribute |
| HeapArray< double > | step |
| uint | frame |
Additional Inherited Members | |
Public Types inherited from Sequence::AnimationBase | |
| enum | LoopType { LOOP_NONE , LOOP_REPEAT , LOOP_REVERSE_STEP_REPEAT , LOOP_REVERSE_INTERPOLATION_REPEAT , LOOP_REVERSE_INTERPOLATION_REVERSE_STEP_REPEAT } |
Protected Member Functions inherited from Sequence::AnimationBase | |
| virtual void | vNext ()=0 |
| void | reverseSteps () |
Protected Member Functions inherited from Schedule::Frame | |
| virtual | ~Frame () |
| An | Interpolation class. |
| Sequence::Animation< INTERPOLATION >::Animation | ( | const Attribute & | attribute, |
| bool | easeDirection = false ) |
Constructor.
| he | number of frames to complete animation. |
| What | todo whent the frameSize has been reached. |
| Indicates | ease-in or ease-out. |
|
virtual |
| void Sequence::Animation< INTERPOLATION >::computeSteps | ( | ) |
|
protected |
True if ease-in and false if ease-out.