[Kangaroo Index] [Kangaroo Hierarchy] [Headers]
An interface for getting and setting '_qt', holding a Qt C++ pointer. More...
#include <qtobjc/QtSupport.h>
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])'.
Return a pointer to a C++ instance for use with QtC library function calls
Set the '_qt' instance variable to a pointer to a C++ instance. This should be called in the initialization method for the class.
| Kdoc |