#include <kanzi/core.ui/animation/keyframe_animation.hpp>
Public Member Functions | |
| Keyframe () | |
| Constructor. More... | |
| Keyframe (TValueType value) | |
| Constructor. More... | |
| virtual | ~Keyframe () |
| TValueType | getKeyValue () const |
| void | setKeyValue (const TValueType &keyValue) |
| virtual TValueType | getValue (const TValueType ¤tValue, float normalizedTime)=0 |
|
inlineexplicit |
Constructor.
|
inlineexplicit |
Constructor.
|
inlinevirtual |
|
inline |
|
inline |
|
pure virtual |