Collaboration diagram for QtSizeFPropertyManagerPrivate:Classes | |
| struct | Data |
Public Types | |
| typedef QMap< const QtProperty *, Data > | PropertyValueMap |
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 |
| typedef QMap<const QtProperty*, Data> QtSizeFPropertyManagerPrivate::PropertyValueMap |
| void QtSizeFPropertyManagerPrivate::setRange | ( | QtProperty * | property, |
| const QSizeF & | minVal, | ||
| const QSizeF & | maxVal, | ||
| const QSizeF & | val | ||
| ) |
References m_doublePropertyManager, m_propertyToH, m_propertyToW, QtDoublePropertyManager::setRange(), and QtDoublePropertyManager::setValue().
Referenced by QtSizeFPropertyManager::setMaximum(), QtSizeFPropertyManager::setMinimum(), and QtSizeFPropertyManager::setRange().
Here is the call graph for this function:
Here is the caller graph for this function:| void QtSizeFPropertyManagerPrivate::setValue | ( | QtProperty * | property, |
| const QSizeF & | val | ||
| ) |
References m_doublePropertyManager, m_propertyToH, m_propertyToW, and QtDoublePropertyManager::setValue().
Referenced by QtSizeFPropertyManager::setValue().
Here is the call graph for this function:
Here is the caller graph for this function:| void QtSizeFPropertyManagerPrivate::slotDoubleChanged | ( | QtProperty * | property, |
| double | value | ||
| ) |
References m_hToProperty, m_values, m_wToProperty, and QtSizeFPropertyManager::setValue().
Here is the call graph for this function:| void QtSizeFPropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
References m_hToProperty, m_propertyToH, m_propertyToW, and m_wToProperty.
| QtDoublePropertyManager* QtSizeFPropertyManagerPrivate::m_doublePropertyManager |
| QMap<const QtProperty*, QtProperty*> QtSizeFPropertyManagerPrivate::m_hToProperty |
| QMap<const QtProperty*, QtProperty*> QtSizeFPropertyManagerPrivate::m_propertyToH |
| QMap<const QtProperty*, QtProperty*> QtSizeFPropertyManagerPrivate::m_propertyToW |
| PropertyValueMap QtSizeFPropertyManagerPrivate::m_values |
Referenced by QtSizeFPropertyManager::decimals(), QtSizeFPropertyManager::initializeProperty(), QtSizeFPropertyManager::maximum(), QtSizeFPropertyManager::minimum(), QtSizeFPropertyManager::setDecimals(), slotDoubleChanged(), QtSizeFPropertyManager::uninitializeProperty(), QtSizeFPropertyManager::value(), and QtSizeFPropertyManager::valueText().
| QMap<const QtProperty*, QtProperty*> QtSizeFPropertyManagerPrivate::m_wToProperty |