summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-03-02 22:43:19 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-03-02 22:43:19 +0000
commitb3ddcbcee491a48091f9b4b927c953cbcd0e8963 (patch)
tree8b3298021871f58c3bb468792a5f8ef3cc678220 /gtk2_ardour/region_editor.h
parent10b224790b5a371d70f99d84b38ff82b82680e97 (diff)
group clocks in location UI and region editor so that they all change modes together
git-svn-id: svn://localhost/ardour2/branches/3.0@9048 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/region_editor.h')
-rw-r--r--gtk2_ardour/region_editor.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/gtk2_ardour/region_editor.h b/gtk2_ardour/region_editor.h
index 66f0f6226d..9417ddfdd7 100644
--- a/gtk2_ardour/region_editor.h
+++ b/gtk2_ardour/region_editor.h
@@ -48,11 +48,13 @@ namespace ARDOUR {
class Session;
}
+class ClockGroup;
+
class RegionEditor : public ArdourDialog
{
public:
RegionEditor (ARDOUR::Session*, boost::shared_ptr<ARDOUR::Region>);
- virtual ~RegionEditor () {}
+ virtual ~RegionEditor ();
protected:
virtual void region_changed (const PBD::PropertyChange&);
@@ -76,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;