Inheritance diagram for QtLineEditFactoryPrivate:
Collaboration diagram for QtLineEditFactoryPrivate:Public Member Functions | |
| void | slotEchoModeChanged (QtProperty *, int) |
| void | slotPropertyChanged (QtProperty *property, const QString &value) |
| void | slotRegExpChanged (QtProperty *property, const QRegularExpression ®Exp) |
| void | slotSetValue (const QString &value) |
Public Member Functions inherited from EditorFactoryPrivate< QLineEdit > | |
| QLineEdit * | createEditor (QtProperty *property, QWidget *parent) |
| void | initializeEditor (QtProperty *property, QLineEdit *e) |
| void | slotEditorDestroyed (QObject *object) |
Private Attributes | |
| QtLineEditFactory * | q_ptr |
Additional Inherited Members | |
Public Types inherited from EditorFactoryPrivate< QLineEdit > | |
| typedef QList< QLineEdit * > | EditorList |
| typedef QMap< QLineEdit *, QtProperty * > | EditorToPropertyMap |
| typedef QMap< QtProperty *, EditorList > | PropertyToEditorListMap |
Public Attributes inherited from EditorFactoryPrivate< QLineEdit > | |
| PropertyToEditorListMap | m_createdEditors |
| EditorToPropertyMap | m_editorToProperty |
| void QtLineEditFactoryPrivate::slotEchoModeChanged | ( | QtProperty * | property, |
| int | echoMode | ||
| ) |
References EditorFactoryPrivate< QLineEdit >::m_createdEditors, QtAbstractEditorFactory< PropertyManager >::propertyManager(), and q_ptr.
Here is the call graph for this function:| void QtLineEditFactoryPrivate::slotPropertyChanged | ( | QtProperty * | property, |
| const QString & | value | ||
| ) |
| void QtLineEditFactoryPrivate::slotRegExpChanged | ( | QtProperty * | property, |
| const QRegularExpression & | regExp | ||
| ) |
References EditorFactoryPrivate< QLineEdit >::m_createdEditors, QtAbstractEditorFactory< PropertyManager >::propertyManager(), and q_ptr.
Here is the call graph for this function:| void QtLineEditFactoryPrivate::slotSetValue | ( | const QString & | value | ) |
References EditorFactoryPrivate< QLineEdit >::m_editorToProperty, QtAbstractEditorFactory< PropertyManager >::propertyManager(), q_ptr, and QtStringPropertyManager::setValue().
Here is the call graph for this function:
|
private |
Referenced by QtLineEditFactory::QtLineEditFactory(), slotEchoModeChanged(), slotRegExpChanged(), and slotSetValue().