|
enum | PropertyState { STATE_NONE = 0
, STATE_SELECTED = 0x01
, STATE_EXPANDED = 0x02
} |
|
typedef enum ObjectControllerPrivate::PropertyState | PropertyState |
|
|
void | addClassProperties (const QMetaObject *metaObject) |
|
void | updateClassProperties (const QMetaObject *metaObject, bool recursive) |
|
void | saveState () |
|
void | saveState (QtProperty *prop, QString prefix=QString()) |
|
void | restoreState () |
|
void | restoreState (QtProperty *prop, QString prefix=QString()) |
|
void | slotValueChanged (QtProperty *property, const QVariant &value) |
|
int | enumToInt (const QMetaEnum &metaEnum, int enumValue) const |
|
int | intToEnum (const QMetaEnum &metaEnum, int intValue) const |
|
int | flagToInt (const QMetaEnum &metaEnum, int flagValue) const |
|
int | intToFlag (const QMetaEnum &metaEnum, int intValue) const |
|
bool | isSubValue (int value, int subValue) const |
|
bool | isPowerOf2 (int value) const |
|
The documentation for this class was generated from the following file:
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/itomWidgets/paramPropertyBrowser/objectcontroller.cpp