de08e5aae9a56f2ea2327ae96067bfd3723f574a
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mainsession.h
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 MAINSESSION_H
23 #define MAINSESSION_H
24
25 #include "asset.inc"
26 #include "assets.inc"
27 #include "auto.inc"
28 #include "bchash.inc"
29 #include "edit.inc"
30 #include "edits.inc"
31 #include "edl.inc"
32 #include "guicast.h"
33 #include "indexable.inc"
34 #include "mainsession.inc"
35 #include "maxchannels.h"
36 #include "mwindow.inc"
37 #include "plugin.inc"
38 #include "pluginset.inc"
39 #include "pluginserver.inc"
40 #include "track.inc"
41
42 // Options not in EDL but not changed in preferences
43 class MainSession
44 {
45 public:
46         MainSession(MWindow *mwindow);
47         ~MainSession();
48
49         int load_defaults(BC_Hash *defaults);
50         int save_defaults(BC_Hash *defaults);
51         void save_x11_host(int play_config, const char *x11_host);
52         int set_default_x11_host(int win_config=-1);
53         void default_window_positions(int window_config=0);
54         void boundaries();
55
56
57
58
59
60 // For drag and drop events
61 // The entire track where the dropped asset is going to go
62         Track *track_highlighted;
63 // The edit after the point where the media is going to be dropped.
64         Edit *edit_highlighted;
65 // The plugin set where the plugin is going to be dropped.
66         PluginSet *pluginset_highlighted;
67 // The plugin after the point where the plugin is going to be dropped.
68         Plugin *plugin_highlighted;
69 // Viewer canvas highlighted
70         int vcanvas_highlighted;
71 // Compositor canvas highlighted
72         int ccanvas_highlighted;
73 // Current drag operation
74         int current_operation;
75
76 // Item being dragged
77         ArrayList <PluginServer*> *drag_pluginservers;
78         Plugin *drag_plugin;
79 // When trim should only affect the selected edits or plugins
80         Edits *trim_edits;
81         ArrayList<Indexable*> *drag_assets;
82         ArrayList<EDL*> *drag_clips;
83         Auto *drag_auto;
84         ArrayList<Auto*> *drag_auto_gang;
85
86 // Edit whose handle is being dragged
87         Edit *drag_edit;
88 // Edits who are being dragged
89         ArrayList<Edit*> *drag_edits;
90 // Button pressed during drag
91         int drag_button;
92 // Handle being dragged
93         int drag_handle;
94 // Current position of drag cursor
95         double drag_position;
96 // Starting position of drag cursor
97         double drag_start;
98 // Cursor position when button was pressed
99         int drag_origin_x, drag_origin_y;
100 // Value of keyframe when button was pressed
101         float drag_start_percentage;
102         long drag_start_position;
103 // Amount of data rendered, for drawing status in timebar
104         double brender_end;
105 // Position of cursor in CWindow output.  Used by ruler.
106         int cwindow_output_x, cwindow_output_y;
107
108 // Show controls in CWindow
109         int cwindow_controls;
110
111 // Clip number for automatic title generation
112         int clip_number;
113
114 // Audio session
115         int changes_made;
116
117 // filename of the current project for window titling and saving
118         char filename[BCTEXTLEN];
119
120         int batchrender_x, batchrender_y, batchrender_w, batchrender_h;
121
122 // Window positions
123         int window_config;
124         char a_x11_host[BCSTRLEN], b_x11_host[BCSTRLEN];
125 // level window
126         int lwindow_x, lwindow_y, lwindow_w, lwindow_h;
127 // main window
128         int mwindow_x, mwindow_y, mwindow_w, mwindow_h;
129 // viewer
130         int vwindow_x, vwindow_y, vwindow_w, vwindow_h;
131 // compositor
132         int cwindow_x, cwindow_y, cwindow_w, cwindow_h;
133         int ctool_x, ctool_y;
134 // asset window
135         int awindow_x, awindow_y, awindow_w, awindow_h;
136         int gwindow_x, gwindow_y;
137 // record monitor
138         int rmonitor_x, rmonitor_y, rmonitor_w, rmonitor_h;
139 // record status
140         int rwindow_x, rwindow_y, rwindow_w, rwindow_h;
141 // channelinfo
142         int cswindow_x, cswindow_y, cswindow_w, cswindow_h;
143 // subtitle
144         int swindow_x, swindow_y, swindow_w, swindow_h;
145 // error window
146         int ewindow_w, ewindow_h;
147 // Channel edit window
148         int channels_x, channels_y;
149 // Picture edit window
150         int picture_x, picture_y;
151 // Recording scope window
152         int scope_x, scope_y, scope_w, scope_h;
153 // Recording histogram window
154         int histogram_x, histogram_y, histogram_w, histogram_h;
155 // Recording scopes enabled
156         int record_scope;
157 // Recording scope parameters
158         int use_hist;
159         int use_wave;
160         int use_vector;
161         int use_hist_parade;
162         int use_wave_parade;
163
164
165         int afolders_w;
166         int show_vwindow, show_awindow, show_cwindow, show_gwindow, show_lwindow;
167         int plugindialog_w, plugindialog_h;
168 //      int presetdialog_w, presetdialog_h;
169         int keyframedialog_w, keyframedialog_h;
170         int keyframedialog_column1;
171         int keyframedialog_column2;
172         int keyframedialog_all;
173         int menueffect_w, menueffect_h;
174         int transitiondialog_w, transitiondialog_h;
175
176         int cwindow_fullscreen;
177         int rwindow_fullscreen;
178         int vwindow_fullscreen;
179
180
181         double actual_frame_rate;
182
183 // Tip of the day
184         int current_tip;
185
186         MWindow *mwindow;
187 };
188
189 #endif