Sleeping Wombat Common Library
0.50.0
swCommonLibrary
|
This is the complete list of members for AnimationTyped< KeyType >, including all inherited members.
AddKey(TimeType time, const KeyType &value)=0 | AnimationTyped< KeyType > | pure virtual |
AddKey(TimeType time, const KeyType &value, InterpolatorType interpolatorType)=0 | AnimationTyped< KeyType > | pure virtual |
Animate(Object *object, TimelineBase *timeline)=0 (defined in IAnimation) | IAnimation | pure virtual |
Animate(Object *object, TimeType time)=0 (defined in IAnimation) | IAnimation | pure virtual |
ChangeInterpolator(Size idx, UPtr< Interpolator > &&interpolator)=0 | AnimationTyped< KeyType > | pure virtual |
ChangeInterpolator(Size idx, InterpolatorType interpolatorType)=0 | AnimationTyped< KeyType > | pure virtual |
GetInterpolator(Size idx)=0 | AnimationTyped< KeyType > | pure virtual |
GetKey(TimeType time)=0 | AnimationTyped< KeyType > | pure virtual |
GetKeySet()=0 | AnimationTyped< KeyType > | pure virtual |
IAnimation()=default (defined in IAnimation) | IAnimation | explicit |
Interpolator typedef (defined in AnimationTyped< KeyType >) | AnimationTyped< KeyType > | |
RemoveKey(TimeType time)=0 | AnimationTyped< KeyType > | pure virtual |
UpdateKey(TimeType time, const KeyType &newValue, UPtr< Interpolator > &&interpolator)=0 | AnimationTyped< KeyType > | pure virtual |
UpdateKey(TimeType time, const KeyType &newValue)=0 | AnimationTyped< KeyType > | pure virtual |
~AnimationTyped()=default (defined in AnimationTyped< KeyType >) | AnimationTyped< KeyType > | virtual |
~IAnimation()=default (defined in IAnimation) | IAnimation | virtual |