Helper class for Animator to store key frames. More...
#include <MultiWidgets/Animator.hpp>
Public Member Functions | |
| virtual bool | deserialize (const Valuable::ArchiveElement &element) |
| Deserializes key-value-pair from archive element. More... | |
| virtual Valuable::ArchiveElement | serialize (Valuable::Archive &archive) const |
| Serializes key-value-pair into archive. More... | |
Public Member Functions inherited from Valuable::Serializable | |
| virtual bool | deserializeXML (const DOMElement &element) |
| Deserializes (reads) this object from an XML element. More... | |
| bool | isSerializable () const |
| void | setSerializable (bool v) |
Public Attributes | |
| float | time |
| Time of the keyframe in seconds. | |
| KeyType | value |
| Value of the keyframe. | |
Helper class for Animator to store key frames.
| KeyType | Type of the value in animation's key-value-pairs |
|
inlinevirtual |
Deserializes key-value-pair from archive element.
| element | Archive element to deserialize |
Implements Valuable::Serializable.
|
inlinevirtual |
Serializes key-value-pair into archive.
| archive | Target archive for serialization |
Implements Valuable::Serializable.