|
|
Classes | |
| struct | Data |
Public Types | |
| using | PropertyValueMap = QMap< const QtProperty *, Data > |
Public Member Functions | |
| void | setRange (QtProperty *property, const QSize &minVal, const QSize &maxVal, const QSize &val) |
| void | setValue (QtProperty *property, const QSize &val) |
| void | slotIntChanged (QtProperty *property, int value) |
| void | slotPropertyDestroyed (QtProperty *property) |
Public Attributes | |
| QMap< const QtProperty *, QtProperty * > | m_hToProperty |
| QtIntPropertyManager * | m_intPropertyManager |
| QMap< const QtProperty *, QtProperty * > | m_propertyToH |
| QMap< const QtProperty *, QtProperty * > | m_propertyToW |
| PropertyValueMap | m_values |
| QMap< const QtProperty *, QtProperty * > | m_wToProperty |
Definition at line 3917 of file qtpropertymanager.cpp.
| using PropertyValueMap = QMap<const QtProperty*, Data> |
Definition at line 3962 of file qtpropertymanager.cpp.
| void setRange | ( | QtProperty * | property, |
| const QSize & | minVal, | ||
| const QSize & | maxVal, | ||
| const QSize & | val | ||
| ) |
Definition at line 4014 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 QSize & | val | ||
| ) |
Definition at line 4007 of file qtpropertymanager.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void slotIntChanged | ( | QtProperty * | property, |
| int | value | ||
| ) |
| void slotPropertyDestroyed | ( | QtProperty * | property | ) |
Definition at line 3992 of file qtpropertymanager.cpp.
| QMap<const QtProperty*, QtProperty*> m_hToProperty |
Definition at line 3971 of file qtpropertymanager.cpp.
| QtIntPropertyManager* m_intPropertyManager |
Definition at line 3965 of file qtpropertymanager.cpp.
| QMap<const QtProperty*, QtProperty*> m_propertyToH |
Definition at line 3968 of file qtpropertymanager.cpp.
| QMap<const QtProperty*, QtProperty*> m_propertyToW |
Definition at line 3967 of file qtpropertymanager.cpp.
| PropertyValueMap m_values |
Definition at line 3963 of file qtpropertymanager.cpp.
| QMap<const QtProperty*, QtProperty*> m_wToProperty |
Definition at line 3970 of file qtpropertymanager.cpp.