|
VSTGUI
4.2
Graphical User Interface Framework not only for VST plugins
|
Inheritance diagram for DelegationController:
Collaboration 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 |
| CControlListener * | getControlListener (UTF8StringPtr name) |
| CView * | createView (const UIAttributes &attributes, IUIDescription *description) |
| CView * | verifyView (CView *view, const UIAttributes &attributes, IUIDescription *description) |
| IController * | createSubController (IdStringPtr name, IUIDescription *description) |
Protected Attributes | |
| IController * | controller |
|
inline |
|
inlinevirtual |
Reimplemented from CControlListener.
Reimplemented in PadController.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented from CControlListener.
Reimplemented in PadController.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinevirtual |
return 1 if you want the control to not handle it, otherwise 0
Reimplemented from CControlListener.
Here is the call graph for this function:
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Implements CControlListener.
Reimplemented in PadController.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented from IController.
Reimplemented in PadController.
Here is the call graph for this function:
|
protected |