Inheritance diagram for QtSliderFactoryPrivate:
Collaboration diagram for QtSliderFactoryPrivate: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< QSlider > | |
| QSlider * | createEditor (QtProperty *property, QWidget *parent) |
| void | initializeEditor (QtProperty *property, QSlider *e) |
| void | slotEditorDestroyed (QObject *object) |
Private Attributes | |
| QtSliderFactory * | q_ptr |
Additional Inherited Members | |
Public Types inherited from EditorFactoryPrivate< QSlider > | |
| typedef QList< QSlider * > | EditorList |
| typedef QMap< QSlider *, QtProperty * > | EditorToPropertyMap |
| typedef QMap< QtProperty *, EditorList > | PropertyToEditorListMap |
Public Attributes inherited from EditorFactoryPrivate< QSlider > | |
| PropertyToEditorListMap | m_createdEditors |
| EditorToPropertyMap | m_editorToProperty |
| void QtSliderFactoryPrivate::slotPropertyChanged | ( | QtProperty * | property, |
| int | value | ||
| ) |
| void QtSliderFactoryPrivate::slotRangeChanged | ( | QtProperty * | property, |
| int | min, | ||
| int | max | ||
| ) |
References EditorFactoryPrivate< QSlider >::m_createdEditors, QtAbstractEditorFactory< PropertyManager >::propertyManager(), q_ptr, and QtIntPropertyManager::value().
Here is the call graph for this function:| void QtSliderFactoryPrivate::slotSetValue | ( | int | value | ) |
References EditorFactoryPrivate< QSlider >::m_editorToProperty, QtAbstractEditorFactory< PropertyManager >::propertyManager(), q_ptr, and QtIntPropertyManager::setValue().
Here is the call graph for this function:| void QtSliderFactoryPrivate::slotSingleStepChanged | ( | QtProperty * | property, |
| int | step | ||
| ) |
|
private |
Referenced by QtSliderFactory::QtSliderFactory(), slotRangeChanged(), and slotSetValue().