|
Ardour
9.0-pre0-1993-g41d91e7527
|
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 1496 of file editor_drag.h.
| std::shared_ptr<AutomationLine> AutomationRangeDrag::Line::line |
the line
Definition at line 1497 of file editor_drag.h.
| std::list<ControlPoint*> AutomationRangeDrag::Line::points |
points to drag on the line
Definition at line 1498 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 1499 of file editor_drag.h.
| XMLNode* AutomationRangeDrag::Line::state |
the XML state node before the drag
Definition at line 1500 of file editor_drag.h.