11#ifndef __AUDACITY_DIRECTORIES_PREFS__
12#define __AUDACITY_DIRECTORIES_PREFS__
22#define DIRECTORIES_PREFS_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Directories") }
PrefsPanel::Factory DirectoriesPrefsFactory()
ComponentInterfaceSymbol pairs a persistent string identifier used internally with an optional,...
A PrefsPanel used to select directories.
void Populate()
Creates the dialog and its contents.
DirectoriesPrefs(wxWindow *parent, wxWindowID winid)
ReadOnlyText * mFreeSpace
ManualPageID HelpPageName() override
If not empty string, the Help button is added below the panel.
void PopulateOrExchange(ShuttleGui &S) override
void OnText(wxCommandEvent &evt)
void OnTempBrowse(wxCommandEvent &evt)
ComponentInterfaceSymbol GetSymbol() const override
void OnBrowse(wxCommandEvent &evt)
void OnTempText(wxCommandEvent &evt)
TranslatableString GetDescription() const override
Base class for a panel in the PrefsDialog. Classes derived from this class include BatchPrefs,...
std::function< PrefsPanel *(wxWindow *parent, wxWindowID winid, AudacityProject *) > Factory
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.