repeat play, in/out <> shortcuts, append to proj wording, cleanup
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mwindowgui.h
1
2 /*
3  * CINELERRA
4  * Copyright (C) 1997-2014 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 MAINWINDOWGUI_H
23 #define MAINWINDOWGUI_H
24
25 #include "androidcontrol.inc"
26 #include "channelinfo.inc"
27 #include "cwindow.inc"
28 #include "editpopup.inc"
29 #include "guicast.h"
30 #include "indexable.inc"
31 #include "keyframepopup.inc"
32 #include "mainclock.inc"
33 #include "maincursor.inc"
34 #include "mainmenu.inc"
35 #include "mbuttons.inc"
36 #include "dbwindow.inc"
37 #include "mtimebar.inc"
38 #include "mwindow.inc"
39 #include "mwindowgui.inc"
40 #include "panedividers.inc"
41 #include "patchbay.inc"
42 #include "pluginpopup.inc"
43 #include "record.inc"
44 #include "remotecontrol.h"
45 #include "record.inc"
46 #include "renderengine.inc"
47 #include "resourcepixmap.h"
48 #include "resourcethread.inc"
49 #include "samplescroll.inc"
50 #include "shbtnprefs.inc"
51 #include "statusbar.inc"
52 #include "swindow.inc"
53 #include "timelinepane.inc"
54 #include "track.inc"
55 #include "trackcanvas.inc"
56 #include "trackscroll.inc"
57 #include "transitionpopup.inc"
58 #include "zoombar.inc"
59
60
61 class PaneButton : public BC_Button
62 {
63 public:
64         PaneButton(MWindow *mwindow, int x, int y);
65         int cursor_motion_event();
66         int button_release_event();
67         MWindow *mwindow;
68 };
69
70 class FFMpegToggle : public BC_Toggle
71 {
72 public:
73         FFMpegToggle(MWindow *mwindow, MButtons *mbuttons, int x, int y);
74         ~FFMpegToggle();
75         int handle_event();
76
77         MWindow *mwindow;
78         MButtons *mbuttons;
79 };
80
81
82 class MWindowGUI : public BC_Window
83 {
84 public:
85         MWindowGUI(MWindow *mwindow);
86         ~MWindowGUI();
87
88         void create_objects();
89 //      void get_scrollbars(int flush);
90
91 // ======================== event handlers
92
93 // Replace with update
94         void redraw_time_dependancies();
95
96         int focus_in_event();
97         int focus_out_event();
98
99 // do_canvas - 1 for incremental drawing of resources
100 //          FORCE_REDRAW for delete and redraw of resources
101 //          IGNORE_THREAD to ignore picon thread
102         void update(int scrollbars,
103                 int do_canvas,
104                 int timebar,
105                 int zoombar,
106                 int patchbay,
107                 int clock,
108                 int buttonbar);
109         void draw_overlays(int flash_it);
110         void draw_indexes(Indexable *indexable);
111         void update_title(char *path);
112         void update_timebar(int flush_it);
113         void update_timebar_highlights();
114         void update_patchbay();
115         void update_plugintoggles();
116         void update_scrollbars(int flush);
117         void draw_canvas(int mode, int hide_cursor);
118         void flash_canvas(int flush);
119         void deactivate_timeline();
120         void activate_timeline();
121         void reset_meters();
122         void stop_meters();
123         void update_meters(ArrayList<double> *module_levels);
124         void draw_cursor(int do_plugintoggles);
125         void show_cursor(int do_plugintoggles /* = 1 */);
126         void hide_cursor(int do_plugintoggles /* = 1 */);
127         void update_cursor();
128         void set_playing_back(int value);
129         void set_editing_mode(int flush);
130         void set_meter_format(int mode, int min, int max);
131         void update_mixers(Track *track, int v);
132         void stop_transport(const char *lock_msg);
133
134         int translation_event();
135         int resize_event(int w, int h);          // handle a resize event
136         int button_release_event();
137         int keypress_event();
138         int keyboard_listener(BC_WindowBase *wp);
139         int key_listener(int key);
140         void use_android_remote(int on);
141         int close_event();
142         int quit();
143         void stop_drawing();
144         int save_defaults(BC_Hash *defaults);
145         int menu_w();
146         int menu_h();
147 // Draw on the status bar only.
148         void show_message(const char *message, int color=-1);
149         void update_default_message();
150         void reset_default_message();
151         void default_message();
152         void show_error(char *message, int color = BLACK);
153         int repeat_event(int64_t duration);
154 // Entry point for drag events in all windows
155         int drag_motion();
156         int drag_stop();
157         void default_positions();
158         int total_panes();
159 // 1 if there are 2 panes vertically
160         int vertical_panes();
161 // 1 if there are 2 panes horizontally
162         int horizontal_panes();
163
164 // get pane number where cursor updates should be drawn in,
165 // whether active or not
166         TimelinePane* get_focused_pane();
167         void start_x_pane_drag();
168         void start_y_pane_drag();
169         void handle_pane_drag();
170         void stop_pane_drag();
171         void delete_x_pane(int cursor_x);
172         void create_x_pane(int cursor_x);
173         void create_y_pane(int cursor_y);
174         void delete_y_pane(int cursor_y);
175         void update_pane_dividers();
176 // load panes from EDL
177         void load_panes();
178         void draw_samplemovement();
179         void draw_trackmovement();
180
181
182 // Return if the area bounded by x1 and x2 is visible between view_x1 and view_x2
183         static int visible(int64_t x1, int64_t x2, int64_t view_x1, int64_t view_x2);
184
185         MWindow *mwindow;
186
187 // For drawing nested EDL's
188         RenderEngine *render_engine;
189 // ID of nested EDL last drawn.
190         int render_engine_id;
191 // sideshow apps
192         Record *record;
193         ChannelInfo *channel_info;
194         DbWindow *db_window;
195         SWindow *swindow;
196 // Popup menus
197         EditPopup *edit_menu;
198         PluginPopup *plugin_menu;
199         KeyframePopup *keyframe_menu;
200         KeyframeHidePopup *keyframe_hide;
201         BC_SubWindow *keyvalue_popup;
202         TransitionPopup *transition_menu;
203
204         MainClock *mainclock;
205         MButtons *mbuttons;
206         FFMpegToggle *ffmpeg_toggle;
207         PaneDivider *x_divider;
208         PaneDivider *y_divider;
209         TimelinePane *pane[TOTAL_PANES];
210         ResourceThread *resource_thread;
211         ArrayList<ResourcePixmap*> resource_pixmaps;
212
213
214         MainMenu *mainmenu;
215         MainShBtns *mainshbtns;
216         ZoomBar *zoombar;
217         StatusBar *statusbar;
218         PaneButton *pane_button;
219         BC_Popup *x_pane_drag;
220         BC_Popup *y_pane_drag;
221         int dragging_pane;
222 // Cursor used to select a region in all panes
223 //      MainCursor *cursor;
224 // Dimensions of canvas minus scrollbars
225 //      int view_w, view_h;
226 // pane number where cursor updates should be drawn in, whether active or not
227         int focused_pane;
228
229
230         BC_DragWindow *drag_popup;
231
232 //      PatchBay *patchbay;
233 //      MTimeBar *timebar;
234 //      SampleScroll *samplescroll;
235 //      TrackScroll *trackscroll;
236 //      TrackCanvas *canvas;
237
238 // remote control
239         AndroidControl *android_control;
240         RemoteControl *remote_control;
241         CWindowRemoteHandler *cwindow_remote_handler;
242         RecordRemoteHandler *record_remote_handler;
243 };
244
245 #endif