#include <PythonQtClassInfo.h>
Public Types | |
| enum | Type { Invalid, Slot, Signal, EnumValue, EnumWrapper, Property, NotFound } |
Public Member Functions | |
| PythonQtMemberInfo () | |
| PythonQtMemberInfo (PythonQtSlotInfo *info) | |
| PythonQtMemberInfo (const PythonQtObjectPtr &enumValue) | |
| PythonQtMemberInfo (const QMetaProperty &prop) | |
Public Attributes | |
| Type | _type |
| PythonQtSlotInfo * | _slot |
| PyObject * | _enumWrapper |
| PythonQtObjectPtr | _enumValue |
| QMetaProperty | _property |
Definition at line 45 of file PythonQtClassInfo.h.
Definition at line 46 of file PythonQtClassInfo.h.
| PythonQtMemberInfo::PythonQtMemberInfo | ( | ) | [inline] |
Definition at line 50 of file PythonQtClassInfo.h.
:_type(Invalid),_slot(NULL),_enumWrapper(NULL),_enumValue(0) { }
| PythonQtMemberInfo::PythonQtMemberInfo | ( | PythonQtSlotInfo * | info | ) |
| PythonQtMemberInfo::PythonQtMemberInfo | ( | const PythonQtObjectPtr & | enumValue | ) |
| PythonQtMemberInfo::PythonQtMemberInfo | ( | const QMetaProperty & | prop | ) |
Definition at line 63 of file PythonQtClassInfo.h.
Definition at line 62 of file PythonQtClassInfo.h.
| QMetaProperty PythonQtMemberInfo::_property |
Definition at line 64 of file PythonQtClassInfo.h.
Definition at line 61 of file PythonQtClassInfo.h.
Definition at line 58 of file PythonQtClassInfo.h.
1.7.4