|
PythonQt
|
defines a python object that stores a Qt slot info More...
#include <PythonQtSlot.h>
Public Attributes | |
| PyObject_HEAD PythonQtSlotInfo * | m_ml |
| PyObject * | m_self |
| PyObject * | m_module |
defines a python object that stores a Qt slot info
Definition at line 79 of file PythonQtSlot.h.
| PyObject_HEAD PythonQtSlotInfo* PythonQtSlotFunctionObject::m_ml |
Definition at line 81 of file PythonQtSlot.h.
| PyObject* PythonQtSlotFunctionObject::m_module |
Definition at line 83 of file PythonQtSlot.h.
| PyObject* PythonQtSlotFunctionObject::m_self |
Definition at line 82 of file PythonQtSlot.h.