#include <keyframe.h>
Inheritance diagram for synfig::Keyframe:

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_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6