5 #include "mainmenu.inc"
8 class CameraAutomation
: public BC_MenuItem
11 CameraAutomation(MWindow
*mwindow
, char *hotkey
);
16 class FadeAutomation
: public BC_MenuItem
19 FadeAutomation(MWindow
*mwindow
, char *hotkey
);
24 class MuteAutomation
: public BC_MenuItem
27 MuteAutomation(MWindow
*mwindow
, char *hotkey
);
32 class PanAutomation
: public BC_MenuItem
35 PanAutomation(MWindow
*mwindow
, char *hotkey
);
37 int change_channels(int old_channels
, int new_channels
);
42 * class PlayAutomation : public BC_MenuItem
45 * PlayAutomation(MWindow *mwindow, char *hotkey);
51 class ProjectAutomation
: public BC_MenuItem
54 ProjectAutomation(MWindow
*mwindow
, char *hotkey
);
59 class ShowEdits
: public BC_MenuItem
62 ShowEdits(MWindow
*mwindow
, char *hotkey
);
67 class ShowKeyframes
: public BC_MenuItem
70 ShowKeyframes(MWindow
*mwindow
, char *hotkey
);
75 class ShowRenderedOutput
: public BC_MenuItem
78 ShowRenderedOutput(MWindow
*mwindow
, char *hotkey
);
83 class ShowTitles
: public BC_MenuItem
86 ShowTitles(MWindow
*mwindow
, char *hotkey
);
91 class ShowTransitions
: public BC_MenuItem
94 ShowTransitions(MWindow
*mwindow
, char *hotkey
);
99 class PluginAutomation
: public BC_MenuItem
102 PluginAutomation(MWindow
*mwindow
, char *hotkey
);
107 class ModeAutomation
: public BC_MenuItem
110 ModeAutomation(MWindow
*mwindow
, char *hotkey
);
115 class MaskAutomation
: public BC_MenuItem
118 MaskAutomation(MWindow
*mwindow
, char *hotkey
);
123 class CZoomAutomation
: public BC_MenuItem
126 CZoomAutomation(MWindow
*mwindow
, char *hotkey
);
131 class PZoomAutomation
: public BC_MenuItem
134 PZoomAutomation(MWindow
*mwindow
, char *hotkey
);