|
PythonQt
|
#include "PythonQtPythonInclude.h"#include "PythonQtSystem.h"#include "PythonQtClassWrapper.h"#include <QPointer>#include "structmember.h"#include "methodobject.h"#include "compile.h"Go to the source code of this file.
Classes | |
| struct | PythonQtInstanceWrapper |
| a Python wrapper object for Qt objects and C++ objects (that are themselves wrapped by wrapper QObjects) More... | |
Functions | |
| int | PythonQtInstanceWrapper_init (PythonQtInstanceWrapper *self, PyObject *args, PyObject *kwds) |
| PyObject * | PythonQtInstanceWrapper_delete (PythonQtInstanceWrapper *self) |
Variables | |
| PYTHONQT_EXPORT PyTypeObject | PythonQtInstanceWrapper_Type |
| PyObject * PythonQtInstanceWrapper_delete | ( | PythonQtInstanceWrapper * | self | ) |
| int PythonQtInstanceWrapper_init | ( | PythonQtInstanceWrapper * | self, |
| PyObject * | args, | ||
| PyObject * | kwds | ||
| ) |
|
extern |
Referenced by PythonQtConvertPythonListToListOfKnownClass().