X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fregion_editor.h;h=888ab8afb38526598b89bd85d90ba0221d60f71b;hb=d53af10c9261172c57dbc66b6b4d1143b37bbcae;hp=b584a9b0b8e5bb4e5d92979b8ecfb859c5c5fa83;hpb=045ef69ac37550cf376d40443555a57a931fe7b0;p=ardour.git diff --git a/gtk2_ardour/region_editor.h b/gtk2_ardour/region_editor.h index b584a9b0b8..888ab8afb3 100644 --- a/gtk2_ardour/region_editor.h +++ b/gtk2_ardour/region_editor.h @@ -51,17 +51,17 @@ class ClockGroup; class RegionEditor : public ArdourDialog { - public: +public: RegionEditor (ARDOUR::Session*, boost::shared_ptr); virtual ~RegionEditor (); - protected: +protected: virtual void region_changed (const PBD::PropertyChange&); Gtk::Table _table; int _table_row; - private: +private: boost::shared_ptr _region; void connect_editor_events (); @@ -77,7 +77,7 @@ class RegionEditor : public ArdourDialog Gtk::Label sync_absolute_label; Gtk::Label start_label; - ClockGroup* _clock_group; + ClockGroup* _clock_group; AudioClock position_clock; AudioClock end_clock; @@ -115,6 +115,8 @@ class RegionEditor : public ArdourDialog Gtk::Label _sources_label; Gtk::ListViewText _sources; + + void set_clock_mode_from_primary (); }; #endif /* __gtk_ardour_region_edit_h__ */