Inheritance diagram for QtCharEditorFactoryPrivate:
Collaboration 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) |
Private Attributes | |
| QtCharEditorFactory * | q_ptr |
Additional Inherited Members | |
Public Types inherited from EditorFactoryPrivate< QtCharEdit > | |
| typedef QList< QtCharEdit * > | EditorList |
| typedef QMap< QtCharEdit *, QtProperty * > | EditorToPropertyMap |
| typedef QMap< QtProperty *, EditorList > | PropertyToEditorListMap |
Public Attributes inherited from EditorFactoryPrivate< QtCharEdit > | |
| PropertyToEditorListMap | m_createdEditors |
| EditorToPropertyMap | m_editorToProperty |
| void QtCharEditorFactoryPrivate::slotPropertyChanged | ( | QtProperty * | property, |
| const QChar & | value | ||
| ) |
References EditorFactoryPrivate< QtCharEdit >::m_createdEditors, and QtCharEdit::setValue().
Here is the call graph for this function:| void QtCharEditorFactoryPrivate::slotSetValue | ( | const QChar & | value | ) |
References EditorFactoryPrivate< QtCharEdit >::m_editorToProperty, QtAbstractEditorFactory< PropertyManager >::propertyManager(), q_ptr, and QtCharPropertyManager::setValue().
Here is the call graph for this function:
|
private |
Referenced by QtCharEditorFactory::QtCharEditorFactory(), and slotSetValue().