![]() |
Audacity 3.2.0
|
#include <StretchHandle.h>
Public Types | |
| using | QuantizedTimeAndBeat = std::pair< double, double > |
Public Attributes | |
| StretchEnum | mMode { stretchCenter } |
| QuantizedTimeAndBeat | mBeatCenter { 0, 0 } |
| QuantizedTimeAndBeat | mBeat0 { 0, 0 } |
| QuantizedTimeAndBeat | mBeat1 { 0, 0 } |
| double | mLeftBeats {} |
| double | mRightBeats {} |
| double | mOrigSel0Quantized { -1 } |
| double | mOrigSel1Quantized { -1 } |
Definition at line 40 of file StretchHandle.h.
| using StretchHandle::StretchState::QuantizedTimeAndBeat = std::pair< double, double > |
Definition at line 43 of file StretchHandle.h.
| QuantizedTimeAndBeat StretchHandle::StretchState::mBeat0 { 0, 0 } |
Definition at line 46 of file StretchHandle.h.
Referenced by StretchHandle::Click(), StretchHandle::HitTest(), and StretchHandle::Stretch().
| QuantizedTimeAndBeat StretchHandle::StretchState::mBeat1 { 0, 0 } |
Definition at line 47 of file StretchHandle.h.
Referenced by StretchHandle::Click(), StretchHandle::HitTest(), and StretchHandle::Stretch().
| QuantizedTimeAndBeat StretchHandle::StretchState::mBeatCenter { 0, 0 } |
Definition at line 45 of file StretchHandle.h.
Referenced by StretchHandle::HitTest(), and StretchHandle::Stretch().
| double StretchHandle::StretchState::mLeftBeats {} |
Definition at line 48 of file StretchHandle.h.
Referenced by StretchHandle::HitTest(), and StretchHandle::Stretch().
| StretchEnum StretchHandle::StretchState::mMode { stretchCenter } |
Definition at line 41 of file StretchHandle.h.
Referenced by StretchHandle::HitTest(), StretchHandle::Preview(), StretchHandle::Release(), and StretchHandle::Stretch().
| double StretchHandle::StretchState::mOrigSel0Quantized { -1 } |
Definition at line 51 of file StretchHandle.h.
Referenced by StretchHandle::HitTest(), and StretchHandle::Release().
| double StretchHandle::StretchState::mOrigSel1Quantized { -1 } |
Definition at line 51 of file StretchHandle.h.
Referenced by StretchHandle::HitTest(), and StretchHandle::Release().
| double StretchHandle::StretchState::mRightBeats {} |
Definition at line 49 of file StretchHandle.h.
Referenced by StretchHandle::HitTest(), and StretchHandle::Stretch().