X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fcontrol_point.h;h=c9aab3af64a76875f495dca06654953895fb2b46;hb=cc82fc675b096c3dfec76d0c45671b78c85007cf;hp=ce4c30be968aa0506009972f2eed4ac880b7675f;hpb=b9185d2c07c77eccf3679ac99f6b69f8fdd79c48;p=ardour.git diff --git a/gtk2_ardour/control_point.h b/gtk2_ardour/control_point.h index ce4c30be96..c9aab3af64 100644 --- a/gtk2_ardour/control_point.h +++ b/gtk2_ardour/control_point.h @@ -38,6 +38,7 @@ class Selection; namespace ArdourCanvas { class Rectangle; class Diamond; + class Item; } class ControlPoint : public Selectable @@ -74,13 +75,13 @@ class ControlPoint : public Selectable uint32_t view_index() const { return _view_index; } void set_view_index(uint32_t i) { _view_index = i; } - void i2w (double &, double &) const; + ArdourCanvas::Item& item() const; ARDOUR::AutomationList::iterator model() const { return _model; } AutomationLine& line() const { return _line; } static PBD::Signal1 CatchDeletion; - + private: ArdourCanvas::Rectangle* _item; AutomationLine& _line;