24#include <wx/textctrl.h>
54 return XO(
"Preferences for Quality");
59 return "Quality_Preferences";
78 S.StartStatic(
XO(
"Real-time Conversion"));
80 S.StartMultiColumn(2, wxEXPAND);
82 S.TieChoice(
XXO(
"Sample Rate Con&verter:"),
86 S.TieChoice(
XXO(
"&Dither:"),
93 S.StartStatic(
XO(
"High-quality Conversion"));
95 S.StartMultiColumn(2);
97 S.TieChoice(
XXO(
"Sample Rate Conver&ter:"),
101 S.TieChoice(
XXO(
"Dit&her:"),
XXO("&Cut/Copy/Paste Toolbar")
#define QUALITY_PREFS_PLUGIN_SYMBOL
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
ComponentInterfaceSymbol pairs a persistent string identifier used internally with an optional,...
static EnumSetting< DitherType > BestSetting
static EnumSetting< DitherType > FastSetting
Base class for a panel in the PrefsDialog. Classes derived from this class include BatchPrefs,...
A PrefsPanel used for setting audio quality.
ManualPageID HelpPageName() override
If not empty string, the Help button is added below the panel.
void PopulateOrExchange(ShuttleGui &S) override
ComponentInterfaceSymbol GetSymbol() const override
TranslatableString GetDescription() const override
static EnumSetting< int > FastMethodSetting
static EnumSetting< int > BestMethodSetting
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.
PrefsPanel::Registration sAttachment