SourceForge.net Logo
Public Member Functions | Public Attributes

PythonQtClassWrapper Struct Reference

#include <PythonQtClassWrapper.h>

List of all members.

Public Member Functions

PythonQtClassInfoclassInfo ()
 get the class info

Public Attributes

PyHeapTypeObject _base
PythonQtClassInfo_classInfo
 the additional class information that PythonQt stores for the CPP class

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 64 of file PythonQtClassWrapper.h.


Member Function Documentation

PythonQtClassInfo* PythonQtClassWrapper::classInfo (  )  [inline]

get the class info

Definition at line 71 of file PythonQtClassWrapper.h.

{ return _classInfo; }


Member Data Documentation

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.


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