Classes | |
| struct | Data |
Public Types | |
| typedef QMap< const QtProperty *, Data > | PropertyValueMap |
Public Member Functions | |
| void | slotDoubleChanged (QtProperty *property, double value) |
| void | slotPropertyDestroyed (QtProperty *property) |
Public Attributes | |
| QtDoublePropertyManager * | m_doublePropertyManager |
| QMap< const QtProperty *, QtProperty * > | m_propertyToX |
| QMap< const QtProperty *, QtProperty * > | m_propertyToY |
| PropertyValueMap | m_values |
| QMap< const QtProperty *, QtProperty * > | m_xToProperty |
| QMap< const QtProperty *, QtProperty * > | m_yToProperty |
| typedef QMap<const QtProperty*, Data> QtPointFPropertyManagerPrivate::PropertyValueMap |
| void QtPointFPropertyManagerPrivate::slotDoubleChanged | ( | QtProperty * | property, |
| double | value ) |
References m_values, m_xToProperty, and m_yToProperty.
| void QtPointFPropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
References m_propertyToX, m_propertyToY, m_xToProperty, and m_yToProperty.
| QtDoublePropertyManager* QtPointFPropertyManagerPrivate::m_doublePropertyManager |
| QMap<const QtProperty*, QtProperty*> QtPointFPropertyManagerPrivate::m_propertyToX |
Referenced by slotPropertyDestroyed().
| QMap<const QtProperty*, QtProperty*> QtPointFPropertyManagerPrivate::m_propertyToY |
Referenced by slotPropertyDestroyed().
| PropertyValueMap QtPointFPropertyManagerPrivate::m_values |
Referenced by slotDoubleChanged().
| QMap<const QtProperty*, QtProperty*> QtPointFPropertyManagerPrivate::m_xToProperty |
Referenced by slotDoubleChanged(), and slotPropertyDestroyed().
| QMap<const QtProperty*, QtProperty*> QtPointFPropertyManagerPrivate::m_yToProperty |
Referenced by slotDoubleChanged(), and slotPropertyDestroyed().