4 * Copyright (C) 2008 Adam Williams <broadcast at earthling dot net>
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.
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.
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
27 #include "editpopup.inc"
28 #include "mwindow.inc"
29 #include "mwindowgui.inc"
31 #include "pluginset.inc"
32 #include "plugindialog.inc"
33 #include "resizetrackthread.inc"
36 class EditPopup : public BC_PopupMenu
39 EditPopup(MWindow *mwindow, MWindowGUI *gui);
42 void create_objects();
43 int activate_menu(Track *track, Edit *edit,
44 PluginSet *pluginset, Plugin *plugin, double position);
53 EditPopupOpenEDL *open_edl;
56 class EditPopupOpenEDL : public BC_MenuItem
59 EditPopupOpenEDL(MWindow *mwindow, EditPopup *popup);
66 class EditPopupClearSelect : public BC_MenuItem
69 EditPopupClearSelect(MWindow *mwindow, EditPopup *popup);
76 class EditPopupSelectEdits : public BC_MenuItem
79 EditPopupSelectEdits(MWindow *mwindow, EditPopup *popup);
86 class EditPopupDeselectEdits : public BC_MenuItem
89 EditPopupDeselectEdits(MWindow *mwindow, EditPopup *popup);
96 class EditPopupCopy : public BC_MenuItem
99 EditPopupCopy(MWindow *mwindow, EditPopup *popup);
106 class EditPopupCopyPack : public BC_MenuItem
109 EditPopupCopyPack(MWindow *mwindow, EditPopup *popup);
116 class EditPopupCut : public BC_MenuItem
119 EditPopupCut(MWindow *mwindow, EditPopup *popup);
126 class EditPopupCutPack : public BC_MenuItem
129 EditPopupCutPack(MWindow *mwindow, EditPopup *popup);
136 class EditPopupMute : public BC_MenuItem
139 EditPopupMute(MWindow *mwindow, EditPopup *popup);
146 class EditPopupMutePack : public BC_MenuItem
149 EditPopupMutePack(MWindow *mwindow, EditPopup *popup);
156 class EditPopupPaste : public BC_MenuItem
159 EditPopupPaste(MWindow *mwindow, EditPopup *popup);
166 class EditPopupOverwrite : public BC_MenuItem
169 EditPopupOverwrite(MWindow *mwindow, EditPopup *popup);
176 class EditPopupOverwritePlugins : public BC_MenuItem
179 EditPopupOverwritePlugins(MWindow *mwindow, EditPopup *popup);
186 class EditCollectEffects : public BC_MenuItem
189 EditCollectEffects(MWindow *mwindow, EditPopup *popup);
195 class EditPasteEffects : public BC_MenuItem
198 EditPasteEffects(MWindow *mwindow, EditPopup *popup);
204 class EditPopupTimecode : public BC_MenuItem
207 EditPopupTimecode(MWindow *mwindow, EditPopup *popup);