PythonQt
|
#include <PythonQtClassInfo.h>
Public Types | |
enum | Type { Invalid , Slot , Signal , EnumValue , EnumWrapper , Property , NestedClass , NotFound } |
Public Member Functions | |
PythonQtMemberInfo () | |
PythonQtMemberInfo (PythonQtSlotInfo *info) | |
PythonQtMemberInfo (const PythonQtObjectPtr &enumValue) | |
PythonQtMemberInfo (const QMetaProperty &prop) | |
Public Attributes | |
Type | _type |
PythonQtSlotInfo * | _slot |
PyObject * | _pythonType |
PythonQtObjectPtr | _enumValue |
QMetaProperty | _property |
Definition at line 56 of file PythonQtClassInfo.h.
Enumerator | |
---|---|
Invalid | |
Slot | |
Signal | |
EnumValue | |
EnumWrapper | |
Property | |
NestedClass | |
NotFound |
Definition at line 57 of file PythonQtClassInfo.h.
|
inline |
Definition at line 61 of file PythonQtClassInfo.h.
PythonQtMemberInfo::PythonQtMemberInfo | ( | PythonQtSlotInfo * | info | ) |
PythonQtMemberInfo::PythonQtMemberInfo | ( | const PythonQtObjectPtr & | enumValue | ) |
PythonQtMemberInfo::PythonQtMemberInfo | ( | const QMetaProperty & | prop | ) |
PythonQtObjectPtr PythonQtMemberInfo::_enumValue |
Definition at line 74 of file PythonQtClassInfo.h.
QMetaProperty PythonQtMemberInfo::_property |
Definition at line 75 of file PythonQtClassInfo.h.
PyObject* PythonQtMemberInfo::_pythonType |
Definition at line 73 of file PythonQtClassInfo.h.
PythonQtSlotInfo* PythonQtMemberInfo::_slot |
Definition at line 72 of file PythonQtClassInfo.h.
Type PythonQtMemberInfo::_type |
Definition at line 69 of file PythonQtClassInfo.h.