#include <keyframe.h>
Inheritance diagram for KeyFrame:

Public Member Functions | |
| KeyFrame () | |
| KeyFrame (EDL *edl, KeyFrames *autos) | |
| virtual | ~KeyFrame () |
| void | load (FileXML *file) |
| void | copy (int64_t start, int64_t end, FileXML *file, int default_only) |
| void | copy_from (Auto *that) |
| void | copy_from (KeyFrame *that) |
| void | copy_from_common (KeyFrame *that) |
| int | operator== (Auto &that) |
| int | operator== (KeyFrame &that) |
| void | dump () |
| int | identical (KeyFrame *src) |
Public Attributes | |
| char | data [MESSAGESIZE] |
Definition at line 11 of file keyframe.h.
|
|
Definition at line 9 of file keyframe.C. References data. |
|
||||||||||||
|
Definition at line 15 of file keyframe.C. References data. |
|
|
Definition at line 20 of file keyframe.C. |
|
||||||||||||||||||||
|
Reimplemented from Auto. Definition at line 35 of file keyframe.C. References FileXML::append_newline(), FileXML::append_tag(), FileXML::append_text(), data, Auto::is_default, Auto::position, XMLTag::set_property(), XMLTag::set_title(), and FileXML::tag. |
|
|
Definition at line 65 of file keyframe.C. References Auto::copy_from(), data, and Auto::position. |
|
|
Reimplemented from Auto. Definition at line 60 of file keyframe.C. |
|
|
|
|
|
Definition at line 91 of file keyframe.C. References data, and Auto::position. Referenced by KeyFrames::dump(). |
|
|
Definition at line 74 of file keyframe.C. References data. Referenced by operator==(). |
|
|
Reimplemented from Auto. Definition at line 24 of file keyframe.C. References data, and FileXML::read_text_until(). Referenced by Plugin::load(). |
|
|
Definition at line 85 of file keyframe.C. References identical(). |
|
|
Reimplemented from Auto. Definition at line 80 of file keyframe.C. References identical(). |
|
|
Definition at line 28 of file keyframe.h. Referenced by copy(), copy_from(), dump(), identical(), KeyFrame(), load(), PluginSet::paste_keyframes(), PluginAClientLAD::read_data(), and PluginAClientLAD::save_data(). |
1.4.4