Home
last modified time | relevance | path

Searched refs:verbose_cursor (Results 1 – 4 of 4) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor_drag.cc356 _editor->verbose_cursor()->hide (); in end_grab()
542 _editor->verbose_cursor()->hide (); in abort()
548 _editor->verbose_cursor()->set_time (sample); in show_verbose_cursor_time()
549 _editor->verbose_cursor()->show (); in show_verbose_cursor_time()
555 _editor->verbose_cursor()->set_duration (start, end); in show_verbose_cursor_duration()
556 _editor->verbose_cursor()->show (); in show_verbose_cursor_duration()
562 _editor->verbose_cursor()->set (text); in show_verbose_cursor_text()
563 _editor->verbose_cursor()->show (); in show_verbose_cursor_text()
2237 _editor->verbose_cursor()->hide (); in motion()
2240 _editor->verbose_cursor()->show (); in motion()
[all …]
H A Dpublic_editor.h479 virtual VerboseCursor* verbose_cursor () const = 0;
H A Dmidi_region_view.cc4013 trackview.editor().verbose_cursor()->hide (); in hide_verbose_cursor()
4301 trackview.editor().verbose_cursor()->set (text); in show_verbose_cursor()
4302 trackview.editor().verbose_cursor()->show (); in show_verbose_cursor()
4303 trackview.editor().verbose_cursor()->set_offset (ArdourCanvas::Duple (xoffset, yoffset)); in show_verbose_cursor()
H A Deditor.h523 VerboseCursor* verbose_cursor () const { in verbose_cursor() function