|
Ardour
9.0-pre0-1952-gc5e0b21049
|
Public Attributes | |
| std::shared_ptr< AutomationLine > | line |
| the line More... | |
| std::list< ControlPoint * > | points |
| points to drag on the line More... | |
| std::pair< Temporal::timepos_t, Temporal::timepos_t > | range |
| the range of all points on the line, in session time More... | |
| XMLNode * | state |
| the XML state node before the drag More... | |
A line that is part of the drag
Definition at line 1463 of file editor_drag.h.
| std::shared_ptr<AutomationLine> AutomationRangeDrag::Line::line |
the line
Definition at line 1464 of file editor_drag.h.
| std::list<ControlPoint*> AutomationRangeDrag::Line::points |
points to drag on the line
Definition at line 1465 of file editor_drag.h.
| std::pair<Temporal::timepos_t, Temporal::timepos_t> AutomationRangeDrag::Line::range |
the range of all points on the line, in session time
Definition at line 1466 of file editor_drag.h.
| XMLNode* AutomationRangeDrag::Line::state |
the XML state node before the drag
Definition at line 1467 of file editor_drag.h.