#include <keyframes.h>
Inherits Autos.

Public Member Functions | |
| KeyFrames (EDL *edl, Track *track) | |
| ~KeyFrames () | |
| Auto * | new_auto () |
| void | dump () |
Definition at line 14 of file keyframes.h.
Definition at line 5 of file keyframes.C.
| KeyFrames::~KeyFrames | ( | ) |
Definition at line 10 of file keyframes.C.
| Auto * KeyFrames::new_auto | ( | ) | [virtual] |
| void KeyFrames::dump | ( | ) | [virtual] |
Reimplemented from Autos.
Definition at line 20 of file keyframes.C.
References Autos::default_auto, List< Auto >::first, NEXT, and List< Auto >::total().
Referenced by Plugin::dump().

1.5.5