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 |
| QMap< const QtProperty *, QtProperty * > | m_propertyToZ |
| PropertyValueMap | m_values |
| QMap< const QtProperty *, QtProperty * > | m_xToProperty |
| QMap< const QtProperty *, QtProperty * > | m_yToProperty |
| QMap< const QtProperty *, QtProperty * > | m_zToProperty |
| typedef QMap<const QtProperty*, Data> QtVector3DPropertyManagerPrivate::PropertyValueMap |
| void QtVector3DPropertyManagerPrivate::slotDoubleChanged | ( | QtProperty * | property, |
| double | value ) |
References m_values, m_xToProperty, m_yToProperty, and m_zToProperty.
| void QtVector3DPropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
References m_propertyToX, m_propertyToY, m_propertyToZ, m_xToProperty, m_yToProperty, and m_zToProperty.
| QtDoublePropertyManager* QtVector3DPropertyManagerPrivate::m_doublePropertyManager |
| QMap<const QtProperty*, QtProperty*> QtVector3DPropertyManagerPrivate::m_propertyToX |
Referenced by slotPropertyDestroyed().
| QMap<const QtProperty*, QtProperty*> QtVector3DPropertyManagerPrivate::m_propertyToY |
Referenced by slotPropertyDestroyed().
| QMap<const QtProperty*, QtProperty*> QtVector3DPropertyManagerPrivate::m_propertyToZ |
Referenced by slotPropertyDestroyed().
| PropertyValueMap QtVector3DPropertyManagerPrivate::m_values |
Referenced by slotDoubleChanged().
| QMap<const QtProperty*, QtProperty*> QtVector3DPropertyManagerPrivate::m_xToProperty |
Referenced by slotDoubleChanged(), and slotPropertyDestroyed().
| QMap<const QtProperty*, QtProperty*> QtVector3DPropertyManagerPrivate::m_yToProperty |
Referenced by slotDoubleChanged(), and slotPropertyDestroyed().
| QMap<const QtProperty*, QtProperty*> QtVector3DPropertyManagerPrivate::m_zToProperty |
Referenced by slotDoubleChanged(), and slotPropertyDestroyed().