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/WaveChannelView.h"
#include "WaveChannelViewConstants.h"
Go to the source code of this file.
Enumerations | |
enum | { ID_DEFAULTS = 10001 , ID_SCALE , ID_RANGE } |
Functions | |
PrefsPanel::Factory | WaveformPrefsFactory (WaveChannel *wc) |
anonymous enum |
Enumerator | |
---|---|
ID_DEFAULTS | |
ID_SCALE | |
ID_RANGE |
Definition at line 74 of file WaveformPrefs.cpp.
PrefsPanel::Factory WaveformPrefsFactory | ( | WaveChannel * | wc | ) |
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 253 of file WaveformPrefs.cpp.
References safenew.