Audacity 3.2.0
Classes | Namespaces | Enumerations | Functions | Variables
WaveChannelViewConstants.h File Reference
#include "ComponentInterfaceSymbol.h"
#include <vector>
Include dependency graph for WaveChannelViewConstants.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  WaveChannelSubViewType
 
struct  WaveChannelSubViewType::RegisteredType
 

Namespaces

namespace  WaveChannelViewConstants
 

Enumerations

enum  WaveChannelViewConstants::Display : int {
  WaveChannelViewConstants::MultiView = -1 , WaveChannelViewConstants::Waveform = 0 , WaveChannelViewConstants::MinDisplay = Waveform , WaveChannelViewConstants::obsoleteWaveformDBDisplay ,
  WaveChannelViewConstants::Spectrum , WaveChannelViewConstants::obsolete1 , WaveChannelViewConstants::obsolete2 , WaveChannelViewConstants::obsolete3 ,
  WaveChannelViewConstants::obsolete4 , WaveChannelViewConstants::MaxDisplay = Spectrum
}
 
enum  WaveChannelViewConstants::SampleDisplay { WaveChannelViewConstants::LinearInterpolate = 0 , WaveChannelViewConstants::StemPlot }
 
enum  WaveChannelViewConstants::ZoomPresets {
  WaveChannelViewConstants::kZoomToFit = 0 , WaveChannelViewConstants::kZoomToSelection , WaveChannelViewConstants::kZoomDefault , WaveChannelViewConstants::kZoomMinutes ,
  WaveChannelViewConstants::kZoomSeconds , WaveChannelViewConstants::kZoom5ths , WaveChannelViewConstants::kZoom10ths , WaveChannelViewConstants::kZoom20ths ,
  WaveChannelViewConstants::kZoom50ths , WaveChannelViewConstants::kZoom100ths , WaveChannelViewConstants::kZoom500ths , WaveChannelViewConstants::kZoomMilliSeconds ,
  WaveChannelViewConstants::kZoomSamples , WaveChannelViewConstants::kZoom4To1 , WaveChannelViewConstants::kMaxZoom
}
 
enum  WaveChannelViewConstants::ZoomActions {
  WaveChannelViewConstants::kZoom1to1 = 1 , WaveChannelViewConstants::kZoomHalfWave , WaveChannelViewConstants::kZoomInByDrag , WaveChannelViewConstants::kZoomIn ,
  WaveChannelViewConstants::kZoomOut , WaveChannelViewConstants::kZoomReset
}
 

Functions

Display WaveChannelViewConstants::ConvertLegacyDisplayValue (int oldValue)
 

Variables

AUDACITY_DLL_API const EnumValueSymbol WaveChannelViewConstants::MultiViewSymbol
 String identifier for a preference for one of each type of view. More...