|
PythonQt
|
#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 |
Definition at line 55 of file PythonQtMethodInfo.h.