Audacity 3.2.0
Functions
anonymous_namespace{WaveformVRulerControls.cpp} Namespace Reference

Functions

void SetLastdBRange (WaveformScale &cache, const WaveChannel &wc)
 
void SetLastScaleType (WaveformScale &cache, const WaveChannel &wc)
 

Function Documentation

◆ SetLastdBRange()

void anonymous_namespace{WaveformVRulerControls.cpp}::SetLastdBRange ( WaveformScale cache,
const WaveChannel wc 
)

Definition at line 125 of file WaveformVRulerControls.cpp.

127{
128 cache.SetLastDBRange(WaveformSettings::Get(wc).dBRange);
129}
void SetLastDBRange(int range)
static WaveformSettings & Get(const WaveTrack &track)

References WaveformSettings::Get(), and WaveformScale::SetLastDBRange().

Referenced by WaveformVRulerControls::DoHandleWheelRotation(), and WaveformVRulerControls::DoUpdateVRuler().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SetLastScaleType()

void anonymous_namespace{WaveformVRulerControls.cpp}::SetLastScaleType ( WaveformScale cache,
const WaveChannel wc 
)

Definition at line 131 of file WaveformVRulerControls.cpp.

133{
134 cache.SetLastScaleType(WaveformSettings::Get(wc).scaleType);
135}
void SetLastScaleType(int type)

References WaveformSettings::Get(), and WaveformScale::SetLastScaleType().

Referenced by WaveformVRulerControls::DoUpdateVRuler().

Here is the call graph for this function:
Here is the caller graph for this function: