|
VSTGUI
4.4
Graphical User Interface Framework not only for VST plugins
|
Inheritance diagram for IControlListener:Public Member Functions | |
| virtual | ~IControlListener () |
| 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) |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in VST3Editor, CColorChooser, GroupController, PadController, and DelegationController.
|
inlinevirtual |
Reimplemented in VST3Editor, CColorChooser, GroupController, PadController, 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 CDataBrowser, VST3Editor, CScrollView, CFontChooser, CTabView, CColorChooser, CSplashScreen, GroupController, PadController, and DelegationController.