|
|
Inheritance diagram for QtSpinBoxFactoryPrivate:Public Member Functions | |
| void | slotPropertyChanged (QtProperty *property, int value) |
| void | slotRangeChanged (QtProperty *property, int min, int max) |
| void | slotReadOnlyChanged (QtProperty *property, bool readOnly) |
| void | slotSetValue (int value) |
| void | slotSingleStepChanged (QtProperty *property, int step) |
Public Member Functions inherited from EditorFactoryPrivate< QSpinBox > | |
| QSpinBox * | createEditor (QtProperty *property, QWidget *parent) |
| void | initializeEditor (QtProperty *property, QSpinBox *e) |
| void | slotEditorDestroyed (QObject *object) |
Additional Inherited Members | |
Public Types inherited from EditorFactoryPrivate< QSpinBox > | |
| using | EditorList = QList< QSpinBox * > |
| using | EditorToPropertyMap = QMap< QSpinBox *, QtProperty * > |
| using | PropertyToEditorListMap = QMap< QtProperty *, EditorList > |
Public Attributes inherited from EditorFactoryPrivate< QSpinBox > | |
| PropertyToEditorListMap | m_createdEditors |
| EditorToPropertyMap | m_editorToProperty |
Definition at line 169 of file qteditorfactory.cpp.
| void slotPropertyChanged | ( | QtProperty * | property, |
| int | value | ||
| ) |
| void slotRangeChanged | ( | QtProperty * | property, |
| int | min, | ||
| int | max | ||
| ) |
| void slotReadOnlyChanged | ( | QtProperty * | property, |
| bool | readOnly | ||
| ) |
| void slotSetValue | ( | int | value | ) |
| void slotSingleStepChanged | ( | QtProperty * | property, |
| int | step | ||
| ) |
Definition at line 232 of file qteditorfactory.cpp.