21#include <wx/textdlg.h>
43 return XO(
"Preferences for Batch");
48 return "Batch_Preferences";
68 S.StartHorizontalLay( wxEXPAND, 0 );
70 S.StartStatic(
XO(
"Behaviors"),1 );
73 S.TieCheckBox(
XXO(
"&Don't apply effects in batch mode"),
74 {
wxT(
"/Batch/Debug"),
false});
#define BATCH_PREFS_PLUGIN_SYMBOL
XXO("&Cut/Copy/Paste Toolbar")
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
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.
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.