Ardour  9.0-pre0-582-g084a23a80d
Temporal::RangeMove Struct Reference

#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...
 

Detailed Description

Type to describe the movement of a time range

Definition at line 269 of file temporal/temporal/range.h.

Constructor & Destructor Documentation

◆ RangeMove()

Temporal::RangeMove::RangeMove ( timepos_t  f,
timecnt_t  l,
timepos_t  t 
)
inline

Definition at line 270 of file temporal/temporal/range.h.

Member Data Documentation

◆ from

timepos_t Temporal::RangeMove::from

start of the range

Definition at line 271 of file temporal/temporal/range.h.

◆ length

timecnt_t Temporal::RangeMove::length

length of the range

Definition at line 272 of file temporal/temporal/range.h.

◆ to

timepos_t Temporal::RangeMove::to

new start of the range

Definition at line 273 of file temporal/temporal/range.h.


The documentation for this struct was generated from the following file: