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