|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <range.h>
Public Member Functions | |
| RangeMove (timepos_t f, timecnt_t l, timepos_t t) | |
Public Attributes | |
| timepos_t | from |
| start of the range More... | |
| timecnt_t | length |
| length of the range More... | |
| timepos_t | to |
| new start of the range More... | |
Type to describe the movement of a time range
Definition at line 269 of file temporal/temporal/range.h.
Definition at line 270 of file temporal/temporal/range.h.
| timepos_t Temporal::RangeMove::from |
start of the range
Definition at line 271 of file temporal/temporal/range.h.
| timecnt_t Temporal::RangeMove::length |
length of the range
Definition at line 272 of file temporal/temporal/range.h.
| timepos_t Temporal::RangeMove::to |
new start of the range
Definition at line 273 of file temporal/temporal/range.h.