PythonQt
Public Attributes | List of all members
PythonQtSlotFunctionObject Struct Reference

defines a python object that stores a Qt slot info More...

#include <PythonQtSlot.h>

Public Attributes

PyObject_HEAD PythonQtSlotInfom_ml
 
PyObjectm_self
 
PyObjectm_module
 

Detailed Description

defines a python object that stores a Qt slot info

Definition at line 84 of file PythonQtSlot.h.

Member Data Documentation

◆ m_ml

PyObject_HEAD PythonQtSlotInfo* PythonQtSlotFunctionObject::m_ml

Definition at line 86 of file PythonQtSlot.h.

◆ m_module

PyObject* PythonQtSlotFunctionObject::m_module

Definition at line 88 of file PythonQtSlot.h.

◆ m_self

PyObject* PythonQtSlotFunctionObject::m_self

Definition at line 87 of file PythonQtSlot.h.


The documentation for this struct was generated from the following file: