Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtLineEditFactoryPrivate Class Reference
+ Inheritance diagram for QtLineEditFactoryPrivate:
+ Collaboration diagram for QtLineEditFactoryPrivate:

Public Member Functions

void slotPropertyChanged (QtProperty *property, const QString &value)
 
void slotRegExpChanged (QtProperty *property, const QRegularExpression &regExp)
 
void slotSetValue (const QString &value)
 
void slotPropertyChanged (QtProperty *property, const QString &value)
 
void slotRegExpChanged (QtProperty *property, const QRegularExpression &regExp)
 
void slotSetValue (const QString &value)
 
- Public Member Functions inherited from EditorFactoryPrivate< QLineEdit >
QLineEditcreateEditor (QtProperty *property, QWidget *parent)
 
QLineEditcreateEditor (QtProperty *property, QWidget *parent)
 
void initializeEditor (QtProperty *property, QLineEdit *e)
 
void initializeEditor (QtProperty *property, QLineEdit *e)
 
void slotEditorDestroyed (QObject *object)
 
void slotEditorDestroyed (QObject *object)
 

Additional Inherited Members

- Public Types inherited from EditorFactoryPrivate< QLineEdit >
using EditorList
 
using PropertyToEditorListMap
 
using EditorToPropertyMap
 
- Public Attributes inherited from EditorFactoryPrivate< QLineEdit >
PropertyToEditorListMap m_createdEditors
 
EditorToPropertyMap m_editorToProperty
 

Detailed Description

Definition at line 852 of file qteditorfactory.cpp.

Member Function Documentation

◆ slotPropertyChanged() [1/2]

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

Definition at line 863 of file qteditorfactory.cpp.

◆ slotPropertyChanged() [2/2]

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

◆ slotRegExpChanged() [1/2]

void QtLineEditFactoryPrivate::slotRegExpChanged ( QtProperty * property,
const QRegularExpression & regExp )

Definition at line 876 of file qteditorfactory.cpp.

◆ slotRegExpChanged() [2/2]

void QtLineEditFactoryPrivate::slotRegExpChanged ( QtProperty * property,
const QRegularExpression & regExp )

◆ slotSetValue() [1/2]

void QtLineEditFactoryPrivate::slotSetValue ( const QString & value)

Definition at line 901 of file qteditorfactory.cpp.

◆ slotSetValue() [2/2]

void QtLineEditFactoryPrivate::slotSetValue ( const QString & value)

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