Inheritance diagram for QtKeySequenceEditorFactoryPrivate:
Collaboration diagram for QtKeySequenceEditorFactoryPrivate:Public Member Functions | |
| void | slotPropertyChanged (QtProperty *property, const QKeySequence &value) |
| void | slotSetValue (const QKeySequence &value) |
Public Member Functions inherited from EditorFactoryPrivate< QtKeySequenceEdit > | |
| QtKeySequenceEdit * | createEditor (QtProperty *property, QWidget *parent) |
| void | initializeEditor (QtProperty *property, QtKeySequenceEdit *e) |
| void | slotEditorDestroyed (QObject *object) |
Additional Inherited Members | |
Public Types inherited from EditorFactoryPrivate< QtKeySequenceEdit > | |
| typedef QList< QtKeySequenceEdit * > | EditorList |
| typedef QMap< QtKeySequenceEdit *, QtProperty * > | EditorToPropertyMap |
| typedef QMap< QtProperty *, EditorList > | PropertyToEditorListMap |
Public Attributes inherited from EditorFactoryPrivate< QtKeySequenceEdit > | |
| PropertyToEditorListMap | m_createdEditors |
| EditorToPropertyMap | m_editorToProperty |
| void QtKeySequenceEditorFactoryPrivate::slotPropertyChanged | ( | QtProperty * | property, |
| const QKeySequence & | value | ||
| ) |
References EditorFactoryPrivate< QtKeySequenceEdit >::m_createdEditors, and QtKeySequenceEdit::setKeySequence().
Here is the call graph for this function:| void QtKeySequenceEditorFactoryPrivate::slotSetValue | ( | const QKeySequence & | value | ) |
References EditorFactoryPrivate< QtKeySequenceEdit >::m_editorToProperty, QtAbstractEditorFactory< PropertyManager >::propertyManager(), and QtKeySequencePropertyManager::setValue().
Here is the call graph for this function: