|
|
Inheritance diagram for QtCharEditorFactoryPrivate:Public Member Functions | |
| void | slotPropertyChanged (QtProperty *property, const QChar &value) |
| void | slotSetValue (const QChar &value) |
Public Member Functions inherited from EditorFactoryPrivate< QtCharEdit > | |
| QtCharEdit * | createEditor (QtProperty *property, QWidget *parent) |
| void | initializeEditor (QtProperty *property, QtCharEdit *e) |
| void | slotEditorDestroyed (QObject *object) |
Additional Inherited Members | |
Public Types inherited from EditorFactoryPrivate< QtCharEdit > | |
| using | EditorList = QList< QtCharEdit * > |
| using | EditorToPropertyMap = QMap< QtCharEdit *, QtProperty * > |
| using | PropertyToEditorListMap = QMap< QtProperty *, EditorList > |
Public Attributes inherited from EditorFactoryPrivate< QtCharEdit > | |
| PropertyToEditorListMap | m_createdEditors |
| EditorToPropertyMap | m_editorToProperty |
Definition at line 2279 of file qteditorfactory.cpp.
| void slotPropertyChanged | ( | QtProperty * | property, |
| const QChar & | value | ||
| ) |
| void slotSetValue | ( | const QChar & | value | ) |