Audacity 3.2.0
|
Go to the source code of this file.
Classes | |
class | GUIPrefs |
A PrefsPanel for general GUI preferences. More... | |
Macros | |
#define | GUI_PREFS_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("GUI") } |
Functions | |
AUDACITY_DLL_API BoolSetting & | ShowRMSPref () |
AUDACITY_DLL_API BoolSetting & | ShowClippingPref () |
#define GUI_PREFS_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("GUI") } |
Definition at line 24 of file GUIPrefs.h.
AUDACITY_DLL_API BoolSetting & ShowClippingPref | ( | ) |
Definition at line 196 of file GUIPrefs.cpp.
Referenced by anonymous_namespace{WaveformView.cpp}::DrawIndividualSamples(), anonymous_namespace{WaveformView.cpp}::DrawWaveform(), anonymous_namespace{PluginMenus.cpp}::OnResetConfig(), anonymous_namespace{ViewMenus.cpp}::OnShowClipping(), and anonymous_namespace{ViewMenus.cpp}::ViewMenu().
AUDACITY_DLL_API BoolSetting & ShowRMSPref | ( | ) |
Definition at line 190 of file GUIPrefs.cpp.
Referenced by anonymous_namespace{WaveformView.cpp}::DrawWaveform(), anonymous_namespace{PluginMenus.cpp}::OnResetConfig(), anonymous_namespace{ViewMenus.cpp}::OnShowRMS(), and anonymous_namespace{ViewMenus.cpp}::ViewMenu().