Collaboration diagram for QtRectPropertyManagerPrivate:Classes | |
| struct | Data |
Public Types | |
| typedef QMap< const QtProperty *, Data > | PropertyValueMap |
Public Member Functions | |
| void | setConstraint (QtProperty *property, const QRect &constraint, const QRect &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 |
| QMap< const QtProperty *, QtProperty * > | m_propertyToX |
| QMap< const QtProperty *, QtProperty * > | m_propertyToY |
| PropertyValueMap | m_values |
| QMap< const QtProperty *, QtProperty * > | m_wToProperty |
| QMap< const QtProperty *, QtProperty * > | m_xToProperty |
| QMap< const QtProperty *, QtProperty * > | m_yToProperty |
| typedef QMap<const QtProperty*, Data> QtRectPropertyManagerPrivate::PropertyValueMap |
| void QtRectPropertyManagerPrivate::setConstraint | ( | QtProperty * | property, |
| const QRect & | constraint, | ||
| const QRect & | val | ||
| ) |
References m_intPropertyManager, m_propertyToH, m_propertyToW, m_propertyToX, m_propertyToY, QtIntPropertyManager::setRange(), and QtIntPropertyManager::setValue().
Referenced by QtRectPropertyManager::setConstraint().
Here is the call graph for this function:
Here is the caller graph for this function:| void QtRectPropertyManagerPrivate::slotIntChanged | ( | QtProperty * | property, |
| int | value | ||
| ) |
References QtRectPropertyManagerPrivate::Data::constraint, m_hToProperty, m_values, m_wToProperty, m_xToProperty, m_yToProperty, QtRectPropertyManager::setValue(), and QtRectPropertyManagerPrivate::Data::val.
Here is the call graph for this function:| void QtRectPropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
References m_hToProperty, m_propertyToH, m_propertyToW, m_propertyToX, m_propertyToY, m_wToProperty, m_xToProperty, and m_yToProperty.
| QMap<const QtProperty*, QtProperty*> QtRectPropertyManagerPrivate::m_hToProperty |
| QtIntPropertyManager* QtRectPropertyManagerPrivate::m_intPropertyManager |
| QMap<const QtProperty*, QtProperty*> QtRectPropertyManagerPrivate::m_propertyToH |
| QMap<const QtProperty*, QtProperty*> QtRectPropertyManagerPrivate::m_propertyToW |
| QMap<const QtProperty*, QtProperty*> QtRectPropertyManagerPrivate::m_propertyToX |
| QMap<const QtProperty*, QtProperty*> QtRectPropertyManagerPrivate::m_propertyToY |
| PropertyValueMap QtRectPropertyManagerPrivate::m_values |
Referenced by QtRectPropertyManager::constraint(), QtRectPropertyManager::initializeProperty(), QtRectPropertyManager::setConstraint(), QtRectPropertyManager::setValue(), slotIntChanged(), QtRectPropertyManager::uninitializeProperty(), QtRectPropertyManager::value(), and QtRectPropertyManager::valueText().
| QMap<const QtProperty*, QtProperty*> QtRectPropertyManagerPrivate::m_wToProperty |
| QMap<const QtProperty*, QtProperty*> QtRectPropertyManagerPrivate::m_xToProperty |
| QMap<const QtProperty*, QtProperty*> QtRectPropertyManagerPrivate::m_yToProperty |