PythonQt
Classes | Macros | Variables
PythonQtProperty.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  PythonQtPropertyData
 
struct  PythonQtProperty
 

Macros

#define PythonQtProperty_Check(op)   (Py_TYPE(op) == &PythonQtProperty_Type)
 

Variables

PYTHONQT_EXPORT PyTypeObject PythonQtProperty_Type
 

Macro Definition Documentation

◆ PythonQtProperty_Check

#define PythonQtProperty_Check (   op)    (Py_TYPE(op) == &PythonQtProperty_Type)

Definition at line 44 of file PythonQtProperty.h.

Variable Documentation

◆ PythonQtProperty_Type

PYTHONQT_EXPORT PyTypeObject PythonQtProperty_Type
extern