|
|
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 = QList< QDoubleSpinBox * > |
| using | EditorToPropertyMap = QMap< QDoubleSpinBox *, QtProperty * > |
| using | PropertyToEditorListMap = QMap< QtProperty *, EditorList > |
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 | ||
| ) |
| void slotRangeChanged | ( | QtProperty * | property, |
| double | min, | ||
| double | max | ||
| ) |
| void slotReadOnlyChanged | ( | QtProperty * | property, |
| bool | readOnly | ||
| ) |
| void slotSetValue | ( | double | value | ) |
| void slotSingleStepChanged | ( | QtProperty * | property, |
| double | step | ||
| ) |