| VSTGUI 4.10
    Graphical User Interface Framework not only for VST plugins | 
extension to IControlListener used by UIDescription More...
#include <icontroller.h>
 Inheritance diagram for IController:
 Inheritance diagram for IController:| Public Member Functions | |
| 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) | 
|  Public Member Functions inherited from IControlListener | |
| 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) | 
extension to IControlListener used by UIDescription
| 
 | inlinevirtual | 
Reimplemented in DelegationController, and VST3Editor.
| 
 | inlinevirtual | 
Reimplemented in VST3Editor, and DelegationController.
| 
 | inlinevirtual | 
Reimplemented in DelegationController.
| 
 | inlinevirtual | 
Reimplemented in DelegationController.
| 
 | inlinevirtual | 
Reimplemented in VST3Editor, GroupController, PadController, and DelegationController.