Add option to insert time on all a track's playlists (#4304).

git-svn-id: svn://localhost/ardour2/branches/3.0@10054 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-09-05 23:38:18 +00:00
parent e3692bf3da
commit 24a38b8b08
7 changed files with 63 additions and 23 deletions

View file

@ -28,6 +28,7 @@ public:
InsertTimeDialog (PublicEditor &);
Editing::InsertTimeOption intersected_region_action ();
bool all_playlists () const;
bool move_glued () const;
bool move_markers () const;
bool move_glued_markers () const;
@ -40,6 +41,7 @@ private:
PublicEditor& _editor;
Gtk::ComboBoxText _intersected_combo;
Gtk::CheckButton _all_playlists;
Gtk::CheckButton _move_glued;
Gtk::CheckButton _move_markers;
Gtk::CheckButton _move_glued_markers;