summaryrefslogtreecommitdiff
path: root/gtk2_ardour/insert_time_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-09-05 23:38:18 +0000
committerCarl Hetherington <carl@carlh.net>2011-09-05 23:38:18 +0000
commit24a38b8b08914636c5fd81646460cc083df5ecb9 (patch)
tree966dd1cb907e5b1e8acbf263b3a23c79c1faa2bc /gtk2_ardour/insert_time_dialog.h
parente3692bf3dab4dc7d9a80ca79f98830cc7f1c0793 (diff)
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
Diffstat (limited to 'gtk2_ardour/insert_time_dialog.h')
-rw-r--r--gtk2_ardour/insert_time_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/insert_time_dialog.h b/gtk2_ardour/insert_time_dialog.h
index 15ae77515c..06fbc32b7e 100644
--- a/gtk2_ardour/insert_time_dialog.h
+++ b/gtk2_ardour/insert_time_dialog.h
@@ -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;