|
|
Classes | |
| struct | Data |
Public Types | |
| using | PropertyValueMap = QMap< const QtProperty *, Data > |
Public Member Functions | |
| void | setRange (QtProperty *property, const QSizeF &minVal, const QSizeF &maxVal, const QSizeF &val) |
| void | setValue (QtProperty *property, const QSizeF &val) |
| void | slotDoubleChanged (QtProperty *property, double value) |
| void | slotPropertyDestroyed (QtProperty *property) |
Public Attributes | |
| QtDoublePropertyManager * | m_doublePropertyManager |
| QMap< const QtProperty *, QtProperty * > | m_hToProperty |
| QMap< const QtProperty *, QtProperty * > | m_propertyToH |
| QMap< const QtProperty *, QtProperty * > | m_propertyToW |
| PropertyValueMap | m_values |
| QMap< const QtProperty *, QtProperty * > | m_wToProperty |
Definition at line 4341 of file qtpropertymanager.cpp.
| using PropertyValueMap = QMap<const QtProperty*, Data> |
Definition at line 4389 of file qtpropertymanager.cpp.
| void setRange | ( | QtProperty * | property, |
| const QSizeF & | minVal, | ||
| const QSizeF & | maxVal, | ||
| const QSizeF & | val | ||
| ) |
Definition at line 4441 of file qtpropertymanager.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void setValue | ( | QtProperty * | property, |
| const QSizeF & | val | ||
| ) |
Definition at line 4434 of file qtpropertymanager.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void slotDoubleChanged | ( | QtProperty * | property, |
| double | value | ||
| ) |
| void slotPropertyDestroyed | ( | QtProperty * | property | ) |
Definition at line 4419 of file qtpropertymanager.cpp.
| QtDoublePropertyManager* m_doublePropertyManager |
Definition at line 4392 of file qtpropertymanager.cpp.
| QMap<const QtProperty*, QtProperty*> m_hToProperty |
Definition at line 4398 of file qtpropertymanager.cpp.
| QMap<const QtProperty*, QtProperty*> m_propertyToH |
Definition at line 4395 of file qtpropertymanager.cpp.
| QMap<const QtProperty*, QtProperty*> m_propertyToW |
Definition at line 4394 of file qtpropertymanager.cpp.
| PropertyValueMap m_values |
Definition at line 4390 of file qtpropertymanager.cpp.
| QMap<const QtProperty*, QtProperty*> m_wToProperty |
Definition at line 4397 of file qtpropertymanager.cpp.