![]() |
Ardour
9.0-pre0-1699-gfaebc7ab35
|
#include <editor_drag.h>
Protected Attributes | |
Editor & | _editor |
![]() | |
EditingContext & | editing_context |
DragManager * | _drags |
ArdourCanvas::Item * | _item |
our item More... | |
ArdourCanvas::Item const * | _bounding_item |
our coordinate reference (normally null) More... | |
Temporal::timecnt_t | _pointer_offset |
Temporal::timecnt_t | _video_offset |
bool | _preview_video |
bool | _x_constrained |
true if x motion is constrained, otherwise false More... | |
bool | _y_constrained |
true if y motion is constrained, otherwise false More... | |
bool | _was_rolling |
true if the session was rolling before the drag started, otherwise false More... | |
ARDOUR::timepos_t | _earliest_time_limit |
time we cannot drag before (defaults to 0, indicating no such limit) More... | |
bool | _copy |
a base class for Drags that will need access to the full Editor, not just an Editing Context.
Definition at line 367 of file editor_drag.h.
EditorDrag::EditorDrag | ( | Editor & | , |
ArdourCanvas::Item * | , | ||
Temporal::TimeDomain | td, | ||
ArdourCanvas::Item const * | bounding_item, | ||
bool | hide_snapped_cursor = true |
||
) |
|
protected |
Definition at line 372 of file editor_drag.h.