VSTGUI  4.10
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
DelegationController Class Reference
+ Inheritance diagram for DelegationController:

Public Member Functions

 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
 
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
 
IControlListenergetControlListener (UTF8StringPtr name) override
 
CViewcreateView (const UIAttributes &attributes, const IUIDescription *description) override
 
CViewverifyView (CView *view, const UIAttributes &attributes, const IUIDescription *description) override
 
IControllercreateSubController (IdStringPtr name, const IUIDescription *description) override
 

Protected Attributes

IControllercontroller
 

Constructor & Destructor Documentation

DelegationController ( IController controller)
inlineexplicit

Member Function Documentation

void controlBeginEdit ( CControl pControl)
inlineoverridevirtual

Reimplemented from IControlListener.

Reimplemented in PadController.

void controlEndEdit ( CControl pControl)
inlineoverridevirtual

Reimplemented from IControlListener.

Reimplemented in PadController.

int32_t controlModifierClicked ( CControl pControl,
CButtonState  button 
)
inlineoverridevirtual

return 1 if you want the control to not handle it, otherwise 0

Reimplemented from IControlListener.

void controlTagDidChange ( VSTGUI::CControl pControl)
inlineoverridevirtual

Reimplemented from IControlListener.

void controlTagWillChange ( VSTGUI::CControl pControl)
inlineoverridevirtual

Reimplemented from IControlListener.

IController* createSubController ( IdStringPtr  name,
const IUIDescription description 
)
inlineoverridevirtual

Reimplemented from IController.

CView* createView ( const UIAttributes attributes,
const IUIDescription description 
)
inlineoverridevirtual

Reimplemented from IController.

IControlListener* getControlListener ( UTF8StringPtr  name)
inlineoverridevirtual

Reimplemented from IController.

int32_t getTagForName ( UTF8StringPtr  name,
int32_t  registeredTag 
) const
inlineoverridevirtual

Reimplemented from IController.

void valueChanged ( CControl pControl)
inlineoverridevirtual

Implements IControlListener.

Reimplemented in PadController.

CView* verifyView ( CView view,
const UIAttributes attributes,
const IUIDescription description 
)
inlineoverridevirtual

Reimplemented from IController.

Reimplemented in PadController.

Member Data Documentation

IController* controller
protected

The documentation for this class was generated from the following file: