|
VSTGUI
4.7
Graphical User Interface Framework not only for VST plugins
|
Inheritance diagram for IControlListener:Public Member Functions | |
| 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) |
|
virtualdefaultnoexcept |
|
inlinevirtual |
Reimplemented in VST3Editor, CColorChooser, PadController, GroupController, and DelegationController.
|
inlinevirtual |
Reimplemented in VST3Editor, CColorChooser, PadController, GroupController, and DelegationController.
|
inlinevirtual |
return 1 if you want the control to not handle it, otherwise 0
Reimplemented in DelegationController.
|
inlinevirtual |
Reimplemented in VST3Editor, and DelegationController.
|
inlinevirtual |
Reimplemented in VST3Editor, and DelegationController.
|
pure virtual |
Implemented in VST3Editor, CDataBrowser, UIDescriptionViewSwitchController, CScrollView, CFontChooser, CTabView, CColorChooser, CSplashScreen, PadController, GroupController, and DelegationController.