Audacity 3.2.0
|
#include <WaveformCache.h>
Public Member Functions | |
WaveDisplay (int w) | |
void | Allocate () |
~WaveDisplay () | |
Public Attributes | |
int | width |
sampleCount * | where |
float * | min |
float * | max |
float * | rms |
std::vector< sampleCount > | ownWhere |
std::vector< float > | ownMin |
std::vector< float > | ownMax |
std::vector< float > | ownRms |
Definition at line 21 of file WaveformCache.h.
|
inline |
Definition at line 32 of file WaveformCache.h.
|
inline |
Definition at line 56 of file WaveformCache.h.
|
inline |
float * WaveDisplay::max |
Definition at line 26 of file WaveformCache.h.
Referenced by Allocate(), anonymous_namespace{WaveformView.cpp}::DrawClipWaveform(), and WaveClipWaveformCache::GetWaveDisplay().
float* WaveDisplay::min |
Definition at line 26 of file WaveformCache.h.
Referenced by Allocate(), anonymous_namespace{WaveformView.cpp}::DrawClipWaveform(), and WaveClipWaveformCache::GetWaveDisplay().
std::vector<float> WaveDisplay::ownMax |
Definition at line 29 of file WaveformCache.h.
Referenced by Allocate().
std::vector<float> WaveDisplay::ownMin |
Definition at line 29 of file WaveformCache.h.
Referenced by Allocate().
std::vector<float> WaveDisplay::ownRms |
Definition at line 29 of file WaveformCache.h.
Referenced by Allocate().
std::vector<sampleCount> WaveDisplay::ownWhere |
Definition at line 28 of file WaveformCache.h.
Referenced by Allocate(), and WaveClipWaveformCache::GetWaveDisplay().
float * WaveDisplay::rms |
Definition at line 26 of file WaveformCache.h.
Referenced by Allocate(), anonymous_namespace{WaveformView.cpp}::DrawClipWaveform(), and WaveClipWaveformCache::GetWaveDisplay().
sampleCount* WaveDisplay::where |
Definition at line 25 of file WaveformCache.h.
Referenced by Allocate(), anonymous_namespace{WaveformView.cpp}::DrawClipWaveform(), and WaveClipWaveformCache::GetWaveDisplay().
int WaveDisplay::width |
Definition at line 24 of file WaveformCache.h.
Referenced by Allocate(), anonymous_namespace{WaveformView.cpp}::DrawClipWaveform(), and WaveClipWaveformCache::GetWaveDisplay().