![]() |
Audacity 3.2.0
|
Public Member Functions | |
VSTEffectOptionsDialog (wxWindow *parent, EffectDefinitionInterface &effect) | |
virtual | ~VSTEffectOptionsDialog () |
void | PopulateOrExchange (ShuttleGui &S) |
void | OnOk (wxCommandEvent &evt) |
![]() | |
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 () |
![]() | |
wxTabTraversalWrapper (Args &&... args) | |
wxTabTraversalWrapper (const wxTabTraversalWrapper &)=delete | |
wxTabTraversalWrapper (wxTabTraversalWrapper &&)=delete | |
wxTabTraversalWrapper & | operator= (const wxTabTraversalWrapper &)=delete |
wxTabTraversalWrapper & | operator= (wxTabTraversalWrapper &&)=delete |
Private Attributes | |
EffectDefinitionInterface & | mEffect |
int | mBufferSize |
bool | mUseLatency |
bool | mUseGUI |
Definition at line 422 of file VSTEffect.cpp.
VSTEffectOptionsDialog::VSTEffectOptionsDialog | ( | wxWindow * | parent, |
EffectDefinitionInterface & | effect | ||
) |
Definition at line 445 of file VSTEffect.cpp.
|
virtual |
Definition at line 461 of file VSTEffect.cpp.
void VSTEffectOptionsDialog::OnOk | ( | wxCommandEvent & | evt | ) |
Definition at line 538 of file VSTEffect.cpp.
References eIsGettingFromDialog, mBufferSize, mEffect, mUseGUI, mUseLatency, PopulateOrExchange(), S, PluginSettings::SetConfig(), PluginSettings::Shared, and wxT().
void VSTEffectOptionsDialog::PopulateOrExchange | ( | ShuttleGui & | S | ) |
Definition at line 465 of file VSTEffect.cpp.
References mBufferSize, mUseGUI, mUseLatency, S, XO(), and XXO().
Referenced by OnOk().
|
private |
Definition at line 434 of file VSTEffect.cpp.
Referenced by OnOk(), and PopulateOrExchange().
|
private |
Definition at line 433 of file VSTEffect.cpp.
Referenced by OnOk().
|
private |
Definition at line 436 of file VSTEffect.cpp.
Referenced by OnOk(), and PopulateOrExchange().
|
private |
Definition at line 435 of file VSTEffect.cpp.
Referenced by OnOk(), and PopulateOrExchange().