gui::QSWrapper Class Reference

QObject Wrapper factory. More...

#include <qswrapper.h>

List of all members.

Public Member Functions

 QSWrapper ()
virtual ~QSWrapper ()
virtual QObject * create (const QString &className, void *ptr)

Detailed Description

QObject Wrapper factory.

Wrapper factory that will return the object itself, thus handling its deallocation to QSA


Constructor & Destructor Documentation

gui::QSWrapper::QSWrapper (  ) 

Construct instance of wrapper factory

References debug::DBG_DBG, and guiPrintDbg.

gui::QSWrapper::~QSWrapper (  )  [virtual]

destructor

References debug::DBG_DBG, and guiPrintDbg.


Member Function Documentation

QObject * gui::QSWrapper::create ( const QString &  className,
void *  ptr 
) [virtual]

Create wrapper for given object. Just return the object and thus keep its deallocation to QSA

Parameters:
className name of class
ptr object pointer

References debug::DBG_DBG, guiPrintDbg, and Q_OUT.


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