ASPiK SDK
VSTGUI::GraphicsViewController Class Reference
Inheritance diagram for VSTGUI::GraphicsViewController:
VSTGUI::DelegationController VSTGUI::CBaseObject VSTGUI::IController VSTGUI::ReferenceCounted< T > VSTGUI::IControlListener VSTGUI::IReference

Public Member Functions

 GraphicsViewController (IController *controller)
 
CViewverifyView (CView *view, const UIAttributes &attributes, const IUIDescription *description) override
 
IControlListenergetControlListener (const char *controlTagName) override
 
void valueChanged (CControl *pControl) override
 
CMessageResult notify (CBaseObject *object, IdStringPtr message) override
 
- Public Member Functions inherited from VSTGUI::DelegationController
 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
 
- Public Member Functions inherited from VSTGUI::CBaseObject
 CBaseObject (const CBaseObject &o)
 
CBaseObjectoperator= (const CBaseObject &obj)
 
- Public Member Functions inherited from VSTGUI::ReferenceCounted< T >
 ReferenceCounted (const ReferenceCounted &)
 
ReferenceCountedoperator= (const ReferenceCounted &)
 
void forget () override
 decrease refcount and delete object if refcount == 0
 
void remember () override
 increase refcount
 
virtual int32_t getNbReference () const
 get refcount
 
virtual void beforeDelete ()
 

Protected Attributes

GraphicsViewgraphicsView
 
std::list< CControl * > controls
 
- Protected Attributes inherited from VSTGUI::DelegationController
IControllercontroller
 

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