PythonQt
Classes | Macros | Variables
PythonQtSlotDecorator.h File Reference
#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
 

Macro Definition Documentation

◆ PythonQtSlotDecorator_Check

#define PythonQtSlotDecorator_Check (   op)    (Py_TYPE(op) == &PythonQtSlotDecorator_Type)

Definition at line 44 of file PythonQtSlotDecorator.h.

Variable Documentation

◆ PythonQtSlotDecorator_Type

PYTHONQT_EXPORT PyTypeObject PythonQtSlotDecorator_Type
extern