SourceForge.net Logo
Classes | Typedefs

PythonQtMethodInfo.h File Reference

#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 the QVariant id (if available) and the name of the type 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

typedef struct _object PyObject

Definition at line 54 of file PythonQtMethodInfo.h.