|
|
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 96 of file qteditorfactory.cpp.
| using EditorList = QList<Editor*> |
Definition at line 99 of file qteditorfactory.cpp.
| using EditorToPropertyMap = QMap<Editor*, QtProperty*> |
Definition at line 101 of file qteditorfactory.cpp.
| using PropertyToEditorListMap = QMap<QtProperty*, EditorList> |
Definition at line 100 of file qteditorfactory.cpp.
| Editor * createEditor | ( | QtProperty * | property, |
| QWidget * | parent | ||
| ) |
| void initializeEditor | ( | QtProperty * | property, |
| Editor * | e | ||
| ) |
| void slotEditorDestroyed | ( | QObject * | object | ) |
Definition at line 137 of file qteditorfactory.cpp.
| PropertyToEditorListMap m_createdEditors |
Definition at line 107 of file qteditorfactory.cpp.
| EditorToPropertyMap m_editorToProperty |
Definition at line 108 of file qteditorfactory.cpp.