PythonQt
Classes | Typedefs
PythonQtMethodInfo.h File Reference
#include "PythonQtPythonInclude.h"
#include "PythonQtSystem.h"
#include <QByteArray>
#include <QHash>
#include <QList>
#include <QMetaMethod>

Go to the source code of this file.

Classes

class  PythonQtMethodInfo
 stores information about a specific signal/slot/method More...
 
struct  PythonQtMethodInfo::ParameterInfo
 stores various informations about a parameter/type name More...
 
class  PythonQtSlotInfo
 stores information about a slot, including a next pointer to overloaded slots More...
 

Typedefs

typedef struct _object PyObject
 

Detailed Description

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

Definition in file PythonQtMethodInfo.h.

Typedef Documentation

◆ PyObject

typedef struct _object PyObject

Definition at line 1 of file PythonQtMethodInfo.h.