QtLineEditFactoryPrivate Class Reference
+ Inheritance diagram for QtLineEditFactoryPrivate:

Public Member Functions

void slotEchoModeChanged (QtProperty *, int)
 
void slotPropertyChanged (QtProperty *property, const QString &value)
 
void slotReadOnlyChanged (QtProperty *, bool)
 
void slotRegExpChanged (QtProperty *property, const QRegExp &regExp)
 
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)
 

Additional Inherited Members

- Public Types inherited from EditorFactoryPrivate< QLineEdit >
using EditorList = QList< QLineEdit * >
 
using EditorToPropertyMap = QMap< QLineEdit *, QtProperty * >
 
using PropertyToEditorListMap = QMap< QtProperty *, EditorList >
 
- Public Attributes inherited from EditorFactoryPrivate< QLineEdit >
PropertyToEditorListMap m_createdEditors
 
EditorToPropertyMap m_editorToProperty
 

Detailed Description

Definition at line 1122 of file qteditorfactory.cpp.

Member Function Documentation

◆ slotEchoModeChanged()

void slotEchoModeChanged ( QtProperty property,
int  echoMode 
)

Definition at line 1198 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ slotPropertyChanged()

void slotPropertyChanged ( QtProperty property,
const QString &  value 
)

Definition at line 1135 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ slotReadOnlyChanged()

void slotReadOnlyChanged ( QtProperty property,
bool  readOnly 
)

Definition at line 1223 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ slotRegExpChanged()

void slotRegExpChanged ( QtProperty property,
const QRegExp &  regExp 
)

Definition at line 1158 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ slotSetValue()

void slotSetValue ( const QString &  value)

Definition at line 1248 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: