Home
last modified time | relevance | path

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

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor_drag.h883 class BBTRulerDrag : public Drag
886 BBTRulerDrag (Editor *, ArdourCanvas::Item *);
H A Deditor_drag.cc3706 BBTRulerDrag::BBTRulerDrag (Editor* e, ArdourCanvas::Item* i) in BBTRulerDrag() function in BBTRulerDrag
3718 BBTRulerDrag::start_grab (GdkEvent* event, Gdk::Cursor* cursor) in start_grab()
3744 BBTRulerDrag::setup_pointer_sample_offset () in setup_pointer_sample_offset()
3771 BBTRulerDrag::motion (GdkEvent* event, bool first_move) in motion()
3808 BBTRulerDrag::finished (GdkEvent* event, bool movement_occurred) in finished()
3835 BBTRulerDrag::aborted (bool moved) in aborted()
H A Deditor_mouse.cc820 _drags->set (new BBTRulerDrag (this, item), event); in button_press_handler_1()
H A Deditor.h2385 friend class BBTRulerDrag; variable