PythonQt
|
#include <PythonQtProperty.h>
Public Member Functions | |
PythonQtPropertyData () | |
bool | callSetter (PyObject *wrapper, PyObject *newValue) |
PyObject * | callGetter (PyObject *wrapper) |
bool | callReset (PyObject *wrapper) |
Call the freset method in Python, bound to the wrapper object. More... | |
Public Attributes | |
QByteArray | cppType |
PyObject * | fget |
PyObject * | fset |
PyObject * | fdel |
PyObject * | freset |
PyObject * | notify |
PyObject * | doc |
bool | designable |
bool | scriptable |
bool | stored |
bool | user |
bool | constant |
bool | final |
Definition at line 46 of file PythonQtProperty.h.
|
inline |
Definition at line 48 of file PythonQtProperty.h.
References constant, designable, doc, fdel, fget, freset, fset, notify, scriptable, stored, and user.
Call the fget method in Python, bound to the wrapper object. Returns the return value of the call (with a new ref).
bool PythonQtPropertyData::callReset | ( | PyObject * | wrapper | ) |
Call the freset method in Python, bound to the wrapper object.
Call the fset method in Python, bound to the wrapper object. Returns true if successful
bool PythonQtPropertyData::constant |
Definition at line 87 of file PythonQtProperty.h.
Referenced by PythonQtPropertyData().
QByteArray PythonQtPropertyData::cppType |
Definition at line 74 of file PythonQtProperty.h.
bool PythonQtPropertyData::designable |
Definition at line 83 of file PythonQtProperty.h.
Referenced by PythonQtPropertyData().
PyObject* PythonQtPropertyData::doc |
Definition at line 81 of file PythonQtProperty.h.
Referenced by PythonQtPropertyData().
PyObject* PythonQtPropertyData::fdel |
Definition at line 78 of file PythonQtProperty.h.
Referenced by PythonQtPropertyData().
PyObject* PythonQtPropertyData::fget |
Definition at line 76 of file PythonQtProperty.h.
Referenced by PythonQtPropertyData().
bool PythonQtPropertyData::final |
Definition at line 88 of file PythonQtProperty.h.
PyObject* PythonQtPropertyData::freset |
Definition at line 79 of file PythonQtProperty.h.
Referenced by PythonQtPropertyData().
PyObject* PythonQtPropertyData::fset |
Definition at line 77 of file PythonQtProperty.h.
Referenced by PythonQtPropertyData().
PyObject* PythonQtPropertyData::notify |
Definition at line 80 of file PythonQtProperty.h.
Referenced by PythonQtPropertyData().
bool PythonQtPropertyData::scriptable |
Definition at line 84 of file PythonQtProperty.h.
Referenced by PythonQtPropertyData().
bool PythonQtPropertyData::stored |
Definition at line 85 of file PythonQtProperty.h.
Referenced by PythonQtPropertyData().
bool PythonQtPropertyData::user |
Definition at line 86 of file PythonQtProperty.h.
Referenced by PythonQtPropertyData().