Audacity 3.2.0
|
#include <LV2PreferencesDialog.h>
Public Member Functions | |
LV2PreferencesDialog (const EffectDefinitionInterface &effect) | |
virtual | ~LV2PreferencesDialog () |
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 {} |
Definition at line 34 of file LV2PreferencesDialog.h.
|
explicit |
Definition at line 34 of file LV2PreferencesDialog.cpp.
References XO().
|
virtualdefault |
void LV2PreferencesDialog::OnOk | ( | wxCommandEvent & | evt | ) |
Definition at line 130 of file LV2PreferencesDialog.cpp.
References eIsGettingFromDialog, mBufferSize, mEffect, mUseGUI, mUseLatency, PopulateOrExchange(), S, LV2Preferences::SetBufferSize(), LV2Preferences::SetUseGUI(), and LV2Preferences::SetUseLatency().
void LV2PreferencesDialog::PopulateOrExchange | ( | ShuttleGui & | S | ) |
Definition at line 49 of file LV2PreferencesDialog.cpp.
References LV2Preferences::DEFAULT_BLOCKSIZE, mBufferSize, mUseGUI, mUseLatency, S, XO(), and XXO().
Referenced by OnOk().
|
private |
Definition at line 46 of file LV2PreferencesDialog.h.
Referenced by OnOk(), and PopulateOrExchange().
|
private |
Definition at line 45 of file LV2PreferencesDialog.h.
Referenced by OnOk().
|
private |
Definition at line 48 of file LV2PreferencesDialog.h.
Referenced by OnOk(), and PopulateOrExchange().
|
private |
Definition at line 47 of file LV2PreferencesDialog.h.
Referenced by OnOk(), and PopulateOrExchange().