X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor_cursors.h;h=d7e856c9e57507381fb7288b2b87334328f439a0;hb=5e7d9d30e28e8022661497244ccd43a1f5a836c6;hp=7915e37205c00da167b40cbe1764f1e677fcd36c;hpb=a3c378cf62939c85bcfa3b4c55b68c9163c5e21e;p=ardour.git diff --git a/gtk2_ardour/editor_cursors.h b/gtk2_ardour/editor_cursors.h index 7915e37205..d7e856c9e5 100644 --- a/gtk2_ardour/editor_cursors.h +++ b/gtk2_ardour/editor_cursors.h @@ -29,6 +29,7 @@ class Editor; class EditorCursor { public: EditorCursor (Editor&, bool (Editor::*)(GdkEvent*,ArdourCanvas::Item*)); + EditorCursor (Editor&); ~EditorCursor (); void set_position (framepos_t); @@ -37,6 +38,7 @@ class EditorCursor { void show (); void hide (); void set_color (ArdourCanvas::Color); + void set_sensitive (bool); framepos_t current_frame () const { return _current_frame; @@ -52,5 +54,4 @@ class EditorCursor { Editor& _editor; ArdourCanvas::Arrow* _track_canvas_item; framepos_t _current_frame; - double _length; };