13#ifndef __AUDACITY_GUI_PREFS__
14#define __AUDACITY_GUI_PREFS__
24#define GUI_PREFS_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("GUI") }
29 GUIPrefs(wxWindow * parent, wxWindowID winid);
AUDACITY_DLL_API BoolSetting & ShowClippingPref()
AUDACITY_DLL_API BoolSetting & ShowRMSPref()
std::vector< TranslatableString > TranslatableStrings
This specialization of Setting for bool adds a Toggle method to negate the saved value.
virtual ComponentInterfaceSymbol GetSymbol() const =0
virtual TranslatableString GetDescription() const =0
ComponentInterfaceSymbol pairs a persistent string identifier used internally with an optional,...
A PrefsPanel for general GUI preferences.
wxArrayStringEx mRangeCodes
wxArrayStringEx mLangCodes
TranslatableStrings mLangNames
TranslatableStrings mRangeChoices
Base class for a panel in the PrefsDialog. Classes derived from this class include BatchPrefs,...
virtual ManualPageID HelpPageName()
If not empty string, the Help button is added below the panel.
virtual void PopulateOrExchange(ShuttleGui &WXUNUSED(S))
Derived from ShuttleGuiBase, an Audacity specific class for shuttling data to and from GUI.
Holds a msgid for the translation catalog; may also bind format arguments.
Extend wxArrayString with move operations and construction and insertion fromstd::initializer_list.