#include <keyframe.h>
Public Member Functions | |
Keyframe () | |
Keyframe (const Time &time) | |
~Keyframe () | |
void | set_time (Time x) |
Time | get_time () const |
void | set_description (String x) |
String | get_description () const |
const GUID & | get_guid () const |
void | set_guid (const GUID &x) |
bool | operator< (const Keyframe &rhs) const |
bool | operator< (const Time &rhs) const |
bool | operator== (const Time &rhs) const |
bool | operator!= (const Time &rhs) const |
Public Attributes | |
Time | time_ |
String | desc_ |
GUID | guid_ |
Keyframe::Keyframe | ( | ) |
Keyframe::Keyframe | ( | const Time & | time | ) |
Keyframe::~Keyframe | ( | ) |
Time synfig::Keyframe::get_time | ( | ) | const [inline] |
String synfig::Keyframe::get_description | ( | ) | const [inline] |
Referenced by get_time(), operator!=(), operator<(), operator==(), and set_time().
Referenced by get_description(), and set_description().
Referenced by get_guid(), and set_guid().