| 
    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 84 of file PythonQtSlot.h.
| PyObject_HEAD PythonQtSlotInfo* PythonQtSlotFunctionObject::m_ml | 
Definition at line 86 of file PythonQtSlot.h.
| PyObject* PythonQtSlotFunctionObject::m_module | 
Definition at line 88 of file PythonQtSlot.h.
| PyObject* PythonQtSlotFunctionObject::m_self | 
Definition at line 87 of file PythonQtSlot.h.