Merge branch 'master' into cairocanvas
[ardour.git] / gtk2_ardour / public_editor.h
1 /*
2     Copyright (C) 2000-2007 Paul Davis
3
4     This program is free software; you can redistribute it and/or modify
5     it under the terms of the GNU General Public License as published by
6     the Free Software Foundation; either version 2 of the License, or
7     (at your option) any later version.
8
9     This program is distributed in the hope that it will be useful,
10     but WITHOUT ANY WARRANTY; without even the implied warranty of
11     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12     GNU General Public License for more details.
13
14     You should have received a copy of the GNU General Public License
15     along with this program; if not, write to the Free Software
16     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17
18 */
19
20 #ifndef __gtk_ardour_public_editor_h__
21 #define __gtk_ardour_public_editor_h__
22
23 #ifdef WAF_BUILD
24 #include "gtk2ardour-config.h"
25 #endif
26
27 #include <map>
28
29 #include <string>
30 #include <glib.h>
31 #include <gdk/gdktypes.h>
32 #include <gtkmm/box.h>
33 #include <gtkmm/window.h>
34 #include <gtkmm/actiongroup.h>
35 #include <jack/types.h>
36 #include <sigc++/signal.h>
37
38 #include "evoral/types.hpp"
39
40 #include "pbd/statefuldestructible.h"
41
42 #include "editing.h"
43 #include "selection.h"
44
45 namespace ARDOUR {
46         class Session;
47         class Region;
48         class Playlist;
49         class RouteGroup;
50         class Trimmable;
51         class Movable;
52 }
53
54 namespace Gtk {
55         class Container;
56         class Menu;
57 }
58
59 namespace Gtkmm2ext {
60         class TearOff;
61 }
62
63 class AudioRegionView;
64 class AutomationLine;
65 class AutomationTimeAxisView;
66 class ControlPoint;
67 class DragManager;
68 class Editor;
69 class ImageFrameTimeAxis;
70 class ImageFrameView;
71 class Marker;
72 class MarkerTimeAxis;
73 class MarkerView;
74 class MeterMarker;
75 class MouseCursors;
76 class PlaylistSelector;
77 class PluginSelector;
78 class PluginUIWindow;
79 class RegionView;
80 class RouteTimeAxisView;
81 class Selection;
82 class TempoMarker;
83 class TimeAxisView;
84 class TimeAxisViewItem;
85 class VerboseCursor;
86 class XMLNode;
87 struct SelectionRect;
88
89 using ARDOUR::framepos_t;
90 using ARDOUR::framecnt_t;
91
92 /// Representation of the interface of the Editor class
93
94 /** This class contains just the public interface of the Editor class,
95  * in order to decouple it from the private implementation, so that callers
96  * of PublicEditor need not be recompiled if private methods or member variables
97  * change.
98  */
99 class PublicEditor : public Gtk::Window, public PBD::StatefulDestructible {
100   public:
101         PublicEditor ();
102         virtual ~PublicEditor ();
103
104         /** @return Singleton PublicEditor instance */
105         static PublicEditor& instance () { return *_instance; }
106
107         virtual bool have_idled() const = 0;
108         virtual void first_idle() = 0;
109
110         virtual void setup_tooltips() = 0;
111
112         /** Attach this editor to a Session.
113          * @param s Session to connect to.
114          */
115         virtual void set_session (ARDOUR::Session* s) = 0;
116
117         /** @return The Session that we are editing, or 0 */
118         virtual ARDOUR::Session* session () const = 0;
119
120         /** Set the snap type.
121          * @param t Snap type (defined in editing_syms.h)
122          */
123         virtual void set_snap_to (Editing::SnapType t) = 0;
124
125         virtual Editing::SnapType snap_type () const = 0;
126         virtual Editing::SnapMode snap_mode () const = 0;
127
128         /** Set the snap mode.
129          * @param m Snap mode (defined in editing_syms.h)
130          */
131         virtual void set_snap_mode (Editing::SnapMode m) = 0;
132
133         /** Set the snap threshold.
134          * @param t Snap threshold in `units'.
135          */
136         virtual void set_snap_threshold (double t) = 0;
137
138         /** Snap a value according to the current snap setting. */
139         virtual void snap_to (framepos_t& first, int32_t direction = 0, bool for_mark = false) = 0;
140
141         /** Undo some transactions.
142          * @param n Number of transactions to undo.
143          */
144
145         virtual void undo (uint32_t n = 1) = 0;
146
147         /** Redo some transactions.
148          * @param n Number of transaction to redo.
149          */
150         virtual void redo (uint32_t n = 1) = 0;
151
152         /** Set the mouse mode (gain, object, range, timefx etc.)
153          * @param m Mouse mode (defined in editing_syms.h)
154          * @param force Perform the effects of the change even if no change is required
155          * (ie even if the current mouse mode is equal to @param m)
156          */
157         virtual void set_mouse_mode (Editing::MouseMode m, bool force = false) = 0;
158
159         /** Step the mouse mode onto the next or previous one.
160          * @param next true to move to the next, otherwise move to the previous
161          */
162         virtual void step_mouse_mode (bool next) = 0;
163
164         /** @return The current mouse mode (gain, object, range, timefx etc.)
165          * (defined in editing_syms.h)
166          */
167         virtual Editing::MouseMode current_mouse_mode () const = 0;
168
169         /** Switch into a mode in which editing is primarily focused on "within" regions,
170             rather than regions as black-box objects. For Ardour3, this is aimed at
171             editing MIDI regions but may expand in the future to other types of regions.
172         */
173
174         virtual void set_internal_edit (bool yn) = 0;
175
176         /** Driven by a double-click, switch in or out of a mode in which
177             editing is primarily focused on "within" regions, rather than
178             regions as black-box objects. For Ardour3, this is aimed at editing
179             MIDI regions but may expand in the future to other types of
180             regions.
181         */
182
183         virtual bool toggle_internal_editing_from_double_click (GdkEvent*) = 0;
184
185         /** @return Whether editing is currently in "internal" mode or not
186          */
187
188         virtual bool internal_editing() const = 0;
189
190         /** Possibly start the audition of a region.  If @param r is 0, or not an AudioRegion
191          * any current audition is cancelled.  If we are currently auditioning @param r,
192          * the audition will be cancelled.  Otherwise an audition of @param r will start.
193          * \param r Region to consider.
194          */
195         virtual void consider_auditioning (boost::shared_ptr<ARDOUR::Region> r) = 0;
196
197         virtual void new_region_from_selection () = 0;
198         virtual void separate_region_from_selection () = 0;
199
200         virtual void transition_to_rolling (bool fwd) = 0;
201         virtual framepos_t unit_to_frame (double unit) const = 0;
202         virtual double frame_to_unit (framepos_t frame) const = 0;
203         virtual double frame_to_unit (double frame) const = 0;
204         virtual double frame_to_unit_unrounded (framepos_t frame) const = 0;
205         virtual framepos_t pixel_to_frame (double pixel) const = 0;
206         virtual gulong frame_to_pixel (framepos_t frame) const = 0;
207         virtual Selection& get_selection () const = 0;
208         virtual Selection& get_cut_buffer () const = 0;
209         virtual void track_mixer_selection () = 0;
210         virtual bool extend_selection_to_track (TimeAxisView&) = 0;
211         virtual void play_selection () = 0;
212         virtual void play_with_preroll () = 0;
213         virtual void maybe_locate_with_edit_preroll (framepos_t location) = 0;
214         virtual void set_show_measures (bool yn) = 0;
215         virtual bool show_measures () const = 0;
216         virtual bool redraw_measures () = 0;
217
218         virtual Editing::MouseMode effective_mouse_mode () const = 0;
219
220         /** Import existing media */
221         virtual void do_import (std::vector<std::string> paths, Editing::ImportDisposition, Editing::ImportMode mode, ARDOUR::SrcQuality, framepos_t&) = 0;
222         virtual void do_embed (std::vector<std::string> paths, Editing::ImportDisposition, Editing::ImportMode mode,  framepos_t&) = 0;
223
224         /** Open main export dialog */
225         virtual void export_audio () = 0;
226
227         /** Open stem export dialog */
228         virtual void stem_export () = 0;
229
230         /** Open export dialog with current selection pre-selected */
231         virtual void export_selection () = 0;
232
233         /** Open export dialog with current range pre-selected */
234         virtual void export_range () = 0;
235
236         virtual void register_actions () = 0;
237         virtual void add_toplevel_controls (Gtk::Container&) = 0;
238         virtual void set_zoom_focus (Editing::ZoomFocus) = 0;
239         virtual Editing::ZoomFocus get_zoom_focus () const = 0;
240         virtual gdouble   get_current_zoom () const = 0;
241         virtual PlaylistSelector& playlist_selector() const = 0;
242         virtual void clear_playlist (boost::shared_ptr<ARDOUR::Playlist>) = 0;
243         virtual void new_playlists (TimeAxisView*) = 0;
244         virtual void copy_playlists (TimeAxisView*) = 0;
245         virtual void clear_playlists (TimeAxisView*) = 0;
246         virtual void select_all_tracks () = 0;
247         virtual void set_selected_track (TimeAxisView&, Selection::Operation op = Selection::Set, bool no_remove = false) = 0;
248         virtual void set_selected_mixer_strip (TimeAxisView&) = 0;
249         virtual void hide_track_in_display (TimeAxisView* tv, bool apply_to_selection = false) = 0;
250
251         virtual void set_stationary_playhead (bool yn) = 0;
252         virtual void toggle_stationary_playhead () = 0;
253         virtual bool stationary_playhead() const = 0;
254
255         /** Set whether the editor should follow the playhead.
256          * @param yn true to follow playhead, otherwise false.
257          * @param catch_up true to reset the editor view to show the playhead (if yn == true), otherwise false.
258          */
259         virtual void set_follow_playhead (bool yn, bool catch_up = false) = 0;
260
261         /** Toggle whether the editor is following the playhead */
262         virtual void toggle_follow_playhead () = 0;
263
264         /** @return true if the editor is following the playhead */
265         virtual bool follow_playhead () const = 0;
266
267         /** @return true if the playhead is currently being dragged, otherwise false */
268         virtual bool dragging_playhead () const = 0;
269         virtual void ensure_float (Gtk::Window&) = 0;
270         virtual void show_window () = 0;
271         virtual framepos_t leftmost_position() const = 0;
272         virtual framecnt_t current_page_frames() const = 0;
273         virtual double visible_canvas_height () const = 0;
274         virtual void temporal_zoom_step (bool coarser) = 0;
275         virtual void ensure_time_axis_view_is_visible (const TimeAxisView& tav) = 0;
276         virtual void scroll_tracks_down_line () = 0;
277         virtual void scroll_tracks_up_line () = 0;
278         virtual void prepare_for_cleanup () = 0;
279         virtual void finish_cleanup () = 0;
280         virtual void reset_x_origin (framepos_t frame) = 0;
281         virtual void remove_last_capture () = 0;
282         virtual void maximise_editing_space () = 0;
283         virtual void restore_editing_space () = 0;
284         virtual void update_tearoff_visibility () = 0;
285         virtual framepos_t get_preferred_edit_position (bool ignore_playhead = false, bool from_context_menu = false) = 0;
286         virtual void toggle_meter_updating() = 0;
287         virtual void split_region_at_points (boost::shared_ptr<ARDOUR::Region>, ARDOUR::AnalysisFeatureList&, bool can_ferret, bool select_new = false) = 0;
288         virtual void mouse_add_new_marker (framepos_t where, bool is_cd=false, bool is_xrun=false) = 0;
289         virtual void foreach_time_axis_view (sigc::slot<void,TimeAxisView&>) = 0;
290         virtual void add_to_idle_resize (TimeAxisView*, int32_t) = 0;
291         virtual framecnt_t get_nudge_distance (framepos_t pos, framecnt_t& next) = 0;
292         virtual Evoral::MusicalTime get_grid_type_as_beats (bool& success, framepos_t position) = 0;
293
294         virtual void queue_visual_videotimeline_update () = 0;
295         virtual void toggle_ruler_video (bool) = 0;
296         virtual void toggle_xjadeo_proc (int) = 0;
297         virtual void toggle_xjadeo_viewoption (int, int) = 0;
298         virtual void set_xjadeo_sensitive (bool onoff) = 0;
299         virtual int  get_videotl_bar_height () const = 0;
300         virtual void set_video_timeline_height (const int h) = 0;
301         virtual void embed_audio_from_video (std::string, framepos_t n = 0) = 0;
302         virtual void export_video () = 0;
303
304 #ifdef WITH_CMT
305         virtual void connect_to_image_compositor()  = 0;
306         virtual void add_imageframe_time_axis(const std::string & track_name, void*)  = 0;
307         virtual void add_imageframe_marker_time_axis(const std::string & track_name, TimeAxisView* marked_track, void*)  = 0;
308         virtual void scroll_timeaxis_to_imageframe_item(const TimeAxisViewItem* item)  = 0;
309         virtual TimeAxisView* get_named_time_axis(const std::string & name)  = 0;
310 #endif
311
312         virtual RouteTimeAxisView* get_route_view_by_route_id (const PBD::ID& id) const = 0;
313
314         virtual void get_equivalent_regions (RegionView* rv, std::vector<RegionView*>&, PBD::PropertyID) const = 0;
315
316         sigc::signal<void> ZoomChanged;
317         /** Emitted when the horizontal position of the editor view changes */
318         sigc::signal<void> HorizontalPositionChanged;
319         sigc::signal<void> Realized;
320         sigc::signal<void,framepos_t> UpdateAllTransportClocks;
321
322         static sigc::signal<void> DropDownKeys;
323
324         Glib::RefPtr<Gtk::ActionGroup> editor_actions;
325         Glib::RefPtr<Gtk::ActionGroup> editor_menu_actions;
326         Glib::RefPtr<Gtk::ActionGroup> _region_actions;
327
328         virtual void reset_focus () = 0;
329
330         virtual bool canvas_control_point_event (GdkEvent* event, ArdourCanvas::Item*, ControlPoint*) = 0;
331         virtual bool canvas_line_event (GdkEvent* event, ArdourCanvas::Item*, AutomationLine*) = 0;
332         virtual bool canvas_selection_rect_event (GdkEvent* event, ArdourCanvas::Item*, SelectionRect*) = 0;
333         virtual bool canvas_selection_start_trim_event (GdkEvent* event, ArdourCanvas::Item*, SelectionRect*) = 0;
334         virtual bool canvas_selection_end_trim_event (GdkEvent* event, ArdourCanvas::Item*, SelectionRect*) = 0;
335         virtual bool canvas_start_xfade_event (GdkEvent* event, ArdourCanvas::Item*, AudioRegionView*) = 0;
336         virtual bool canvas_end_xfade_event (GdkEvent* event, ArdourCanvas::Item*, AudioRegionView*) = 0;
337         virtual bool canvas_fade_in_event (GdkEvent* event, ArdourCanvas::Item*, AudioRegionView*) = 0;
338         virtual bool canvas_fade_in_handle_event (GdkEvent* event, ArdourCanvas::Item*, AudioRegionView*) = 0;
339         virtual bool canvas_fade_out_event (GdkEvent* event, ArdourCanvas::Item*, AudioRegionView*) = 0;
340         virtual bool canvas_fade_out_handle_event (GdkEvent* event, ArdourCanvas::Item*, AudioRegionView*) = 0;
341         virtual bool canvas_region_view_event (GdkEvent* event, ArdourCanvas::Item*, RegionView*) = 0;
342         virtual bool canvas_frame_handle_event (GdkEvent* event, ArdourCanvas::Item*, RegionView*) = 0;
343         virtual bool canvas_region_view_name_highlight_event (GdkEvent* event, ArdourCanvas::Item*, RegionView*) = 0;
344         virtual bool canvas_region_view_name_event (GdkEvent* event, ArdourCanvas::Item*, RegionView*) = 0;
345         virtual bool canvas_feature_line_event (GdkEvent* event, ArdourCanvas::Item*, RegionView*) = 0;
346         virtual bool canvas_stream_view_event (GdkEvent* event, ArdourCanvas::Item*, RouteTimeAxisView*) = 0;
347         virtual bool canvas_marker_event (GdkEvent* event, ArdourCanvas::Item*, Marker*) = 0;
348         virtual bool canvas_videotl_bar_event (GdkEvent* event, ArdourCanvas::Item*) = 0;
349         virtual bool canvas_zoom_rect_event (GdkEvent* event, ArdourCanvas::Item*) = 0;
350         virtual bool canvas_tempo_marker_event (GdkEvent* event, ArdourCanvas::Item*, TempoMarker*) = 0;
351         virtual bool canvas_meter_marker_event (GdkEvent* event, ArdourCanvas::Item*, MeterMarker*) = 0;
352         virtual bool canvas_automation_track_event(GdkEvent* event, ArdourCanvas::Item*, AutomationTimeAxisView*) = 0;
353
354         virtual bool canvas_tempo_bar_event (GdkEvent* event, ArdourCanvas::Item*) = 0;
355         virtual bool canvas_meter_bar_event (GdkEvent* event, ArdourCanvas::Item*) = 0;
356         virtual bool canvas_marker_bar_event (GdkEvent* event, ArdourCanvas::Item*) = 0;
357         virtual bool canvas_range_marker_bar_event (GdkEvent* event, ArdourCanvas::Item*) = 0;
358         virtual bool canvas_transport_marker_bar_event (GdkEvent* event, ArdourCanvas::Item*) = 0;
359         virtual bool canvas_note_event (GdkEvent* event, ArdourCanvas::Item*) = 0;
360
361 #ifdef WITH_CMT
362         virtual bool canvas_imageframe_item_view_event(GdkEvent* event, ArdourCanvas::Item*,ImageFrameView*) = 0;
363         virtual bool canvas_imageframe_view_event(GdkEvent* event, ArdourCanvas::Item*,ImageFrameTimeAxis*) = 0;
364         virtual bool canvas_imageframe_start_handle_event(GdkEvent* event, ArdourCanvas::Item*,ImageFrameView*) = 0;
365         virtual bool canvas_imageframe_end_handle_event(GdkEvent* event, ArdourCanvas::Item*,ImageFrameView*) = 0;
366         virtual bool canvas_marker_time_axis_view_event(GdkEvent* event, ArdourCanvas::Item*,MarkerTimeAxis*) = 0;
367         virtual bool canvas_markerview_item_view_event(GdkEvent* event, ArdourCanvas::Item*,MarkerView*) = 0;
368         virtual bool canvas_markerview_start_handle_event(GdkEvent* event, ArdourCanvas::Item*,MarkerView*) = 0;
369         virtual bool canvas_markerview_end_handle_event(GdkEvent* event, ArdourCanvas::Item*,MarkerView*) = 0;
370 #endif
371
372         static const int window_border_width;
373         static const int container_border_width;
374         static const int vertical_spacing;
375         static const int horizontal_spacing;
376
377 #ifdef TOP_MENUBAR
378         /*
379          * This is needed for OS X primarily
380          * but also any other OS that uses a single
381          * top menubar instead of per window menus
382          */
383         virtual Gtk::HBox& get_status_bar_packer() = 0;
384 #endif
385
386         virtual gdouble get_trackview_group_vertical_offset () const = 0;
387         virtual ArdourCanvas::Group* get_trackview_group () const = 0;
388         virtual ArdourCanvas::Group* get_background_group () const = 0;
389
390         virtual TimeAxisView* axis_view_from_route (boost::shared_ptr<ARDOUR::Route>) const = 0;
391
392         virtual void set_current_trimmable (boost::shared_ptr<ARDOUR::Trimmable>) = 0;
393         virtual void set_current_movable (boost::shared_ptr<ARDOUR::Movable>) = 0;
394
395         virtual void center_screen (framepos_t) = 0;
396
397         virtual TrackViewList axis_views_from_routes (boost::shared_ptr<ARDOUR::RouteList>) const = 0;
398         virtual TrackViewList const & get_track_views () = 0;
399
400         virtual Gtkmm2ext::TearOff* mouse_mode_tearoff () const = 0;
401         virtual Gtkmm2ext::TearOff* tools_tearoff () const = 0;
402
403         virtual DragManager* drags () const = 0;
404         virtual void maybe_autoscroll (bool, bool, bool, bool) = 0;
405         virtual void stop_canvas_autoscroll () = 0;
406
407         virtual MouseCursors const * cursors () const = 0;
408         virtual VerboseCursor * verbose_cursor () const = 0;
409
410         virtual bool get_smart_mode () const = 0;
411
412         virtual void get_pointer_position (double &, double &) const = 0;
413
414         virtual ARDOUR::Location* find_location_from_marker (Marker *, bool &) const = 0;
415         virtual Marker* find_marker_from_location_id (PBD::ID const &, bool) const = 0;
416
417         virtual void snap_to_with_modifier (framepos_t &, GdkEvent const *, int32_t direction = 0, bool for_mark = false) = 0;
418
419         virtual void get_regions_at (RegionSelection &, framepos_t where, TrackViewList const &) const = 0;
420
421         virtual void save_canvas_state () = 0;
422
423         /// Singleton instance, set up by Editor::Editor()
424
425         static PublicEditor* _instance;
426
427         friend bool relay_key_press (GdkEventKey*, Gtk::Window*);
428         friend bool forward_key_press (GdkEventKey*);
429
430         PBD::Signal0<void> SnapChanged;
431         PBD::Signal0<void> MouseModeChanged;
432 };
433
434 #endif // __gtk_ardour_public_editor_h__