![]() |
Audacity 3.2.0
|
A start and an end time, and whatever else subclasses associate with them. More...
#include <Channel.h>
Public Member Functions | |
ChannelGroupInterval (double start, double end) | |
virtual | ~ChannelGroupInterval () |
double | Start () const |
double | End () const |
Private Attributes | |
const double | mStart |
const double | mEnd |
A start and an end time, and whatever else subclasses associate with them.
Start and end are immutable, but subclasses may add other mutable data
|
inline |
start <= end
Definition at line 33 of file Channel.h.
References PackedArray::end().
|
virtualdefault |
|
inline |
Definition at line 42 of file Channel.h.
Referenced by TrackShifter::CommonSelectInterval(), anonymous_namespace{WaveClipAdjustBorderHandle.cpp}::GetRightAdjustLimit(), WaveTrackShifter::SelectInterval(), and ChangeClipSpeedDialog::SetClipSpeedFromDialog().
|
inline |
Definition at line 41 of file Channel.h.
Referenced by anonymous_namespace{TimeShiftHandle.cpp}::AdjustToSnap(), TrackShifter::CommonSelectInterval(), anonymous_namespace{WaveClipAdjustBorderHandle.cpp}::GetLeftAdjustLimit(), WaveTrack::GetNextInterval(), WaveTrackShifter::SelectInterval(), and ChangeClipSpeedDialog::SetClipSpeedFromDialog().