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
 
using EditorToPropertyMap
 
using PropertyToEditorListMap
 
- Public Attributes inherited from EditorFactoryPrivate< QLineEdit >
PropertyToEditorListMap m_createdEditors
 
EditorToPropertyMap m_editorToProperty
 

Detailed Description

Definition at line 1236 of file qteditorfactory.cpp.

Member Function Documentation

◆ slotEchoModeChanged()

void slotEchoModeChanged ( QtProperty * property,
int echoMode )

Definition at line 1312 of file qteditorfactory.cpp.

◆ slotPropertyChanged()

void slotPropertyChanged ( QtProperty * property,
const QString & value )

Definition at line 1249 of file qteditorfactory.cpp.

◆ slotReadOnlyChanged()

void slotReadOnlyChanged ( QtProperty * property,
bool readOnly )

Definition at line 1338 of file qteditorfactory.cpp.

◆ slotRegExpChanged()

void slotRegExpChanged ( QtProperty * property,
const QRegExp & regExp )

Definition at line 1272 of file qteditorfactory.cpp.

◆ slotSetValue()

void slotSetValue ( const QString & value)

Definition at line 1364 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

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