#include <WaveformScale.h>
Definition at line 22 of file WaveformScale.h.
◆ ~WaveformScale()
WaveformScale::~WaveformScale |
( |
| ) |
|
|
overridedefault |
◆ Clone()
auto WaveformScale::Clone |
( |
| ) |
const |
|
overridevirtual |
◆ Get() [1/2]
◆ Get() [2/2]
Mutative access to attachment even if the track argument is const.
Definition at line 18 of file WaveformScale.cpp.
19{
20 auto &mutTrack =
const_cast<WaveTrack&
>(track);
22}
A Track that contains audio waveform data.
References key2.
Referenced by SetTrackVisualsCommand::ApplyInner(), EnvelopeHandle::Click(), WaveformVRulerControls::DoHandleWheelRotation(), WaveformView::DoSetMinimized(), WaveformVRulerControls::DoUpdateVRuler(), WaveformVZoomHandle::DoZoom(), anonymous_namespace{WaveformView.cpp}::DrawClipWaveform(), SampleHandle::FindSampleEditingLevel(), Get(), SampleHandle::HitTest(), GetInfoCommand::SendTracks(), and EnvelopeHandle::WaveChannelHitTest().
◆ GetDisplayBounds()
void WaveformScale::GetDisplayBounds |
( |
float & |
min, |
|
|
float & |
max |
|
) |
| const |
|
inline |
◆ GetLastDBRange()
int WaveformScale::GetLastDBRange |
( |
| ) |
const |
|
inline |
◆ GetLastScaleType()
float WaveformScale::GetLastScaleType |
( |
| ) |
const |
|
inline |
◆ SetDisplayBounds()
void WaveformScale::SetDisplayBounds |
( |
float |
min, |
|
|
float |
max |
|
) |
| |
|
inline |
◆ SetLastDBRange()
void WaveformScale::SetLastDBRange |
( |
int |
range | ) |
|
|
inline |
◆ SetLastScaleType()
void WaveformScale::SetLastScaleType |
( |
int |
type | ) |
|
|
inline |
◆ ZeroLevelYCoordinate()
int WaveformScale::ZeroLevelYCoordinate |
( |
wxRect |
rect | ) |
const |
◆ mDisplayMax
float WaveformScale::mDisplayMax = 1.0f |
|
private |
◆ mDisplayMin
float WaveformScale::mDisplayMin = -1.0f |
|
private |
◆ mLastdBRange
int WaveformScale::mLastdBRange = -1 |
|
private |
◆ mLastScaleType
int WaveformScale::mLastScaleType = -1 |
|
private |
The documentation for this class was generated from the following files: