mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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
This commit is contained in:
parent
5711425f18
commit
988348185e
13 changed files with 479 additions and 336 deletions
|
|
@ -212,6 +212,10 @@ protected:
|
|||
return _last_pointer_frame;
|
||||
}
|
||||
|
||||
void show_verbose_cursor_time (framepos_t);
|
||||
void show_verbose_cursor_duration (framepos_t, framepos_t);
|
||||
void show_verbose_cursor_text (std::string const &);
|
||||
|
||||
Editor* _editor; ///< our editor
|
||||
DragManager* _drags;
|
||||
ArdourCanvas::Item* _item; ///< our item
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue