![]() |
Audacity 3.2.0
|
#include <EffectUI.h>
Public Member Functions | |
| EffectDialog (wxWindow *parent, const TranslatableString &title, int type=0, int flags=wxDEFAULT_DIALOG_STYLE, int additionalButtons=0) | |
| void | Init () |
| bool | TransferDataToWindow () override |
| bool | TransferDataFromWindow () override |
| bool | Validate () override |
| virtual void | PopulateOrExchange (ShuttleGui &S) |
| virtual void | OnPreview (wxCommandEvent &evt) |
| virtual void | OnOk (wxCommandEvent &evt) |
Public Member Functions inherited from wxDialogWrapper | |
| wxDialogWrapper () | |
| wxDialogWrapper (wxWindow *parent, wxWindowID id, const TranslatableString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE, const TranslatableString &name=XO("Dialog")) | |
| bool | Create (wxWindow *parent, wxWindowID id, const TranslatableString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE, const TranslatableString &name=XO("Dialog")) |
| void | SetTitle (const TranslatableString &title) |
| void | SetLabel (const TranslatableString &title) |
| void | SetName (const TranslatableString &title) |
| void | SetName () |
Public Member Functions inherited from wxTabTraversalWrapper< wxDialog > | |
| wxTabTraversalWrapper (Args &&... args) | |
| wxTabTraversalWrapper (const wxTabTraversalWrapper &)=delete | |
| wxTabTraversalWrapper (wxTabTraversalWrapper &&)=delete | |
| wxTabTraversalWrapper & | operator= (const wxTabTraversalWrapper &)=delete |
| wxTabTraversalWrapper & | operator= (wxTabTraversalWrapper &&)=delete |
Private Member Functions | |
| wxDECLARE_NO_COPY_CLASS (EffectDialog) | |
Private Attributes | |
| int | mType |
| int | mAdditionalButtons |
Definition at line 174 of file EffectUI.h.
| EffectDialog::EffectDialog | ( | wxWindow * | parent, |
| const TranslatableString & | title, | ||
| int | type = 0, |
||
| int | flags = wxDEFAULT_DIALOG_STYLE, |
||
| int | additionalButtons = 0 |
||
| ) |
Definition at line 1148 of file EffectUI.cpp.
| void EffectDialog::Init | ( | ) |
Definition at line 1159 of file EffectUI.cpp.
References eCancelButton, EffectTypeAnalyze, EffectTypeProcess, EffectTypeTool, eIsCreating, eOkButton, ePreviewButton, mAdditionalButtons, mType, PopulateOrExchange(), and S.
|
virtual |
Definition at line 1221 of file EffectUI.cpp.
References TransferDataFromWindow(), and Validate().
|
virtual |
Reimplemented in EffectNoiseReduction::Dialog.
Definition at line 1216 of file EffectUI.cpp.
|
virtual |
This is a virtual function which will be overridden to provide the actual parameters that we want for each kind of dialog.
Reimplemented in EffectNoiseReduction::Dialog.
Definition at line 1190 of file EffectUI.cpp.
Referenced by Init(), TransferDataFromWindow(), and TransferDataToWindow().
|
override |
Definition at line 1203 of file EffectUI.cpp.
References eIsGettingFromDialog, PopulateOrExchange(), and S.
Referenced by OnOk(), and EffectNoiseReduction::Dialog::TransferDataFromWindow().
|
override |
Definition at line 1195 of file EffectUI.cpp.
References eIsSettingToDialog, PopulateOrExchange(), and S.
Referenced by EffectNoiseReduction::Dialog::TransferDataToWindow().
|
override |
Definition at line 1211 of file EffectUI.cpp.
Referenced by OnOk().
|
private |
|
private |
Definition at line 197 of file EffectUI.h.
Referenced by Init().
|
private |
Definition at line 196 of file EffectUI.h.
Referenced by Init().