summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorNick Mainsbridge <beatroute@iprimus.com.au>2006-02-15 12:15:29 +0000
committerNick Mainsbridge <beatroute@iprimus.com.au>2006-02-15 12:15:29 +0000
commit69c9f3d7ce4643c75e1490661d51247b699b606a (patch)
treecc8f058f7baa5b9996c8761caa37c4e8f0ee6601 /gtk2_ardour/editor.h
parent99281692de9a8b5c5b8a903b75e0ffc9620db616 (diff)
select all in time range, show object selection while in range mode, trim range ends by a frame when selecting, make things semantically a bit better.
git-svn-id: svn://localhost/trunk/ardour2@329 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index daba1f01eb..19c2448f5f 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -635,7 +635,7 @@ class Editor : public PublicEditor
void cursor_to_region_point (Cursor*, ARDOUR::RegionPoint, int32_t dir);
void cursor_to_selection_start (Cursor *);
void cursor_to_selection_end (Cursor *);
- void select_all_after_cursor (Cursor *, bool);
+ void select_all_selectables_using_cursor (Cursor *, bool);
ARDOUR::Region* find_next_region (jack_nframes_t, ARDOUR::RegionPoint, int32_t dir, TrackViewList&, TimeAxisView ** = 0);
@@ -1004,8 +1004,9 @@ class Editor : public PublicEditor
void cursor_align (bool playhead_to_edit);
void remove_last_capture ();
- void select_all_from_loop();
- void select_all_from_punch();
+ void select_all_selectables_using_time_selection ();
+ void select_all_selectables_using_loop();
+ void select_all_selectables_using_punch();
void set_selection_from_range (ARDOUR::Location&);
void set_selection_from_punch ();
void set_selection_from_loop ();
@@ -1251,7 +1252,7 @@ class Editor : public PublicEditor
void marker_menu_rename ();
void marker_menu_hide ();
void marker_menu_loop_range ();
- void marker_menu_select_all_from_range ();
+ void marker_menu_select_all_selectables_using_range ();
void marker_menu_play_from ();
void marker_menu_set_playhead ();
void marker_menu_set_from_playhead ();