PythonQt
Classes | Functions | Variables
PythonQtInstanceWrapper.h File Reference
#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)
 
PyObjectPythonQtInstanceWrapper_delete (PythonQtInstanceWrapper *self)
 

Variables

PYTHONQT_EXPORT PyTypeObject PythonQtInstanceWrapper_Type
 

Detailed Description

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

Definition in file PythonQtInstanceWrapper.h.

Function Documentation

◆ PythonQtInstanceWrapper_delete()

PyObject* PythonQtInstanceWrapper_delete ( PythonQtInstanceWrapper self)

◆ PythonQtInstanceWrapper_init()

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

Variable Documentation

◆ PythonQtInstanceWrapper_Type

PYTHONQT_EXPORT PyTypeObject PythonQtInstanceWrapper_Type
extern