|
|
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 53 of file objectcontroller.cpp.
| void addClassProperties | ( | const QMetaObject * | metaObject | ) |
Definition at line 302 of file objectcontroller.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| int enumToInt | ( | const QMetaEnum & | metaEnum, |
| int | enumValue | ||
| ) | const |
Definition at line 87 of file objectcontroller.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| int flagToInt | ( | const QMetaEnum & | metaEnum, |
| int | flagValue | ||
| ) | const |
Definition at line 179 of file objectcontroller.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| int intToEnum | ( | const QMetaEnum & | metaEnum, |
| int | intValue | ||
| ) | const |
| int intToFlag | ( | const QMetaEnum & | metaEnum, |
| int | intValue | ||
| ) | const |
Definition at line 209 of file objectcontroller.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool isPowerOf2 | ( | int | value | ) | const |
Definition at line 163 of file objectcontroller.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool isSubValue | ( | int | value, |
| int | subValue | ||
| ) | const |
Definition at line 136 of file objectcontroller.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void restoreExpandedState | ( | ) |
| void saveExpandedState | ( | ) |
| void slotValueChanged | ( | QtProperty * | property, |
| const QVariant & | value | ||
| ) |
| void updateClassProperties | ( | const QMetaObject * | metaObject, |
| bool | recursive | ||
| ) |
Definition at line 249 of file objectcontroller.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| QtAbstractPropertyBrowser* m_browser |
Definition at line 119 of file objectcontroller.cpp.
| QMap<const QMetaObject*, QMap<int, QtVariantProperty*> > m_classToIndexToProperty |
Definition at line 113 of file objectcontroller.cpp.
| QMap<const QMetaObject*, QtProperty*> m_classToProperty |
Definition at line 110 of file objectcontroller.cpp.
| QtVariantPropertyManager* m_manager |
Definition at line 120 of file objectcontroller.cpp.
| QObject* m_object |
Definition at line 108 of file objectcontroller.cpp.
| QMap<QtProperty*, const QMetaObject*> m_propertyToClass |
Definition at line 111 of file objectcontroller.cpp.
| QMap<QtProperty*, bool> m_propertyToExpanded |
Definition at line 115 of file objectcontroller.cpp.
| QMap<QtProperty*, int> m_propertyToIndex |
Definition at line 112 of file objectcontroller.cpp.
| QtVariantPropertyManager* m_readOnlyManager |
Definition at line 121 of file objectcontroller.cpp.
| QList<QtProperty*> m_topLevelProperties |
Definition at line 117 of file objectcontroller.cpp.