ardour
Public Member Functions | Public Attributes | List of all members
Evoral::RangeMove< T > Struct Template Reference

#include <Range.hpp>

Public Member Functions

 RangeMove (T f, double l, T t)
 

Public Attributes

from
 start of the range More...
 
double length
 length of the range More...
 
to
 new start of the range More...
 

Detailed Description

template<typename T>
struct Evoral::RangeMove< T >

Type to describe the movement of a time range

Definition at line 202 of file Range.hpp.

Constructor & Destructor Documentation

template<typename T >
Evoral::RangeMove< T >::RangeMove ( f,
double  l,
t 
)
inline

Definition at line 203 of file Range.hpp.

Member Data Documentation

template<typename T >
T Evoral::RangeMove< T >::from

start of the range

Definition at line 204 of file Range.hpp.

template<typename T >
double Evoral::RangeMove< T >::length

length of the range

Definition at line 205 of file Range.hpp.

template<typename T >
T Evoral::RangeMove< T >::to

new start of the range

Definition at line 206 of file Range.hpp.


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