![]() |
Audacity 3.2.0
|
#include <VST3OptionsDialog.h>
Public Member Functions | |
| VST3OptionsDialog (const EffectDefinitionInterface &effect) | |
| virtual | ~VST3OptionsDialog () |
| void | PopulateOrExchange (ShuttleGui &S) |
| 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 Attributes | |
| const EffectDefinitionInterface & | mEffect |
| int | mBufferSize |
| bool | mUseGUI |
| bool | mUseLatency |
Definition at line 18 of file VST3OptionsDialog.h.
|
explicit |
Definition at line 22 of file VST3OptionsDialog.cpp.
References XO().
|
virtual |
Definition at line 37 of file VST3OptionsDialog.cpp.
| void VST3OptionsDialog::OnOk | ( | wxCommandEvent & | evt | ) |
Definition at line 114 of file VST3OptionsDialog.cpp.
References eIsGettingFromDialog, mBufferSize, mEffect, mUseGUI, mUseLatency, PopulateOrExchange(), S, PluginSettings::SetConfig(), PluginSettings::Shared, and wxT().
| void VST3OptionsDialog::PopulateOrExchange | ( | ShuttleGui & | S | ) |
Definition at line 41 of file VST3OptionsDialog.cpp.
References mBufferSize, mUseGUI, mUseLatency, S, XO(), and XXO().
Referenced by OnOk().
|
private |
Definition at line 30 of file VST3OptionsDialog.h.
Referenced by OnOk(), and PopulateOrExchange().
|
private |
Definition at line 29 of file VST3OptionsDialog.h.
Referenced by OnOk().
|
private |
Definition at line 31 of file VST3OptionsDialog.h.
Referenced by OnOk(), and PopulateOrExchange().
|
private |
Definition at line 32 of file VST3OptionsDialog.h.
Referenced by OnOk(), and PopulateOrExchange().