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, and m_propertyToW.
Referenced by QtSizeFPropertyManager::setMaximum(), QtSizeFPropertyManager::setMinimum(), and QtSizeFPropertyManager::setRange().
| void QtSizeFPropertyManagerPrivate::setValue | ( | QtProperty * | property, |
| const QSizeF & | val ) |
References m_doublePropertyManager, m_propertyToH, and m_propertyToW.
Referenced by QtSizeFPropertyManager::setValue().
| void QtSizeFPropertyManagerPrivate::slotDoubleChanged | ( | QtProperty * | property, |
| double | value ) |
References m_hToProperty, m_values, and m_wToProperty.
| void QtSizeFPropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
References m_hToProperty, m_propertyToH, m_propertyToW, and m_wToProperty.
| QtDoublePropertyManager* QtSizeFPropertyManagerPrivate::m_doublePropertyManager |
Referenced by setRange(), and setValue().
| QMap<const QtProperty*, QtProperty*> QtSizeFPropertyManagerPrivate::m_hToProperty |
Referenced by slotDoubleChanged(), and slotPropertyDestroyed().
| QMap<const QtProperty*, QtProperty*> QtSizeFPropertyManagerPrivate::m_propertyToH |
Referenced by setRange(), setValue(), and slotPropertyDestroyed().
| QMap<const QtProperty*, QtProperty*> QtSizeFPropertyManagerPrivate::m_propertyToW |
Referenced by setRange(), setValue(), and slotPropertyDestroyed().
| PropertyValueMap QtSizeFPropertyManagerPrivate::m_values |
Referenced by slotDoubleChanged().
| QMap<const QtProperty*, QtProperty*> QtSizeFPropertyManagerPrivate::m_wToProperty |
Referenced by slotDoubleChanged(), and slotPropertyDestroyed().