QtSupport Class Reference

[Kangaroo Index] [Kangaroo Hierarchy] [Headers]


An interface for getting and setting '_qt', holding a Qt C++ pointer. More...

#include <qtobjc/QtSupport.h>

Public Members


Detailed Description

An interface for getting and setting an instance variable '_qt', which holds a pointer to a C++ instance being wrapped. The pointer can be passed to QtC library function calls. For example, 'qt_QObject_dumpObjectTree([self qt])'.


-qt

Return a pointer to a C++ instance for use with QtC library function calls

-setQt:

Set the '_qt' instance variable to a pointer to a C++ instance. This should be called in the initialization method for the class.


  • Author: Richard Dale
  • Documentation generated by duke@tipitina on Sat May 6 11:42:52 EDT 2000
Kdoc