mixer align audio, track dump tweak, zwdw refresh edl fix, sketcher tweak
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / mainmenu.inc
1
2 /*
3  * CINELERRA
4  * Copyright (C) 2008 Adam Williams <broadcast at earthling dot net>
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19  *
20  */
21
22 #ifndef MAINMENU_INC
23 #define MAINMENU_INC
24
25 #define MENUBARPIXELS 25
26
27 class MainMenu;
28 class Undo;
29 class MainDumpsSubMenu;
30 class MainDumpsMenu;
31 class DumpCICache;
32 class DumpEDL;
33 class DumpPlugins;
34 class DumpAssets;
35 class DumpUndo;
36 class Redo;
37 class Cut;
38 class Copy;
39 class Paste;
40 class Clear;
41 class CutKeyframes;
42 class CopyKeyframes;
43 class PasteKeyframes;
44 class ClearKeyframes;
45 class StraightenKeyframes;
46 class BendKeyframes;
47 class KeyframeCurveType;
48 class KeyframeCurveTypeMenu;
49 class KeyframeCurveTypeItem;
50 class CutDefaultKeyframe;
51 class CopyDefaultKeyframe;
52 class PasteDefaultKeyframe;
53 class ClearDefaultKeyframe;
54 class PasteSilence;
55 class SelectAll;
56 class ClearLabels;
57 class CutCommercials;
58 class DetachTransitions;
59 class MuteSelection;
60 class TrimSelection;
61 class MixerItems;
62 class MixerViewer;
63 class TileMixers;
64 class AddAudioTrack;
65 class DeleteAudioTrack;
66 class DefaultATransition;
67 class MapAudio1;
68 class MapAudio2;
69 class AddVideoTrack;
70 class DeleteVideoTrack;
71 class ResetTranslation;
72 class DefaultVTransition;
73 class AddSubttlTrack;
74 class PasteSubttl;
75 class MoveTracksUp;
76 class MoveTracksDown;
77 class DeleteTracks;
78 class ConcatenateTracks;
79 class DeleteTrack;
80 class LoopPlayback;
81 class SetBRenderActive;
82 class LabelsFollowEdits;
83 class PluginsFollowEdits;
84 class KeyframesFollowEdits;
85 class CursorOnFrames;
86 class TypelessKeyframes;
87 class ScrubSpeed;
88 class SaveSettingsNow;
89 class ShowVWindow;
90 class ShowAWindow;
91 class ShowGWindow;
92 class ShowCWindow;
93 class ShowLWindow;
94 class TileWindows;
95 class SplitX;
96 class SplitY;
97 class LoadLayoutItem;
98 class LoadLayout;
99 class LoadLayoutDialog;
100 class LoadLayoutNameText;
101 class LoadLayoutConfirm;
102
103 #endif