|
VSTGUI
4.3
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 () |
| virtual void | beforeDelete () |
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 |
|
inlinevirtual |
decrease refcount and delete object if refcount == 0
Here is the call graph for this function:
|
inlinevirtual |
get refcount
|
inlinevirtual |
Reimplemented in CView, GenericStringListDataBrowserSource, CDataBrowser, CViewContainer, CRockerSwitch, CScrollView, CAnimationSplashScreen, UIDescriptionViewSwitchController, CRowColumnView, CShadowViewContainer, CTooltipSupport, and CScrollbar.
Here is the caller graph for this function:
|
inlinevirtual |
increase refcount
Here is the caller graph for this function: