#include <kanzi/core.ui/animation/keyframe_animation.hpp>
Public Member Functions | |
StepKeyframe () | |
Constructor. More... | |
StepKeyframe (TValueType value) | |
Constructor. More... | |
virtual TValueType | getValue (const TValueType ¤tValue, float normalizedTime) KZ_OVERRIDE |
Public Member Functions inherited from kanzi::KeyframeAnimation< TValueType >::Keyframe | |
Keyframe () | |
Constructor. More... | |
Keyframe (TValueType value) | |
Constructor. More... | |
virtual | ~Keyframe () |
TValueType | getKeyValue () const |
void | setKeyValue (const TValueType &keyValue) |
Static Public Member Functions | |
static StepKeyframePtr | create (float value) |
Creates step keyframe. More... | |
|
inlineexplicit |
Constructor.
|
inlineexplicit |
Constructor.
|
inlinestatic |
Creates step keyframe.
|
inlinevirtual |
Implements kanzi::KeyframeAnimation< TValueType >::Keyframe.