|
| PadController (IController *baseController, Steinberg::Vst::EditController *editController, Steinberg::Vst::Parameter *xParam, Steinberg::Vst::Parameter *yParam) |
|
| ~PadController () override |
|
CView * | verifyView (CView *view, const UIAttributes &attributes, const IUIDescription *description) override |
|
void | valueChanged (CControl *pControl) override |
|
void | controlBeginEdit (CControl *pControl) override |
|
void | controlEndEdit (CControl *pControl) override |
|
| DelegationController (IController *controller) |
|
void | valueChanged (CControl *pControl) override |
|
int32_t | controlModifierClicked (CControl *pControl, CButtonState button) override |
| return 1 if you want the control to not handle it, otherwise 0 More...
|
|
void | controlBeginEdit (CControl *pControl) override |
|
void | controlEndEdit (CControl *pControl) override |
|
void | controlTagWillChange (VSTGUI::CControl *pControl) override |
|
void | controlTagDidChange (VSTGUI::CControl *pControl) override |
|
int32_t | getTagForName (UTF8StringPtr name, int32_t registeredTag) const override |
|
IControlListener * | getControlListener (UTF8StringPtr name) override |
|
CView * | createView (const UIAttributes &attributes, const IUIDescription *description) override |
|
CView * | verifyView (CView *view, const UIAttributes &attributes, const IUIDescription *description) override |
|
IController * | createSubController (IdStringPtr name, const IUIDescription *description) override |
|
virtual int32_t | getTagForName (UTF8StringPtr name, int32_t registeredTag) const |
|
virtual IControlListener * | getControlListener (UTF8StringPtr controlTagName) |
|
virtual CView * | createView (const UIAttributes &attributes, const IUIDescription *description) |
|
virtual CView * | verifyView (CView *view, const UIAttributes &attributes, const IUIDescription *description) |
|
virtual IController * | createSubController (UTF8StringPtr name, const IUIDescription *description) |
|
virtual | ~IControlListener () noexcept=default |
|
virtual void | valueChanged (CControl *pControl)=0 |
|
virtual int32_t | controlModifierClicked (CControl *pControl, CButtonState button) |
| return 1 if you want the control to not handle it, otherwise 0 More...
|
|
virtual void | controlBeginEdit (CControl *pControl) |
|
virtual void | controlEndEdit (CControl *pControl) |
|
virtual void | controlTagWillChange (CControl *pControl) |
|
virtual void | controlTagDidChange (CControl *pControl) |
|