#include <keyframepopup.h>
Public Member Functions | |
| KeyframePopup (MWindow *mwindow, MWindowGUI *gui) | |
| ~KeyframePopup () | |
| void | create_objects () |
| int | update (Plugin *plugin, KeyFrame *keyframe) |
| int | update (Automation *automation, Autos *autos, Auto *auto_keyframe) |
Public Attributes | |
| MWindow * | mwindow |
| MWindowGUI * | gui |
| Plugin * | keyframe_plugin |
| Autos * | keyframe_autos |
| Automation * | keyframe_automation |
| Auto * | keyframe_auto |
| KeyframePopupDelete * | key_delete |
| KeyframePopupShow * | key_show |
| KeyframePopupCopy * | key_copy |
Definition at line 18 of file keyframepopup.h.
|
||||||||||||
|
Definition at line 23 of file keyframepopup.C. References key_copy, key_delete, and key_show. |
|
|
Definition at line 37 of file keyframepopup.C. |
|
|
Definition at line 41 of file keyframepopup.C. References key_copy, key_delete, key_show, and mwindow. Referenced by MWindowGUI::create_objects(). |
|
||||||||||||||||
|
||||||||||||
|
Definition at line 48 of file keyframepopup.C. References keyframe_auto, keyframe_automation, keyframe_autos, and keyframe_plugin. Referenced by TrackCanvas::do_keyframes(). |
|
|
Definition at line 29 of file keyframepopup.h. |
|
|
Definition at line 41 of file keyframepopup.h. Referenced by create_objects(), and KeyframePopup(). |
|
|
Definition at line 39 of file keyframepopup.h. Referenced by create_objects(), and KeyframePopup(). |
|
|
Definition at line 40 of file keyframepopup.h. Referenced by create_objects(), and KeyframePopup(). |
|
|
Definition at line 35 of file keyframepopup.h. Referenced by KeyframePopupCopy::handle_event(), KeyframePopupDelete::handle_event(), and update(). |
|
|
Definition at line 34 of file keyframepopup.h. Referenced by KeyframePopupCopy::handle_event(), KeyframePopupShow::handle_event(), and update(). |
|
|
Definition at line 33 of file keyframepopup.h. Referenced by KeyframePopupCopy::handle_event(), and update(). |
|
|
Definition at line 32 of file keyframepopup.h. Referenced by KeyframePopupShow::handle_event(), and update(). |
|
|
Definition at line 28 of file keyframepopup.h. Referenced by create_objects(), and update(). |
1.4.4