|
|
Inheritance 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 | slotReadOnlyChanged (QtProperty *property, bool readOnly) |
| 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 > | |
| using | EditorList |
| using | EditorToPropertyMap |
| using | PropertyToEditorListMap |
Public Attributes inherited from EditorFactoryPrivate< QDoubleSpinBox > | |
| PropertyToEditorListMap | m_createdEditors |
| EditorToPropertyMap | m_editorToProperty |
Definition at line 956 of file qteditorfactory.cpp.
| void slotDecimalsChanged | ( | QtProperty * | property, |
| int | prec ) |
| void slotPropertyChanged | ( | QtProperty * | property, |
| double | value ) |
Definition at line 970 of file qteditorfactory.cpp.
| void slotRangeChanged | ( | QtProperty * | property, |
| double | min, | ||
| double | max ) |
| void slotReadOnlyChanged | ( | QtProperty * | property, |
| bool | readOnly ) |
Definition at line 1044 of file qteditorfactory.cpp.
| void slotSetValue | ( | double | value | ) |
| void slotSingleStepChanged | ( | QtProperty * | property, |
| double | step ) |
Definition at line 1017 of file qteditorfactory.cpp.