Definition at line 173 of file qmetaobject.h.
#include <qmetaobject.h>
Public Member Functions |
|
| QMetaProperty () | |
| const char * | name () const |
| const char * | typeName () const |
| QVariant::Type | type () const |
| int | userType () const |
| int | propertyIndex () const |
| bool | isReadable () const |
| bool | isWritable () const |
| bool | isResettable () const |
| bool | isDesignable (const QObject *obj=0) const |
| bool | isScriptable (const QObject *obj=0) const |
| bool | isStored (const QObject *obj=0) const |
| bool | isEditable (const QObject *obj=0) const |
| bool | isUser (const QObject *obj=0) const |
| bool | isConstant () const |
| bool | isFinal () const |
| bool | isFlagType () const |
| bool | isEnumType () const |
| QMetaEnum | enumerator () const |
| bool | hasNotifySignal () const |
| QMetaMethod | notifySignal () const |
| int | notifySignalIndex () const |
| QVariant | read (const QObject *obj) const |
| bool | write (QObject *obj, const QVariant &value) const |
| bool | reset (QObject *obj) const |
| bool | hasStdCppSet () const |
| bool | isValid () const |
| const QMetaObject * | enclosingMetaObject () const |
Friends |
|
| struct | QMetaObject |
| QMetaProperty | ( | ) |
| const char* name | ( | ) | const |
| const char* typeName | ( | ) | const |
| QVariant::Type type | ( | ) | const |
| int userType | ( | ) | const |
| int propertyIndex | ( | ) | const |
| bool isReadable | ( | ) | const |
| bool isWritable | ( | ) | const |
| bool isResettable | ( | ) | const |
| bool isDesignable | ( | const QObject * | obj = 0 |
) | const |
| bool isScriptable | ( | const QObject * | obj = 0 |
) | const |
| bool isStored | ( | const QObject * | obj = 0 |
) | const |
| bool isEditable | ( | const QObject * | obj = 0 |
) | const |
| bool isUser | ( | const QObject * | obj = 0 |
) | const |
| bool isConstant | ( | ) | const |
| bool isFinal | ( | ) | const |
| bool isFlagType | ( | ) | const |
| bool isEnumType | ( | ) | const |
| QMetaEnum enumerator | ( | ) | const |
| bool hasNotifySignal | ( | ) | const |
| QMetaMethod notifySignal | ( | ) | const |
| int notifySignalIndex | ( | ) | const |
| bool reset | ( | QObject * | obj | ) | const |
| bool hasStdCppSet | ( | ) | const |
| bool isValid | ( | ) | const [inline] |
| const QMetaObject* enclosingMetaObject | ( | ) | const [inline] |
friend struct QMetaObject
[friend] |
Definition at line 216 of file qmetaobject.h.