X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Finsert_time_dialog.h;h=3c365c1f6b64dbaddfc59d75ff88809d5063f8bd;hb=934e827420de65504450d25f25f79a2b6df5060f;hp=f6231bc05cc96b13d7fb1b421abcb5bc505ca7ee;hpb=636efaabc47afa556d391f30dd7d2380f69d21f3;p=ardour.git diff --git a/gtk2_ardour/insert_time_dialog.h b/gtk2_ardour/insert_time_dialog.h index f6231bc05c..3c365c1f6b 100644 --- a/gtk2_ardour/insert_time_dialog.h +++ b/gtk2_ardour/insert_time_dialog.h @@ -28,16 +28,25 @@ 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; + Gtk::CheckButton _move_locked_markers; Gtk::CheckButton _move_tempos; + Gtk::Label tempo_label; AudioClock _clock; };