itom
Loading...
Searching...
No Matches
QtLineEditFactory Class Reference

The QtLineEditFactory class provides QLineEdit widgets for properties created by QtStringPropertyManager objects. More...

Inheritance diagram for QtLineEditFactory:
QtAbstractEditorFactory< QtStringPropertyManager > QtAbstractEditorFactoryBase

Public Member Functions

 QtLineEditFactory (QObject *parent=0)
 
 ~QtLineEditFactory ()
 
- Public Member Functions inherited from QtAbstractEditorFactory< QtStringPropertyManager >
 QtAbstractEditorFactory (QObject *parent)
 
QWidget * createEditor (QtProperty *property, QWidget *parent)
 
void addPropertyManager (QtStringPropertyManager *manager)
 
void removePropertyManager (QtStringPropertyManager *manager)
 
QSet< QtStringPropertyManager * > propertyManagers () const
 
QtStringPropertyManagerpropertyManager (QtProperty *property) const
 
- Public Member Functions inherited from QtAbstractEditorFactoryBase

Protected Member Functions

void connectPropertyManager (QtStringPropertyManager *manager)
 
QWidget * createEditor (QtStringPropertyManager *manager, QtProperty *property, QWidget *parent)
 
void disconnectPropertyManager (QtStringPropertyManager *manager)
 
- Protected Member Functions inherited from QtAbstractEditorFactory< QtStringPropertyManager >
virtual QWidget * createEditor (QtStringPropertyManager *manager, QtProperty *property, QWidget *parent)=0
 
virtual void connectPropertyManager (QtStringPropertyManager *manager)=0
 
virtual void disconnectPropertyManager (QtStringPropertyManager *manager)=0
 
void managerDestroyed (QObject *manager)
 
- Protected Member Functions inherited from QtAbstractEditorFactoryBase
 QtAbstractEditorFactoryBase (QObject *parent=0)
 

Private Member Functions

 Q_PRIVATE_SLOT (d_func(), void slotPropertyChanged(QtProperty *, const QString &)) Q_PRIVATE_SLOT(d_func()
 
void slotRegExpChanged (QtProperty *, const QRegularExpression &)) Q_PRIVATE_SLOT(d_func()
 
void void slotEchoModeChanged (QtProperty *, int)) Q_PRIVATE_SLOT(d_func()
 
void void void slotSetValue (const QString &)) Q_PRIVATE_SLOT(d_func()
 

Private Attributes

QtLineEditFactoryPrivated_ptr
 

Additional Inherited Members

- Protected Slots inherited from QtAbstractEditorFactoryBase

Detailed Description

The QtLineEditFactory class provides QLineEdit widgets for properties created by QtStringPropertyManager objects.

See also
QtAbstractEditorFactory, QtStringPropertyManager

Constructor & Destructor Documentation

◆ QtLineEditFactory()

QtLineEditFactory::QtLineEditFactory ( QObject * parent = 0)

Creates a factory with the given parent.

◆ ~QtLineEditFactory()

QtLineEditFactory::~QtLineEditFactory ( )

Destroys this factory, and all the widgets it has created.


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