From c6464e9c34864b9b2347fb7b6ac50261991da8aa Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 12 Jan 2017 18:22:56 +0100 Subject: Move some actions into the global group: This allows common keyboard shortcuts from any Tab (Editor, Mixer). Discuss: should those actions/methods also be moved to ArdourUI instead of PublicEditor? --- gtk2_ardour/editor.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'gtk2_ardour/editor.h') diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h index b96f67ab6b..dfe25420f6 100644 --- a/gtk2_ardour/editor.h +++ b/gtk2_ardour/editor.h @@ -655,6 +655,9 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD void toggle_marker_lines (); void set_marker_line_visibility (bool); + void jump_forward_to_mark (); + void jump_backward_to_mark (); + uint32_t location_marker_color; uint32_t location_range_color; uint32_t location_loop_color; @@ -1337,8 +1340,6 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD /* import & embed */ void add_external_audio_action (Editing::ImportMode); - void external_audio_dialog (); - void session_import_dialog (); int check_whether_and_how_to_import(std::string, bool all_or_nothing = true); bool check_multichannel_status (const std::vector& paths); @@ -1401,6 +1402,10 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD AnalysisWindow* analysis_window; + /* import & embed */ + void external_audio_dialog (); + void session_import_dialog (); + /* import specific info */ struct EditorImportStatus : public ARDOUR::ImportStatus { @@ -1439,8 +1444,6 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD void clear_locations (); void unhide_markers (); void unhide_ranges (); - void jump_forward_to_mark (); - void jump_backward_to_mark (); void cursor_align (bool playhead_to_edit); void toggle_skip_playback (); -- cgit v1.2.3