Classes | |
struct | Data |
Public Types | |
typedef QMap< const QtProperty *, Data > | PropertyValueMap |
Public Member Functions | |
void | setRange (QtProperty *property, const QSizeF &minVal, const QSizeF &maxVal, const QSizeF &val) |
void | setValue (QtProperty *property, const QSizeF &val) |
void | slotDoubleChanged (QtProperty *property, double value) |
void | slotPropertyDestroyed (QtProperty *property) |
Public Attributes | |
QtDoublePropertyManager * | m_doublePropertyManager |
QMap< const QtProperty *, QtProperty * > | m_hToProperty |
QMap< const QtProperty *, QtProperty * > | m_propertyToH |
QMap< const QtProperty *, QtProperty * > | m_propertyToW |
PropertyValueMap | m_values |
QMap< const QtProperty *, QtProperty * > | m_wToProperty |
Private Attributes | |
QtSizeFPropertyManager * | q_ptr |
typedef QMap<const QtProperty*, Data> QtSizeFPropertyManagerPrivate::PropertyValueMap |
void QtSizeFPropertyManagerPrivate::setRange | ( | QtProperty * | property, |
const QSizeF & | minVal, | ||
const QSizeF & | maxVal, | ||
const QSizeF & | val | ||
) |
References m_doublePropertyManager, m_propertyToH, m_propertyToW, QtDoublePropertyManager::setRange(), and QtDoublePropertyManager::setValue().
Referenced by QtSizeFPropertyManager::setMaximum(), QtSizeFPropertyManager::setMinimum(), and QtSizeFPropertyManager::setRange().
void QtSizeFPropertyManagerPrivate::setValue | ( | QtProperty * | property, |
const QSizeF & | val | ||
) |
References m_doublePropertyManager, m_propertyToH, m_propertyToW, and QtDoublePropertyManager::setValue().
Referenced by QtSizeFPropertyManager::setValue().
void QtSizeFPropertyManagerPrivate::slotDoubleChanged | ( | QtProperty * | property, |
double | value | ||
) |
References m_hToProperty, m_values, m_wToProperty, q_ptr, and QtSizeFPropertyManager::setValue().
void QtSizeFPropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
References m_hToProperty, m_propertyToH, m_propertyToW, and m_wToProperty.
QtDoublePropertyManager* QtSizeFPropertyManagerPrivate::m_doublePropertyManager |
QMap<const QtProperty*, QtProperty*> QtSizeFPropertyManagerPrivate::m_hToProperty |
QMap<const QtProperty*, QtProperty*> QtSizeFPropertyManagerPrivate::m_propertyToH |
QMap<const QtProperty*, QtProperty*> QtSizeFPropertyManagerPrivate::m_propertyToW |
PropertyValueMap QtSizeFPropertyManagerPrivate::m_values |
Referenced by QtSizeFPropertyManager::decimals(), QtSizeFPropertyManager::initializeProperty(), QtSizeFPropertyManager::maximum(), QtSizeFPropertyManager::minimum(), QtSizeFPropertyManager::setDecimals(), slotDoubleChanged(), QtSizeFPropertyManager::uninitializeProperty(), QtSizeFPropertyManager::value(), and QtSizeFPropertyManager::valueText().
QMap<const QtProperty*, QtProperty*> QtSizeFPropertyManagerPrivate::m_wToProperty |
|
private |
Referenced by QtSizeFPropertyManager::QtSizeFPropertyManager(), and slotDoubleChanged().