#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 | ( | ) |
| void synfig::Keyframe::set_time | ( | Time | x | ) | [inline] |
| Time synfig::Keyframe::get_time | ( | ) | const [inline] |
| void synfig::Keyframe::set_description | ( | String | x | ) | [inline] |
| String synfig::Keyframe::get_description | ( | ) | const [inline] |
| const GUID& synfig::Keyframe::get_guid | ( | ) | const [inline] |
| void synfig::Keyframe::set_guid | ( | const GUID & | x | ) | [inline] |
| bool synfig::Keyframe::operator< | ( | const Keyframe & | rhs | ) | const [inline] |
| bool synfig::Keyframe::operator< | ( | const Time & | rhs | ) | const [inline] |
| bool synfig::Keyframe::operator== | ( | const Time & | rhs | ) | const [inline] |
| bool synfig::Keyframe::operator!= | ( | const Time & | rhs | ) | const [inline] |
1.5.3