|
VSTGUI
4.4
Graphical User Interface Framework not only for VST plugins
|
Inheritance diagram for DelegationController:Public Member Functions | |
| DelegationController (IController *controller) | |
| void | valueChanged (CControl *pControl) |
| int32_t | controlModifierClicked (CControl *pControl, CButtonState button) |
| return 1 if you want the control to not handle it, otherwise 0 More... | |
| void | controlBeginEdit (CControl *pControl) |
| void | controlEndEdit (CControl *pControl) |
| void | controlTagWillChange (VSTGUI::CControl *pControl) |
| void | controlTagDidChange (VSTGUI::CControl *pControl) |
| int32_t | getTagForName (UTF8StringPtr name, int32_t registeredTag) const |
| IControlListener * | getControlListener (UTF8StringPtr name) |
| CView * | createView (const UIAttributes &attributes, const IUIDescription *description) |
| CView * | verifyView (CView *view, const UIAttributes &attributes, const IUIDescription *description) |
| IController * | createSubController (IdStringPtr name, const IUIDescription *description) |
Public Member Functions inherited from IControlListener | |
| virtual | ~IControlListener () |
Protected Attributes | |
| IController * | controller |
|
inline |
|
inlinevirtual |
Reimplemented from IControlListener.
Reimplemented in PadController.
|
inlinevirtual |
Reimplemented from IControlListener.
Reimplemented in PadController.
|
inlinevirtual |
return 1 if you want the control to not handle it, otherwise 0
Reimplemented from IControlListener.
|
inlinevirtual |
Reimplemented from IControlListener.
|
inlinevirtual |
Reimplemented from IControlListener.
|
inlinevirtual |
Reimplemented from IController.
|
inlinevirtual |
Reimplemented from IController.
|
inlinevirtual |
Reimplemented from IController.
|
inlinevirtual |
Reimplemented from IController.
|
inlinevirtual |
Implements IControlListener.
Reimplemented in PadController.
|
inlinevirtual |
Reimplemented from IController.
Reimplemented in PadController.
|
protected |