Classes | |
| struct | Data |
Public Types | |
| typedef QMap< const QtProperty *, Data > | PropertyValueMap |
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 |
| typedef QMap<const QtProperty*, Data> QtSizePropertyManagerPrivate::PropertyValueMap |
| void QtSizePropertyManagerPrivate::setRange | ( | QtProperty * | property, |
| const QSize & | minVal, | ||
| const QSize & | maxVal, | ||
| const QSize & | val ) |
References m_intPropertyManager, m_propertyToH, and m_propertyToW.
Referenced by QtSizePropertyManager::setMaximum(), QtSizePropertyManager::setMinimum(), and QtSizePropertyManager::setRange().
| void QtSizePropertyManagerPrivate::setValue | ( | QtProperty * | property, |
| const QSize & | val ) |
References m_intPropertyManager, m_propertyToH, and m_propertyToW.
Referenced by QtSizePropertyManager::setValue().
| void QtSizePropertyManagerPrivate::slotIntChanged | ( | QtProperty * | property, |
| int | value ) |
References m_hToProperty, m_values, and m_wToProperty.
| void QtSizePropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
References m_hToProperty, m_propertyToH, m_propertyToW, and m_wToProperty.
| QMap<const QtProperty*, QtProperty*> QtSizePropertyManagerPrivate::m_hToProperty |
Referenced by slotIntChanged(), and slotPropertyDestroyed().
| QtIntPropertyManager* QtSizePropertyManagerPrivate::m_intPropertyManager |
Referenced by setRange(), and setValue().
| QMap<const QtProperty*, QtProperty*> QtSizePropertyManagerPrivate::m_propertyToH |
Referenced by setRange(), setValue(), and slotPropertyDestroyed().
| QMap<const QtProperty*, QtProperty*> QtSizePropertyManagerPrivate::m_propertyToW |
Referenced by setRange(), setValue(), and slotPropertyDestroyed().
| PropertyValueMap QtSizePropertyManagerPrivate::m_values |
Referenced by slotIntChanged().
| QMap<const QtProperty*, QtProperty*> QtSizePropertyManagerPrivate::m_wToProperty |
Referenced by slotIntChanged(), and slotPropertyDestroyed().