Audacity 3.2.0
|
Go to the source code of this file.
Classes | |
class | SpectrumPrefs |
A PrefsPanel for spectrum settings. More... | |
Macros | |
#define | SPECTRUM_PREFS_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Spectrum") } |
Functions | |
PrefsPanel::Factory | SpectrumPrefsFactory (WaveChannel *wc=0) |
#define SPECTRUM_PREFS_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Spectrum") } |
Definition at line 39 of file SpectrumPrefs.h.
PrefsPanel::Factory SpectrumPrefsFactory | ( | WaveChannel * | wc = 0 | ) |
A PrefsPanel::Factory that creates one SpectrumPrefs panel. This factory can be parametrized by a single channel, to change settings non-globally
Definition at line 576 of file SpectrumPrefs.cpp.
References safenew.
Referenced by anonymous_namespace{SpectrumView.cpp}::SpectrogramSettingsHandler::OnSpectrogramSettings().