Audacity 3.2.0
|
#include <VSTEffectOptionsDialog.h>
Public Member Functions | |
VSTEffectOptionsDialog (const EffectDefinitionInterface &effect) | |
virtual | ~VSTEffectOptionsDialog () |
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 | mUseLatency |
bool | mUseGUI |
Dialog for configuring latency, buffer size and graphics mode for a VST effect.
Definition at line 22 of file VSTEffectOptionsDialog.h.
|
explicit |
Definition at line 25 of file VSTEffectOptionsDialog.cpp.
References XO().
|
virtual |
Definition at line 41 of file VSTEffectOptionsDialog.cpp.
void VSTEffectOptionsDialog::OnOk | ( | wxCommandEvent & | evt | ) |
Definition at line 118 of file VSTEffectOptionsDialog.cpp.
References eIsGettingFromDialog, mBufferSize, mEffect, mUseGUI, mUseLatency, PopulateOrExchange(), S, PluginSettings::SetConfig(), PluginSettings::Shared, and wxT().
void VSTEffectOptionsDialog::PopulateOrExchange | ( | ShuttleGui & | S | ) |
Definition at line 45 of file VSTEffectOptionsDialog.cpp.
References mBufferSize, mUseGUI, mUseLatency, S, XO(), and XXO().
Referenced by OnOk().
|
private |
Definition at line 34 of file VSTEffectOptionsDialog.h.
Referenced by OnOk(), and PopulateOrExchange().
|
private |
Definition at line 33 of file VSTEffectOptionsDialog.h.
Referenced by OnOk().
|
private |
Definition at line 36 of file VSTEffectOptionsDialog.h.
Referenced by OnOk(), and PopulateOrExchange().
|
private |
Definition at line 35 of file VSTEffectOptionsDialog.h.
Referenced by OnOk(), and PopulateOrExchange().