|
VSTGUI
4.3
Graphical User Interface Framework not only for VST plugins
|
extension to IControlListener used by UIDescription More...
Inheritance diagram for IController:
Collaboration 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) |
| 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
|
inlinevirtualinherited |
Reimplemented in VST3Editor, CColorChooser, GroupController, PadController, and DelegationController.
Here is the caller graph for this function:
|
inlinevirtualinherited |
Reimplemented in VST3Editor, CColorChooser, GroupController, PadController, and DelegationController.
Here is the caller graph for this function:
|
inlinevirtualinherited |
return 1 if you want the control to not handle it, otherwise 0
Reimplemented in DelegationController.
Here is the caller graph for this function:
|
inlinevirtualinherited |
|
inlinevirtualinherited |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
pure virtualinherited |
Implemented in CDataBrowser, VST3Editor, CScrollView, CFontChooser, CTabView, CColorChooser, CSplashScreen, GroupController, PadController, and DelegationController.
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented in VST3Editor, DelegationController, GroupController, and PadController.
Here is the caller graph for this function: