PythonQt
Public Member Functions | Public Attributes | List of all members
PythonQtClassWrapper Struct Reference

#include <PythonQtClassWrapper.h>

Public Member Functions

PythonQtClassInfoclassInfo ()
 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
 

Detailed Description

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.

Member Function Documentation

◆ classInfo()

PythonQtClassInfo* PythonQtClassWrapper::classInfo ( )
inline

get the class info

Definition at line 72 of file PythonQtClassWrapper.h.

72 { return _classInfo; }
PythonQtClassInfo * _classInfo
the additional class information that PythonQt stores for the CPP class

References _classInfo.

Member Data Documentation

◆ _base

PyHeapTypeObject PythonQtClassWrapper::_base

Definition at line 66 of file PythonQtClassWrapper.h.

◆ _classInfo

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().

◆ _dynamicClassInfo

PythonQtDynamicClassInfo* PythonQtClassWrapper::_dynamicClassInfo

Definition at line 74 of file PythonQtClassWrapper.h.


The documentation for this struct was generated from the following file: