![]() |
itom
|
The QtLineEditFactory class provides QLineEdit widgets for properties created by QtStringPropertyManager objects. More...
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 |
| QtStringPropertyManager * | propertyManager (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 | |
| QtLineEditFactoryPrivate * | d_ptr |
Additional Inherited Members | |
Protected Slots inherited from QtAbstractEditorFactoryBase |
The QtLineEditFactory class provides QLineEdit widgets for properties created by QtStringPropertyManager objects.
| QtLineEditFactory::QtLineEditFactory | ( | QObject * | parent = 0 | ) |
Creates a factory with the given parent.
| QtLineEditFactory::~QtLineEditFactory | ( | ) |
Destroys this factory, and all the widgets it has created.