BindTo(wxEvtHandler &src, const EventTag &eventType, void(Class::*pmf)(Event &)) | EffectEditor | inlineprotected |
Callback typedef | Observer::Publisher< EffectSettingChanged > | |
CallbackReturn typedef | Observer::Publisher< EffectSettingChanged > | |
Disconnect() override | LadspaEditor | virtual |
EffectEditor(const EffectUIServices &services, EffectSettingsAccess &access) | EffectEditor | |
EnableApply(wxWindow *parent, bool enable=true) | EffectEditor | static |
EnablePreview(wxWindow *parent, bool enable=true) | EffectEditor | static |
GetSettings(EffectSettings &settings) | LadspaEditor | inlinestatic |
GetSettings(const EffectSettings &settings) | LadspaEditor | inlinestatic |
IsGraphicalUI() | EffectEditor | virtual |
kPlayID | EffectEditor | static |
LadspaEditor(const EffectUIServices &effect, const LadspaInstance &instance, unsigned numInputControls, unsigned numOutputControls, EffectSettingsAccess &access, double sampleRate, EffectType type, const LadspaEffectOutputs *pOutputs) | LadspaEditor | |
m_factory | Observer::Publisher< EffectSettingChanged > | private |
m_list | Observer::Publisher< EffectSettingChanged > | private |
mAccess | EffectEditor | protected |
mDialog | LadspaEditor | |
mDuration | LadspaEditor | |
message_type typedef | Observer::Publisher< EffectSettingChanged > | |
mFields | LadspaEditor | |
mInstance | LadspaEditor | |
mLabels | LadspaEditor | |
mMeters | LadspaEditor | |
mNumInputControls | LadspaEditor | |
mNumOutputControls | LadspaEditor | |
mParent | LadspaEditor | |
mpOutputs | LadspaEditor | |
mSampleRate | LadspaEditor | |
mSettings | LadspaEditor | |
mSliders | LadspaEditor | |
mToggles | LadspaEditor | |
mType | LadspaEditor | |
mUIClosed | EffectEditor | protected |
mUIServices | EffectEditor | protected |
notifies_all | Observer::Publisher< EffectSettingChanged > | static |
OnCheckBox(wxCommandEvent &evt) | LadspaEditor | |
OnClose() | EffectEditor | virtual |
OnSlider(wxCommandEvent &evt) | LadspaEditor | |
OnTextCtrl(wxCommandEvent &evt) | LadspaEditor | |
operator=(Publisher &&)=default | Observer::Publisher< EffectSettingChanged > | |
PopulateUI(ShuttleGui &S) | LadspaEditor | |
Publish(const EffectSettingChanged &message) | Observer::Publisher< EffectSettingChanged > | inlineprotected |
Publisher(ExceptionPolicy *pPolicy=nullptr, Alloc a={}) | Observer::Publisher< EffectSettingChanged > | inlineexplicit |
Publisher(Publisher &&)=default | Observer::Publisher< EffectSettingChanged > | |
RefreshControls() | LadspaEditor | |
Subscribe(Callback callback) | Observer::Publisher< EffectSettingChanged > | |
Subscribe(Object &obj, Return(Object::*callback)(Args...)) | Observer::Publisher< EffectSettingChanged > | inline |
UpdateControl(int index, float value, float epsilon) | LadspaEditor | |
UpdateControls(const LadspaEffectSettings &src) | LadspaEditor | |
UpdateUI() override | LadspaEditor | virtual |
ValidateUI() override | LadspaEditor | virtual |
~EffectEditor() | EffectEditor | virtual |