![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Types | |
| using | EditorList = QList<Editor *> |
| using | PropertyToEditorListMap = QHash<QtProperty *, EditorList> |
| using | EditorToPropertyMap = QHash<Editor *, QtProperty *> |
| using | EditorList = QList<Editor *> |
| using | PropertyToEditorListMap = QHash<QtProperty *, EditorList> |
| using | EditorToPropertyMap = QHash<Editor *, QtProperty *> |
Public Member Functions | |
| Editor * | createEditor (QtProperty *property, QWidget *parent) |
| void | initializeEditor (QtProperty *property, Editor *e) |
| void | slotEditorDestroyed (QObject *object) |
| 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 49 of file qteditorfactory.cpp.
| using EditorFactoryPrivate< Editor >::EditorList = QList<Editor *> |
Definition at line 53 of file qteditorfactory.cpp.
| using EditorFactoryPrivate< Editor >::EditorList = QList<Editor *> |
Definition at line 53 of file qteditorfactory.cpp.
| using EditorFactoryPrivate< Editor >::EditorToPropertyMap = QHash<Editor *, QtProperty *> |
Definition at line 55 of file qteditorfactory.cpp.
| using EditorFactoryPrivate< Editor >::EditorToPropertyMap = QHash<Editor *, QtProperty *> |
Definition at line 55 of file qteditorfactory.cpp.
| using EditorFactoryPrivate< Editor >::PropertyToEditorListMap = QHash<QtProperty *, EditorList> |
Definition at line 54 of file qteditorfactory.cpp.
| using EditorFactoryPrivate< Editor >::PropertyToEditorListMap = QHash<QtProperty *, EditorList> |
Definition at line 54 of file qteditorfactory.cpp.
| Editor * EditorFactoryPrivate< Editor >::createEditor | ( | QtProperty * | property, |
| QWidget * | parent ) |
Definition at line 66 of file qteditorfactory.cpp.
References initializeEditor().
| Editor * EditorFactoryPrivate< Editor >::createEditor | ( | QtProperty * | property, |
| QWidget * | parent ) |
| void EditorFactoryPrivate< Editor >::initializeEditor | ( | QtProperty * | property, |
| Editor * | e ) |
Definition at line 74 of file qteditorfactory.cpp.
Referenced by createEditor().
| void EditorFactoryPrivate< Editor >::initializeEditor | ( | QtProperty * | property, |
| Editor * | e ) |
| void EditorFactoryPrivate< Editor >::slotEditorDestroyed | ( | QObject * | object | ) |
Definition at line 84 of file qteditorfactory.cpp.
| void EditorFactoryPrivate< Editor >::slotEditorDestroyed | ( | QObject * | object | ) |
| PropertyToEditorListMap EditorFactoryPrivate< Editor >::m_createdEditors |
Definition at line 61 of file qteditorfactory.cpp.
| EditorToPropertyMap EditorFactoryPrivate< Editor >::m_editorToProperty |
Definition at line 62 of file qteditorfactory.cpp.