12#ifndef __AUDACITY_BATCH_PREFS__
13#define __AUDACITY_BATCH_PREFS__
21#define BATCH_PREFS_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Batch") }
26 BatchPrefs(wxWindow * parent, wxWindowID winid);
A probably unused PrefsPanel that in debug builds could offer a setting used in debugging batch (aka ...
void Populate()
Creates the dialog and its contents.
BatchPrefs(wxWindow *parent, wxWindowID winid)
Constructor.
void PopulateOrExchange(ShuttleGui &S) override
Defines the dialog and does data exchange with it.
ManualPageID HelpPageName() override
If not empty string, the Help button is added below the panel.
bool Commit() override
Send changed values back to Prefs, and update Audacity.
ComponentInterfaceSymbol GetSymbol() const override
TranslatableString GetDescription() const override
ComponentInterfaceSymbol pairs a persistent string identifier used internally with an optional,...
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.