|
| VST3ValueText (wxWindow *parent, wxWindowID id, Steinberg::Vst::ParamID paramId, const wxString &units, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxString &name=wxStaticTextNameStr) |
|
void | SetNormalizedValue (Steinberg::Vst::IEditController &editController, Steinberg::Vst::ParamValue value) override |
|
Steinberg::Vst::ParamValue | GetNormalizedValue (Steinberg::Vst::IEditController &editController) const override |
|
| VST3ParameterControl (Steinberg::Vst::ParamID id) |
|
virtual | ~VST3ParameterControl () |
|
virtual void | SetNormalizedValue (Steinberg::Vst::IEditController &, Steinberg::Vst::ParamValue value)=0 |
|
virtual Steinberg::Vst::ParamValue | GetNormalizedValue (Steinberg::Vst::IEditController &editController) const =0 |
|
virtual void | UpdateAccessible (Steinberg::Vst::IEditController &editController, Steinberg::Vst::ParamValue value) |
|
Steinberg::Vst::ParamID | GetParameterId () const noexcept |
|
Definition at line 51 of file VST3ParametersWindow.cpp.
◆ VST3ValueText()
anonymous_namespace{VST3ParametersWindow.cpp}::VST3ValueText::VST3ValueText |
( |
wxWindow * |
parent, |
|
|
wxWindowID |
id, |
|
|
Steinberg::Vst::ParamID |
paramId, |
|
|
const wxString & |
units, |
|
|
const wxPoint & |
pos = wxDefaultPosition , |
|
|
const wxSize & |
size = wxDefaultSize , |
|
|
long |
style = 0 , |
|
|
const wxString & |
name = wxStaticTextNameStr |
|
) |
| |
|
inline |
Definition at line 55 of file VST3ParametersWindow.cpp.
63 : wxStaticText(parent,
id, wxEmptyString, pos,
size, style,
name)
const TranslatableString name
VST3ParameterControl(Steinberg::Vst::ParamID id)
◆ GetNormalizedValue()
Steinberg::Vst::ParamValue anonymous_namespace{VST3ParametersWindow.cpp}::VST3ValueText::GetNormalizedValue |
( |
Steinberg::Vst::IEditController & |
editController | ) |
const |
|
inlineoverridevirtual |
◆ SetNormalizedValue()
void anonymous_namespace{VST3ParametersWindow.cpp}::VST3ValueText::SetNormalizedValue |
( |
Steinberg::Vst::IEditController & |
editController, |
|
|
Steinberg::Vst::ParamValue |
value |
|
) |
| |
|
inlineoverridevirtual |
◆ mUnits
const wxString anonymous_namespace{VST3ParametersWindow.cpp}::VST3ValueText::mUnits |
|
private |
The documentation for this class was generated from the following file: