|
| GraphicsViewController (IController *controller) |
|
CView * | verifyView (CView *view, const UIAttributes &attributes, const IUIDescription *description) override |
|
IControlListener * | getControlListener (const char *controlTagName) override |
|
void | valueChanged (CControl *pControl) override |
|
CMessageResult | notify (CBaseObject *object, IdStringPtr message) override |
|
| 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 |
|
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 |
|
| CBaseObject (const CBaseObject &o) |
|
CBaseObject & | operator= (const CBaseObject &obj) |
|
| ReferenceCounted (const ReferenceCounted &) |
|
ReferenceCounted & | operator= (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 () |
|