#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 |
Definition in file PythonQtMethodInfo.h.
typedef struct _object PyObject |
Definition at line 54 of file PythonQtMethodInfo.h.