![]() |
Audacity 3.2.0
|
#include "WaveformPrefs.h"
#include "GUIPrefs.h"
#include "Decibels.h"
#include <wx/checkbox.h>
#include <wx/choice.h>
#include "Project.h"
#include "../TrackPanel.h"
#include "ShuttleGui.h"
#include "WaveTrack.h"
#include "../tracks/playabletrack/wavetrack/ui/WaveTrackView.h"
#include "../tracks/playabletrack/wavetrack/ui/WaveTrackViewConstants.h"
Go to the source code of this file.
Enumerations | |
enum | { ID_DEFAULTS = 10001 , ID_SCALE , ID_RANGE } |
Functions | |
PrefsPanel::Factory | WaveformPrefsFactory (WaveTrack *wt) |
anonymous enum |
Enumerator | |
---|---|
ID_DEFAULTS | |
ID_SCALE | |
ID_RANGE |
Definition at line 74 of file WaveformPrefs.cpp.
PrefsPanel::Factory WaveformPrefsFactory | ( | WaveTrack * | wt | ) |
A PrefsPanel::Factory that creates one WaveformPrefs panel. This factory can be parametrized by a single track, to change settings non-globally
Definition at line 257 of file WaveformPrefs.cpp.
References safenew.