43 return XO(
"Preferences for ImportExport");
48 return "Import_-_Export_Preferences";
64 wxT(
"/FileFormats/ExportDownMixChoice"),
75 wxT(
"/FileFormats/ExportDownMix"),
79 wxT(
"/FileFormats/LabelStyleChoice"),
92 wxT(
"/FileFormats/AllegroStyleChoice"),
103 wxT(
"/FileFormats/AllegroStyle"),
111 S.StartStatic(
XO(
"When exporting tracks to an audio file"));
122 S.EndRadioButtonGroup();
126 S.TieCheckBox(
XXO(
"S&how Metadata Tags editor before export"),
127 {
wxT(
"/AudioFiles/ShowId3Dialog"),
130 S.TieCheckBox(
XXO(
"&Ignore blank space at the beginning"),
131 {
wxT(
"/AudioFiles/SkipSilenceAtBeginning"),
136 S.StartStatic(
XO(
"Exported Label Style:"));
147 S.EndRadioButtonGroup();
154 S.StartStatic(
XO(
"Exported Allegro (.gro) files save time as:"));
165 S.EndRadioButtonGroup();
XXO("&Cut/Copy/Paste Toolbar")
#define IMPORT_EXPORT_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,...
A PrefsPanel used to select import and export options.
void Populate()
Creates the dialog and its contents.
ImportExportPrefs(wxWindow *parent, wxWindowID winid)
void PopulateOrExchange(ShuttleGui &S) override
ManualPageID HelpPageName() override
If not empty string, the Help button is added below the panel.
TranslatableString GetDescription() const override
static EnumSetting< bool > LabelStyleSetting
ComponentInterfaceSymbol GetSymbol() const override
static EnumSetting< bool > AllegroStyleSetting
static EnumSetting< bool > ExportDownMixSetting
Base class for a panel in the PrefsDialog. Classes derived from this class include BatchPrefs,...
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