SourceForge.net Logo
Classes | Typedefs | Functions | Variables

PythonQtInstanceWrapper.h File Reference

#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

Detailed Description

Author:
Florian Link
Last changed by
Author:
florian
Date:
2006-05

Definition in file PythonQtInstanceWrapper.h.


Typedef Documentation

a Python wrapper object for Qt objects and C++ objects (that are themselves wrapped by wrapper QObjects)


Function Documentation

int PythonQtInstanceWrapper_init ( PythonQtInstanceWrapper self,
PyObject args,
PyObject kwds 
)

Variable Documentation

PYTHONQT_EXPORT PyTypeObject PythonQtInstanceWrapper_Type