#include <qteditorfactory.h>

Additional Inherited Members | |
Public Types inherited from EditorFactoryPrivate< QScrollBar > | |
| typedef QList< QScrollBar * > | EditorList |
| typedef QMap< QScrollBar *, QtProperty * > | EditorToPropertyMap |
| typedef QMap< QtProperty *, EditorList > | PropertyToEditorListMap |
Public Member Functions inherited from EditorFactoryPrivate< QScrollBar > | |
| QScrollBar * | createEditor (QtProperty *property, QWidget *parent) |
| void | initializeEditor (QtProperty *property, QScrollBar *e) |
| void | slotEditorDestroyed (QObject *object) |
Public Attributes inherited from EditorFactoryPrivate< QScrollBar > | |
| PropertyToEditorListMap | m_createdEditors |
| EditorToPropertyMap | m_editorToProperty |