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, m_yToProperty, and QtPointFPropertyManager::setValue().
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 |
QMap<const QtProperty*, QtProperty*> QtPointFPropertyManagerPrivate::m_propertyToY |
PropertyValueMap QtPointFPropertyManagerPrivate::m_values |
Referenced by QtPointFPropertyManager::decimals(), QtPointFPropertyManager::initializeProperty(), QtPointFPropertyManager::setDecimals(), QtPointFPropertyManager::setValue(), slotDoubleChanged(), QtPointFPropertyManager::uninitializeProperty(), QtPointFPropertyManager::value(), and QtPointFPropertyManager::valueText().
QMap<const QtProperty*, QtProperty*> QtPointFPropertyManagerPrivate::m_xToProperty |
QMap<const QtProperty*, QtProperty*> QtPointFPropertyManagerPrivate::m_yToProperty |