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 |
Private Attributes | |
QtVector3DPropertyManager * | q_ptr |
typedef QMap<const QtProperty*, Data> QtVector3DPropertyManagerPrivate::PropertyValueMap |
void QtVector3DPropertyManagerPrivate::slotDoubleChanged | ( | QtProperty * | property, |
double | value | ||
) |
References m_values, m_xToProperty, m_yToProperty, m_zToProperty, q_ptr, and QtVector3DPropertyManager::setValue().
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 |
QMap<const QtProperty*, QtProperty*> QtVector3DPropertyManagerPrivate::m_propertyToY |
QMap<const QtProperty*, QtProperty*> QtVector3DPropertyManagerPrivate::m_propertyToZ |
PropertyValueMap QtVector3DPropertyManagerPrivate::m_values |
Referenced by QtVector3DPropertyManager::decimals(), QtVector3DPropertyManager::initializeProperty(), QtVector3DPropertyManager::setDecimals(), QtVector3DPropertyManager::setValue(), slotDoubleChanged(), QtVector3DPropertyManager::uninitializeProperty(), QtVector3DPropertyManager::value(), and QtVector3DPropertyManager::valueText().
QMap<const QtProperty*, QtProperty*> QtVector3DPropertyManagerPrivate::m_xToProperty |
QMap<const QtProperty*, QtProperty*> QtVector3DPropertyManagerPrivate::m_yToProperty |
QMap<const QtProperty*, QtProperty*> QtVector3DPropertyManagerPrivate::m_zToProperty |
|
private |
Referenced by QtVector3DPropertyManager::QtVector3DPropertyManager(), and slotDoubleChanged().