PythonQt
|
#include <PythonQtClassWrapper.h>
Public Member Functions | |
PythonQtClassInfo * | classInfo () |
get the class info More... | |
Public Attributes | |
PyHeapTypeObject | _base |
PythonQtClassInfo * | _classInfo |
the additional class information that PythonQt stores for the CPP class More... | |
PythonQtDynamicClassInfo * | _dynamicClassInfo |
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 65 of file PythonQtClassWrapper.h.
|
inline |
get the class info
Definition at line 72 of file PythonQtClassWrapper.h.
References _classInfo.
PyHeapTypeObject PythonQtClassWrapper::_base |
Definition at line 66 of file PythonQtClassWrapper.h.
PythonQtClassInfo* PythonQtClassWrapper::_classInfo |
the additional class information that PythonQt stores for the CPP class
Definition at line 69 of file PythonQtClassWrapper.h.
Referenced by classInfo().
PythonQtDynamicClassInfo* PythonQtClassWrapper::_dynamicClassInfo |
Definition at line 74 of file PythonQtClassWrapper.h.