PythonQt
Public Attributes | List of all members
PythonQtSignalFunctionObject Struct Reference

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

#include <PythonQtSignal.h>

Public Attributes

PyObject_HEAD PythonQtSlotInfom_ml
 
PyObjectm_self
 
PyObjectm_module
 
PythonQtDynamicSignalInfo_dynamicInfo
 

Detailed Description

defines a python object that stores a Qt signal info

Definition at line 66 of file PythonQtSignal.h.

Member Data Documentation

◆ _dynamicInfo

PythonQtDynamicSignalInfo* PythonQtSignalFunctionObject::_dynamicInfo

Definition at line 71 of file PythonQtSignal.h.

◆ m_ml

PyObject_HEAD PythonQtSlotInfo* PythonQtSignalFunctionObject::m_ml

Definition at line 68 of file PythonQtSignal.h.

◆ m_module

PyObject* PythonQtSignalFunctionObject::m_module

Definition at line 70 of file PythonQtSignal.h.

◆ m_self

PyObject* PythonQtSignalFunctionObject::m_self

Definition at line 69 of file PythonQtSignal.h.


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