|
Public Member Functions | |
void | addClassProperties (const QMetaObject *metaObject) |
int | enumToInt (const QMetaEnum &metaEnum, int enumValue) const |
int | flagToInt (const QMetaEnum &metaEnum, int flagValue) const |
int | intToEnum (const QMetaEnum &metaEnum, int intValue) const |
int | intToFlag (const QMetaEnum &metaEnum, int intValue) const |
bool | isPowerOf2 (int value) const |
bool | isSubValue (int value, int subValue) const |
void | restoreExpandedState () |
void | saveExpandedState () |
void | slotValueChanged (QtProperty *property, const QVariant &value) |
void | updateClassProperties (const QMetaObject *metaObject, bool recursive) |
Public Attributes | |
QtAbstractPropertyBrowser * | m_browser |
QMap< const QMetaObject *, QMap< int, QtVariantProperty * > > | m_classToIndexToProperty |
QMap< const QMetaObject *, QtProperty * > | m_classToProperty |
QtVariantPropertyManager * | m_manager |
QObject * | m_object |
QMap< QtProperty *, const QMetaObject * > | m_propertyToClass |
QMap< QtProperty *, bool > | m_propertyToExpanded |
QMap< QtProperty *, int > | m_propertyToIndex |
QtVariantPropertyManager * | m_readOnlyManager |
QList< QtProperty * > | m_topLevelProperties |
Definition at line 51 of file objectcontroller.cpp.
void addClassProperties | ( | const QMetaObject * | metaObject | ) |
Definition at line 290 of file objectcontroller.cpp.
int enumToInt | ( | const QMetaEnum & | metaEnum, |
int | enumValue | ||
) | const |
Definition at line 85 of file objectcontroller.cpp.
int flagToInt | ( | const QMetaEnum & | metaEnum, |
int | flagValue | ||
) | const |
Definition at line 173 of file objectcontroller.cpp.
int intToEnum | ( | const QMetaEnum & | metaEnum, |
int | intValue | ||
) | const |
int intToFlag | ( | const QMetaEnum & | metaEnum, |
int | intValue | ||
) | const |
Definition at line 202 of file objectcontroller.cpp.
bool isPowerOf2 | ( | int | value | ) | const |
Definition at line 158 of file objectcontroller.cpp.
bool isSubValue | ( | int | value, |
int | subValue | ||
) | const |
Definition at line 132 of file objectcontroller.cpp.
void restoreExpandedState | ( | ) |
void saveExpandedState | ( | ) |
void slotValueChanged | ( | QtProperty * | property, |
const QVariant & | value | ||
) |
void updateClassProperties | ( | const QMetaObject * | metaObject, |
bool | recursive | ||
) |
Definition at line 241 of file objectcontroller.cpp.
QtAbstractPropertyBrowser* m_browser |
Definition at line 118 of file objectcontroller.cpp.
QMap<const QMetaObject*, QMap<int, QtVariantProperty*> > m_classToIndexToProperty |
Definition at line 112 of file objectcontroller.cpp.
QMap<const QMetaObject*, QtProperty*> m_classToProperty |
Definition at line 109 of file objectcontroller.cpp.
QtVariantPropertyManager* m_manager |
Definition at line 119 of file objectcontroller.cpp.
QObject* m_object |
Definition at line 107 of file objectcontroller.cpp.
QMap<QtProperty*, const QMetaObject*> m_propertyToClass |
Definition at line 110 of file objectcontroller.cpp.
QMap<QtProperty*, bool> m_propertyToExpanded |
Definition at line 114 of file objectcontroller.cpp.
QMap<QtProperty*, int> m_propertyToIndex |
Definition at line 111 of file objectcontroller.cpp.
QtVariantPropertyManager* m_readOnlyManager |
Definition at line 120 of file objectcontroller.cpp.
QList<QtProperty*> m_topLevelProperties |
Definition at line 116 of file objectcontroller.cpp.