|
Public Types | |
using | EditorList = QList< Editor * > |
using | EditorToPropertyMap = QMap< Editor *, QtProperty * > |
using | PropertyToEditorListMap = QMap< QtProperty *, EditorList > |
Public Member Functions | |
Editor * | createEditor (QtProperty *property, QWidget *parent) |
void | initializeEditor (QtProperty *property, Editor *e) |
void | slotEditorDestroyed (QObject *object) |
Public Attributes | |
PropertyToEditorListMap | m_createdEditors |
EditorToPropertyMap | m_editorToProperty |
Definition at line 90 of file qteditorfactory.cpp.
using EditorList = QList<Editor*> |
Definition at line 94 of file qteditorfactory.cpp.
using EditorToPropertyMap = QMap<Editor*, QtProperty*> |
Definition at line 96 of file qteditorfactory.cpp.
using PropertyToEditorListMap = QMap<QtProperty*, EditorList> |
Definition at line 95 of file qteditorfactory.cpp.
Editor * createEditor | ( | QtProperty * | property, |
QWidget * | parent | ||
) |
void initializeEditor | ( | QtProperty * | property, |
Editor * | e | ||
) |
void slotEditorDestroyed | ( | QObject * | object | ) |
Definition at line 129 of file qteditorfactory.cpp.
PropertyToEditorListMap m_createdEditors |
Definition at line 102 of file qteditorfactory.cpp.
EditorToPropertyMap m_editorToProperty |
Definition at line 103 of file qteditorfactory.cpp.