Inheritance diagram for QtDoubleSpinBoxFactoryPrivate:
Collaboration diagram for QtDoubleSpinBoxFactoryPrivate:Public Member Functions | |
| void | slotDecimalsChanged (QtProperty *property, int prec) |
| void | slotPropertyChanged (QtProperty *property, double value) |
| void | slotRangeChanged (QtProperty *property, double min, double max) |
| void | slotSetValue (double value) |
| void | slotSingleStepChanged (QtProperty *property, double step) |
Public Member Functions inherited from EditorFactoryPrivate< QDoubleSpinBox > | |
| QDoubleSpinBox * | createEditor (QtProperty *property, QWidget *parent) |
| void | initializeEditor (QtProperty *property, QDoubleSpinBox *e) |
| void | slotEditorDestroyed (QObject *object) |
Additional Inherited Members | |
Public Types inherited from EditorFactoryPrivate< QDoubleSpinBox > | |
| typedef QList< QDoubleSpinBox * > | EditorList |
| typedef QMap< QDoubleSpinBox *, QtProperty * > | EditorToPropertyMap |
| typedef QMap< QtProperty *, EditorList > | PropertyToEditorListMap |
Public Attributes inherited from EditorFactoryPrivate< QDoubleSpinBox > | |
| PropertyToEditorListMap | m_createdEditors |
| EditorToPropertyMap | m_editorToProperty |
| void QtDoubleSpinBoxFactoryPrivate::slotDecimalsChanged | ( | QtProperty * | property, |
| int | prec | ||
| ) |
References EditorFactoryPrivate< QDoubleSpinBox >::m_createdEditors, QtAbstractEditorFactory< PropertyManager >::propertyManager(), and QtDoublePropertyManager::value().
Here is the call graph for this function:| void QtDoubleSpinBoxFactoryPrivate::slotPropertyChanged | ( | QtProperty * | property, |
| double | value | ||
| ) |
| void QtDoubleSpinBoxFactoryPrivate::slotRangeChanged | ( | QtProperty * | property, |
| double | min, | ||
| double | max | ||
| ) |
References EditorFactoryPrivate< QDoubleSpinBox >::m_createdEditors, QtAbstractEditorFactory< PropertyManager >::propertyManager(), and QtDoublePropertyManager::value().
Here is the call graph for this function:| void QtDoubleSpinBoxFactoryPrivate::slotSetValue | ( | double | value | ) |
References EditorFactoryPrivate< QDoubleSpinBox >::m_editorToProperty, QtAbstractEditorFactory< PropertyManager >::propertyManager(), and QtDoublePropertyManager::setValue().
Here is the call graph for this function:| void QtDoubleSpinBoxFactoryPrivate::slotSingleStepChanged | ( | QtProperty * | property, |
| double | step | ||
| ) |
References EditorFactoryPrivate< QDoubleSpinBox >::m_createdEditors, and QtAbstractEditorFactory< PropertyManager >::propertyManager().
Here is the call graph for this function: