X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fregion_editor.h;h=9417ddfdd7ef3aa80cb72f8c1d31d7f05292949f;hb=7b155267505af3fedffc7972b08cb784c97b7e74;hp=8fdb56321142d4bf8460740f85c87e5d7b99f958;hpb=22a2c820452eeec0399039149c179c4b0f7dcc21;p=ardour.git diff --git a/gtk2_ardour/region_editor.h b/gtk2_ardour/region_editor.h index 8fdb563211..9417ddfdd7 100644 --- a/gtk2_ardour/region_editor.h +++ b/gtk2_ardour/region_editor.h @@ -33,6 +33,7 @@ #include #include #include +#include #include @@ -47,15 +48,19 @@ namespace ARDOUR { class Session; } +class ClockGroup; + class RegionEditor : public ArdourDialog { public: RegionEditor (ARDOUR::Session*, boost::shared_ptr); + virtual ~RegionEditor (); protected: virtual void region_changed (const PBD::PropertyChange&); Gtk::Table _table; + int _table_row; private: boost::shared_ptr _region; @@ -73,6 +78,8 @@ class RegionEditor : public ArdourDialog Gtk::Label sync_absolute_label; Gtk::Label start_label; + ClockGroup* _clock_group; + AudioClock position_clock; AudioClock end_clock; AudioClock length_clock; @@ -106,6 +113,9 @@ class RegionEditor : public ArdourDialog void handle_response (int); bool spin_arrow_grab; + + Gtk::Label _sources_label; + Gtk::ListViewText _sources; }; #endif /* __gtk_ardour_region_edit_h__ */