|
VSTGUI
3.6
|
Base Object with reference counter. More...
#include <vstgui.h>
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... | |
| long | getNbReference () const |
| get refcount More... | |
Message Methods | |
| virtual CMessageResult | notify (CBaseObject *sender, const char *message) |
Base Object with reference counter.
|
inline |
|
inlinevirtual |
|
inlinevirtual |
decrease refcount and delete object if refcount == 0
Reimplemented in CDrawContext.
|
inline |
get refcount
|
inlinevirtual |
Reimplemented in CViewContainer, CView, CScrollbar, CDataBrowser, and CTooltipSupport.
|
inlinevirtual |
increase refcount
1.8.7