![]() |
Audacity
2.2.2
|
A PrefsPanel that builds up a chain of effects in MacroCommands. More...
#include <BatchPrefs.h>
Public Member Functions | |
BatchPrefs (wxWindow *parent, wxWindowID winid) | |
Constructor. More... | |
~BatchPrefs () | |
bool | Commit () override |
Send changed values back to Prefs, and update Audacity. More... | |
void | PopulateOrExchange (ShuttleGui &S) override |
Defines the dialog and does data exchange with it. More... | |
![]() | |
PrefsPanel (wxWindow *parent, wxWindowID winid, const wxString &title) | |
virtual | ~PrefsPanel () |
virtual void | Preview () |
virtual bool | ShowsPreviewButton () |
virtual void | PopulateOrExchange (ShuttleGui &WXUNUSED(S)) |
virtual wxString | HelpPageName () |
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 wxString &name=_("Panel")) | |
bool | Create (wxWindow *parent, wxWindowID winid=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL|wxNO_BORDER, const wxString &name=_("Panel")) |
![]() | |
wxTabTraversalWrapper (Args &&...args) | |
Private Member Functions | |
void | Populate () |
Creates the dialog and its contents. More... | |
A PrefsPanel that builds up a chain of effects in MacroCommands.
Definition at line 23 of file BatchPrefs.h.
BatchPrefs::BatchPrefs | ( | wxWindow * | parent, |
wxWindowID | winid | ||
) |
Constructor.
Definition at line 35 of file BatchPrefs.cpp.
BatchPrefs::~BatchPrefs | ( | ) |
Definition at line 82 of file BatchPrefs.cpp.
|
overridevirtual |
Send changed values back to Prefs, and update Audacity.
Implements PrefsPanel.
Definition at line 74 of file BatchPrefs.cpp.
References eIsSavingToPrefs, and PopulateOrExchange().
|
private |
Creates the dialog and its contents.
Definition at line 42 of file BatchPrefs.cpp.
References eIsCreatingFromPrefs, and PopulateOrExchange().
|
override |
Defines the dialog and does data exchange with it.
Definition at line 54 of file BatchPrefs.cpp.
References _(), ShuttleGuiBase::EndHorizontalLay(), ShuttleGuiBase::EndScroller(), ShuttleGuiBase::EndStatic(), ShuttleGuiBase::SetBorder(), ShuttleGuiBase::StartHorizontalLay(), ShuttleGuiBase::StartScroller(), ShuttleGuiBase::StartStatic(), and ShuttleGuiBase::TieCheckBox().
Referenced by Commit(), and Populate().