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, and m_propertyToY.
| void QtRectPropertyManagerPrivate::slotIntChanged | ( | QtProperty * | property, |
| int | value ) |
| 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 |
Referenced by slotIntChanged(), and slotPropertyDestroyed().
| QtIntPropertyManager* QtRectPropertyManagerPrivate::m_intPropertyManager |
Referenced by setConstraint().
| QMap<const QtProperty*, QtProperty*> QtRectPropertyManagerPrivate::m_propertyToH |
Referenced by setConstraint(), and slotPropertyDestroyed().
| QMap<const QtProperty*, QtProperty*> QtRectPropertyManagerPrivate::m_propertyToW |
Referenced by setConstraint(), and slotPropertyDestroyed().
| QMap<const QtProperty*, QtProperty*> QtRectPropertyManagerPrivate::m_propertyToX |
Referenced by setConstraint(), and slotPropertyDestroyed().
| QMap<const QtProperty*, QtProperty*> QtRectPropertyManagerPrivate::m_propertyToY |
Referenced by setConstraint(), and slotPropertyDestroyed().
| PropertyValueMap QtRectPropertyManagerPrivate::m_values |
Referenced by slotIntChanged().
| QMap<const QtProperty*, QtProperty*> QtRectPropertyManagerPrivate::m_wToProperty |
Referenced by slotIntChanged(), and slotPropertyDestroyed().
| QMap<const QtProperty*, QtProperty*> QtRectPropertyManagerPrivate::m_xToProperty |
Referenced by slotIntChanged(), and slotPropertyDestroyed().
| QMap<const QtProperty*, QtProperty*> QtRectPropertyManagerPrivate::m_yToProperty |
Referenced by slotIntChanged(), and slotPropertyDestroyed().