X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Finsert_time_dialog.h;h=06fbc32b7e4913b521922bac51fcbf0a0e2c241b;hb=a9adbd9404257f5eefac27c579f6c3b890b81969;hp=450a8e9872e858016f9cc16833d78de01b927d35;hpb=1e2fc9dcc02c43c36933be976f70d58a1a95f8b5;p=ardour.git diff --git a/gtk2_ardour/insert_time_dialog.h b/gtk2_ardour/insert_time_dialog.h index 450a8e9872..06fbc32b7e 100644 --- a/gtk2_ardour/insert_time_dialog.h +++ b/gtk2_ardour/insert_time_dialog.h @@ -28,18 +28,20 @@ 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; bool move_locked_markers () const; bool move_tempos () const; - nframes64_t distance () const; + framepos_t distance () const; private: void move_markers_toggled (); - + PublicEditor& _editor; Gtk::ComboBoxText _intersected_combo; + Gtk::CheckButton _all_playlists; Gtk::CheckButton _move_glued; Gtk::CheckButton _move_markers; Gtk::CheckButton _move_glued_markers;