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