#include <qteditorfactory.h>

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