PythonQt
|
Go to the source code of this file.
Classes | |
struct | PythonQtBoolResultObject |
defines a python object that stores a single bool More... | |
Macros | |
#define | PythonQtBoolResult_Check(op) (Py_TYPE(op) == &PythonQtBoolResult_Type) |
Variables | |
PYTHONQT_EXPORT PyTypeObject | PythonQtBoolResult_Type |
#define PythonQtBoolResult_Check | ( | op | ) | (Py_TYPE(op) == &PythonQtBoolResult_Type) |
Definition at line 51 of file PythonQtBoolResult.h.
|
extern |