VSTGUI  3.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | List of all members
CBaseObject Class Reference

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)
 

Detailed Description

Base Object with reference counter.

Constructor & Destructor Documentation

CBaseObject ( )
inline
virtual ~CBaseObject ( )
inlinevirtual

Member Function Documentation

virtual void forget ( )
inlinevirtual

decrease refcount and delete object if refcount == 0

Reimplemented in CDrawContext.

long getNbReference ( ) const
inline

get refcount

virtual CMessageResult notify ( CBaseObject sender,
const char *  message 
)
inlinevirtual
virtual void remember ( )
inlinevirtual

increase refcount


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