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
25 #include "assetedit.inc"
26 #include "awindowgui.inc"
27 #include "proxypopup.inc"
31 #include "mwindow.inc"
35 class ProxyPopup : public BC_PopupMenu
38 ProxyPopup(MWindow *mwindow, AWindowGUI *gui);
41 void create_objects();
42 // Set mainsession with the current selections
51 ProxyPopupViewWindow *view_window;
52 AWindowListFormat *format;
55 class ProxyPopupInfo : public BC_MenuItem
58 ProxyPopupInfo(MWindow *mwindow, ProxyPopup *popup);
62 int button_press_event();
68 class ProxyPopupSort : public BC_MenuItem
71 ProxyPopupSort(MWindow *mwindow, ProxyPopup *popup);
80 class ProxyPopupView : public BC_MenuItem
83 ProxyPopupView(MWindow *mwindow, ProxyPopup *popup);
93 class ProxyPopupViewWindow : public BC_MenuItem
96 ProxyPopupViewWindow(MWindow *mwindow, ProxyPopup *popup);
97 ~ProxyPopupViewWindow();
105 class ProxyPopupCopy : public BC_MenuItem
108 ProxyPopupCopy(MWindow *mwindow, ProxyPopup *popup);
117 class ProxyPopupPaste : public BC_MenuItem
120 ProxyPopupPaste(MWindow *mwindow, ProxyPopup *popup);
129 class ProxyPopupProjectRemove : public BC_MenuItem
132 ProxyPopupProjectRemove(MWindow *mwindow, ProxyPopup *popup);
133 ~ProxyPopupProjectRemove();
141 class ProxyPopupDiskRemove : public BC_MenuItem
144 ProxyPopupDiskRemove(MWindow *mwindow, ProxyPopup *popup);
145 ~ProxyPopupDiskRemove();
153 class ProxyListMenu : public BC_PopupMenu
156 ProxyListMenu(MWindow *mwindow, AWindowGUI *gui);
159 void create_objects();
161 AWindowListFormat *format;
162 AssetSelectUsed *select_used;