summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-05-02 13:38:16 +0000
committerCarl Hetherington <carl@carlh.net>2011-05-02 13:38:16 +0000
commit988348185ece58b9af4ecc3a919e7f4862fa9a54 (patch)
tree7e5af4a639509127d075fd50c03b76261dd20d0a /gtk2_ardour/midi_region_view.h
parent5711425f187573caa53b040a81d39e3cca9f61f1 (diff)
Separate verbose cursor out into its own class and clean up the API. Fixes #4010.
git-svn-id: svn://localhost/ardour2/branches/3.0@9455 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/midi_region_view.h')
-rw-r--r--gtk2_ardour/midi_region_view.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk2_ardour/midi_region_view.h b/gtk2_ardour/midi_region_view.h
index 97cc07b7e2..574fc8b153 100644
--- a/gtk2_ardour/midi_region_view.h
+++ b/gtk2_ardour/midi_region_view.h
@@ -335,6 +335,9 @@ class MidiRegionView : public RegionView
uint8_t get_channel_for_add () const;
+ void show_verbose_cursor (std::string const &, double, double) const;
+ void show_verbose_cursor (boost::shared_ptr<NoteType>) const;
+
int8_t _force_channel;
uint16_t _last_channel_selection;
uint8_t _current_range_min;
@@ -418,8 +421,6 @@ class MidiRegionView : public RegionView
void snap_changed ();
PBD::ScopedConnection snap_changed_connection;
- void show_verbose_canvas_cursor (boost::shared_ptr<NoteType>) const;
-
bool motion (GdkEventMotion*);
bool scroll (GdkEventScroll*);
bool key_press (GdkEventKey*);