VSTGUI  4.4
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
CBaseObject Class Reference

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)
 

Detailed Description

Base Object with reference counter.

Constructor & Destructor Documentation

CBaseObject ( )
inline
virtual ~CBaseObject ( )
inlinevirtual

Member Function Documentation

virtual void beforeDelete ( )
inlinevirtual

Reimplemented in CView.

virtual void forget ( )
inlinevirtual

decrease refcount and delete object if refcount == 0

virtual int32_t getNbReference ( ) const
inlinevirtual

get refcount

virtual void remember ( )
inlinevirtual

increase refcount


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