VSTGUI  4.4
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
DelegationController Class Reference
+ 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
 
IControlListenergetControlListener (UTF8StringPtr name)
 
CViewcreateView (const UIAttributes &attributes, const IUIDescription *description)
 
CViewverifyView (CView *view, const UIAttributes &attributes, const IUIDescription *description)
 
IControllercreateSubController (IdStringPtr name, const IUIDescription *description)
 
- Public Member Functions inherited from IControlListener
virtual ~IControlListener ()
 

Protected Attributes

IControllercontroller
 

Constructor & Destructor Documentation

DelegationController ( IController controller)
inline

Member Function Documentation

void controlBeginEdit ( CControl pControl)
inlinevirtual

Reimplemented from IControlListener.

Reimplemented in PadController.

void controlEndEdit ( CControl pControl)
inlinevirtual

Reimplemented from IControlListener.

Reimplemented in PadController.

int32_t controlModifierClicked ( CControl pControl,
CButtonState  button 
)
inlinevirtual

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

Reimplemented from IControlListener.

void controlTagDidChange ( VSTGUI::CControl pControl)
inlinevirtual

Reimplemented from IControlListener.

void controlTagWillChange ( VSTGUI::CControl pControl)
inlinevirtual

Reimplemented from IControlListener.

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

Reimplemented from IController.

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

Reimplemented from IController.

IControlListener* getControlListener ( UTF8StringPtr  name)
inlinevirtual

Reimplemented from IController.

int32_t getTagForName ( UTF8StringPtr  name,
int32_t  registeredTag 
) const
inlinevirtual

Reimplemented from IController.

void valueChanged ( CControl pControl)
inlinevirtual

Implements IControlListener.

Reimplemented in PadController.

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

Reimplemented from IController.

Reimplemented in PadController.

Member Data Documentation

IController* controller
protected

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