|
VSTGUI
4.2
Graphical User Interface Framework not only for VST plugins
|
Base Object with reference counter. More...
Inheritance diagram for CBaseObject:Public Member Functions | |
| CBaseObject () | |
| virtual | ~CBaseObject () |
Reference Counting Methods | |
| virtual void | forget () |
| decrease refcount and delete object if refcount == 0 More... | |
| virtual void | remember () |
| increase refcount More... | |
| virtual int32_t | getNbReference () const |
| get refcount More... | |
Message Methods | |
| virtual CMessageResult | notify (CBaseObject *sender, IdStringPtr message) |
Base Object with reference counter.
|
inline |
|
inlinevirtual |
|
inlinevirtual |
decrease refcount and delete object if refcount == 0
|
inlinevirtual |
get refcount
|
inlinevirtual |
Reimplemented in CView, GenericStringListDataBrowserSource, CDataBrowser, CScrollbar, CRockerSwitch, CScrollView, CViewContainer, CAnimationSplashScreen, CRowColumnView, UIDescriptionViewSwitchController, CShadowViewContainer, and CTooltipSupport.
Here is the caller graph for this function:
|
inlinevirtual |
increase refcount
Here is the caller graph for this function: