![]() |
Audacity 3.2.0
|
A PrefsPanel for general GUI preferences. More...
#include <EffectsPrefs.h>
Public Member Functions | |
EffectsPrefs (wxWindow *parent, wxWindowID winid) | |
~EffectsPrefs () | |
ComponentInterfaceSymbol | GetSymbol () const override |
TranslatableString | GetDescription () const override |
bool | Commit () override |
ManualPageID | HelpPageName () override |
If not empty string, the Help button is added below the panel. More... | |
void | PopulateOrExchange (ShuttleGui &S) override |
![]() | |
PrefsPanel (wxWindow *parent, wxWindowID winid, const TranslatableString &title) | |
virtual | ~PrefsPanel () |
virtual void | Preview () |
virtual bool | Commit ()=0 |
virtual PluginPath | GetPath () const override |
virtual VendorSymbol | GetVendor () const override |
virtual wxString | GetVersion () const override |
virtual bool | ShowsPreviewButton () |
virtual void | PopulateOrExchange (ShuttleGui &WXUNUSED(S)) |
virtual ManualPageID | HelpPageName () |
If not empty string, the Help button is added below the panel. More... | |
virtual void | Cancel () |
![]() | |
wxPanelWrapper () | |
wxPanelWrapper (wxWindow *parent, wxWindowID winid=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL|wxNO_BORDER, const TranslatableString &name=XO("Panel")) | |
bool | Create (wxWindow *parent, wxWindowID winid=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL|wxNO_BORDER, const TranslatableString &name=XO("Panel")) |
void | SetLabel (const TranslatableString &label) |
void | SetName (const TranslatableString &name) |
void | SetToolTip (const TranslatableString &toolTip) |
void | SetName () |
![]() | |
wxTabTraversalWrapper (Args &&... args) | |
wxTabTraversalWrapper (const wxTabTraversalWrapper &)=delete | |
wxTabTraversalWrapper (wxTabTraversalWrapper &&)=delete | |
wxTabTraversalWrapper & | operator= (const wxTabTraversalWrapper &)=delete |
wxTabTraversalWrapper & | operator= (wxTabTraversalWrapper &&)=delete |
Private Member Functions | |
void | Populate () |
Additional Inherited Members | |
![]() | |
using | Factories = std::vector< PrefsPanel::PrefsNode > |
using | Factory = std::function< PrefsPanel *(wxWindow *parent, wxWindowID winid, AudacityProject *) > |
![]() | |
static Factories & | DefaultFactories () |
A PrefsPanel for general GUI preferences.
Definition at line 25 of file EffectsPrefs.h.
EffectsPrefs::EffectsPrefs | ( | wxWindow * | parent, |
wxWindowID | winid | ||
) |
Definition at line 33 of file EffectsPrefs.cpp.
References Populate().
EffectsPrefs::~EffectsPrefs | ( | ) |
Definition at line 39 of file EffectsPrefs.cpp.
|
overridevirtual |
Implements PrefsPanel.
Definition at line 142 of file EffectsPrefs.cpp.
References eIsSavingToPrefs, PopulateOrExchange(), and S.
|
overridevirtual |
Implements ComponentInterface.
Definition at line 48 of file EffectsPrefs.cpp.
References XO().
|
overridevirtual |
Implements ComponentInterface.
Definition at line 43 of file EffectsPrefs.cpp.
References EFFECTS_PREFS_PLUGIN_SYMBOL.
|
overridevirtual |
If not empty string, the Help button is added below the panel.
Default returns empty string.
Reimplemented from PrefsPanel.
Definition at line 53 of file EffectsPrefs.cpp.
|
private |
Definition at line 58 of file EffectsPrefs.cpp.
References eIsCreatingFromPrefs, PopulateOrExchange(), and S.
Referenced by EffectsPrefs().
|
override |
Definition at line 103 of file EffectsPrefs.cpp.
References EffectsGroupBy, RealtimeEffectsGroupBy, MenuCreator::RebuildAllMenuBars(), S, wxT(), XO(), and XXO().
Referenced by Commit(), and Populate().