#include <delegationcontroller.h>
|  | 
|  | DelegationController (IController *controller) | 
|  | 
| void | valueChanged (CControl *pControl) override | 
|  | 
| int32_t | controlModifierClicked (CControl *pControl, CButtonState button) override | 
|  | return 1 if you want the control to not handle it, otherwise 0  More... 
 | 
|  | 
| void | controlBeginEdit (CControl *pControl) override | 
|  | 
| void | controlEndEdit (CControl *pControl) override | 
|  | 
| void | controlTagWillChange (VSTGUI::CControl *pControl) override | 
|  | 
| void | controlTagDidChange (VSTGUI::CControl *pControl) override | 
|  | 
| int32_t | getTagForName (UTF8StringPtr name, int32_t registeredTag) const override | 
|  | 
| IControlListener * | getControlListener (UTF8StringPtr name) override | 
|  | 
| CView * | createView (const UIAttributes &attributes, const IUIDescription *description) override | 
|  | 
| CView * | verifyView (CView *view, const UIAttributes &attributes, const IUIDescription *description) override | 
|  | 
| IController * | createSubController (IdStringPtr name, const IUIDescription *description) override | 
|  | 
| 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 | ~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) | 
|  | 
◆ DelegationController()
◆ controlBeginEdit()
  
  | 
        
          | void controlBeginEdit | ( | CControl * | pControl | ) |  |  | inlineoverridevirtual | 
 
 
◆ controlEndEdit()
  
  | 
        
          | void controlEndEdit | ( | CControl * | pControl | ) |  |  | inlineoverridevirtual | 
 
 
◆ controlModifierClicked()
return 1 if you want the control to not handle it, otherwise 0 
Reimplemented from IControlListener.
 
 
◆ controlTagDidChange()
◆ controlTagWillChange()
◆ createSubController()
◆ createView()
◆ getControlListener()
◆ getTagForName()
  
  | 
        
          | int32_t getTagForName | ( | UTF8StringPtr | name, |  
          |  |  | int32_t | registeredTag |  
          |  | ) |  | const |  | inlineoverridevirtual | 
 
 
◆ valueChanged()
  
  | 
        
          | void valueChanged | ( | CControl * | pControl | ) |  |  | inlineoverridevirtual | 
 
 
◆ verifyView()
◆ controller
The documentation for this class was generated from the following file: