Public Member Functions | |
void | slotPropertyChanged (QtProperty *property, int value) |
void | slotRangeChanged (QtProperty *property, int min, int max) |
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 > | |
typedef QList< QSpinBox * > | EditorList |
typedef QMap< QSpinBox *, QtProperty * > | EditorToPropertyMap |
typedef QMap< QtProperty *, EditorList > | PropertyToEditorListMap |
Public Attributes inherited from EditorFactoryPrivate< QSpinBox > | |
PropertyToEditorListMap | m_createdEditors |
EditorToPropertyMap | m_editorToProperty |
void QtSpinBoxFactoryPrivate::slotPropertyChanged | ( | QtProperty * | property, |
int | value | ||
) |
void QtSpinBoxFactoryPrivate::slotRangeChanged | ( | QtProperty * | property, |
int | min, | ||
int | max | ||
) |
References EditorFactoryPrivate< QSpinBox >::m_createdEditors, QtAbstractEditorFactory< PropertyManager >::propertyManager(), and QtIntPropertyManager::value().
void QtSpinBoxFactoryPrivate::slotSetValue | ( | int | value | ) |
References EditorFactoryPrivate< QSpinBox >::m_editorToProperty, QtAbstractEditorFactory< PropertyManager >::propertyManager(), and QtIntPropertyManager::setValue().
void QtSpinBoxFactoryPrivate::slotSingleStepChanged | ( | QtProperty * | property, |
int | step | ||
) |