![]() |
Audacity 3.2.0
|
Enumerations | |
| enum | Display : int { MultiView = -1 , Waveform = 0 , MinDisplay = Waveform , obsoleteWaveformDBDisplay , Spectrum , obsolete1 , obsolete2 , obsolete3 , obsolete4 , MaxDisplay = Spectrum } |
| enum | SampleDisplay { LinearInterpolate = 0 , StemPlot } |
| enum | ZoomPresets { kZoomToFit = 0 , kZoomToSelection , kZoomDefault , kZoomMinutes , kZoomSeconds , kZoom5ths , kZoom10ths , kZoom20ths , kZoom50ths , kZoom100ths , kZoom500ths , kZoomMilliSeconds , kZoomSamples , kZoom4To1 , kMaxZoom } |
| enum | ZoomActions { kZoom1to1 = 1 , kZoomHalfWave , kZoomInByDrag , kZoomIn , kZoomOut , kZoomReset } |
Functions | |
| WAVE_TRACK_API Display | ConvertLegacyDisplayValue (int oldValue) |
Variables | |
| WAVE_TRACK_API const EnumValueSymbol | MultiViewSymbol |
| String identifier for a preference for one of each type of view. More... | |
| enum WaveChannelViewConstants::Display : int |
| Enumerator | |
|---|---|
| MultiView | "Multi" is special, not really a view type on par with the others. |
| Waveform | |
| MinDisplay | |
| obsoleteWaveformDBDisplay | |
| Spectrum | |
| obsolete1 | |
| obsolete2 | |
| obsolete3 | |
| obsolete4 | |
| MaxDisplay | |
Definition at line 18 of file WaveChannelViewConstants.h.
| Enumerator | |
|---|---|
| LinearInterpolate | |
| StemPlot | |
Definition at line 43 of file WaveChannelViewConstants.h.
| Enumerator | |
|---|---|
| kZoom1to1 | |
| kZoomHalfWave | |
| kZoomInByDrag | |
| kZoomIn | |
| kZoomOut | |
| kZoomReset | |
Definition at line 67 of file WaveChannelViewConstants.h.
| Enumerator | |
|---|---|
| kZoomToFit | |
| kZoomToSelection | |
| kZoomDefault | |
| kZoomMinutes | |
| kZoomSeconds | |
| kZoom5ths | |
| kZoom10ths | |
| kZoom20ths | |
| kZoom50ths | |
| kZoom100ths | |
| kZoom500ths | |
| kZoomMilliSeconds | |
| kZoomSamples | |
| kZoom4To1 | |
| kMaxZoom | |
Definition at line 49 of file WaveChannelViewConstants.h.
| WaveChannelViewConstants::Display WaveChannelViewConstants::ConvertLegacyDisplayValue | ( | int | oldValue | ) |
Definition at line 16 of file WaveChannelViewConstants.cpp.
References obsoleteWaveformDBDisplay, Pitch, Spectrum, and Waveform.
Referenced by TracksViewModeEnumSetting::Migrate().
|
extern |
String identifier for a preference for one of each type of view.
Definition at line 105 of file WaveChannelViewConstants.cpp.
Referenced by DiscoverSubViewTypes(), and ViewModeSetting().