PythonQt
|
#include "PythonQtPythonInclude.h"
#include "PythonQtSystem.h"
#include <QByteArray>
#include <QList>
#include <structmember.h>
Go to the source code of this file.
Classes | |
struct | PythonQtSlotDecorator |
Macros | |
#define | PythonQtSlotDecorator_Check(op) (Py_TYPE(op) == &PythonQtSlotDecorator_Type) |
Variables | |
PYTHONQT_EXPORT PyTypeObject | PythonQtSlotDecorator_Type |
#define PythonQtSlotDecorator_Check | ( | op | ) | (Py_TYPE(op) == &PythonQtSlotDecorator_Type) |
Definition at line 44 of file PythonQtSlotDecorator.h.
|
extern |