#include "ComponentInterfaceSymbol.h"
#include <vector>
Go to the source code of this file.
|
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
} |
|