#include <PythonQtClassWrapper.h>
Public Member Functions | |
| PythonQtClassInfo * | classInfo () |
| get the class info | |
Public Attributes | |
| PyHeapTypeObject | _base |
| PythonQtClassInfo * | _classInfo |
| the additional class information that PythonQt stores for the CPP class | |
a Python wrapper object for PythonQt wrapped classes which inherits from the Python type object to allow deriving of wrapped CPP classes from Python.
Definition at line 64 of file PythonQtClassWrapper.h.
| PythonQtClassInfo* PythonQtClassWrapper::classInfo | ( | ) | [inline] |
| PyHeapTypeObject PythonQtClassWrapper::_base |
Definition at line 65 of file PythonQtClassWrapper.h.
the additional class information that PythonQt stores for the CPP class
Definition at line 68 of file PythonQtClassWrapper.h.
1.7.1