The QtLineEditFactory class provides QLineEdit widgets for properties created by QtStringPropertyManager objects. More...
#include <qteditorfactory.h>
Inheritance diagram for QtLineEditFactory:
Collaboration diagram for QtLineEditFactory:Public Member Functions | |
| QtLineEditFactory (QObject *parent=nullptr) | |
| ~QtLineEditFactory () override | |
Public Member Functions inherited from QtAbstractEditorFactory< QtStringPropertyManager > | |
| void | addPropertyManager (QtStringPropertyManager *manager) |
| QWidget * | createEditor (QtProperty *property, QWidget *parent) override |
| QtStringPropertyManager * | propertyManager (QtProperty *property) const |
| QSet< QtStringPropertyManager * > | propertyManagers () const |
| QtAbstractEditorFactory (QObject *parent) | |
| void | removePropertyManager (QtStringPropertyManager *manager) |
Protected Member Functions | |
| void | connectPropertyManager (QtStringPropertyManager *manager) override |
| QWidget * | createEditor (QtStringPropertyManager *manager, QtProperty *property, QWidget *parent) override |
| void | disconnectPropertyManager (QtStringPropertyManager *manager) override |
Protected Member Functions inherited from QtAbstractEditorFactory< QtStringPropertyManager > | |
| virtual void | connectPropertyManager (QtStringPropertyManager *manager)=0 |
| virtual QWidget * | createEditor (QtStringPropertyManager *manager, QtProperty *property, QWidget *parent)=0 |
| virtual void | disconnectPropertyManager (QtStringPropertyManager *manager)=0 |
| void | managerDestroyed (QObject *manager) override |
Protected Member Functions inherited from QtAbstractEditorFactoryBase | |
| QtAbstractEditorFactoryBase (QObject *parent=nullptr) | |
Additional Inherited Members | |
Protected Slots inherited from QtAbstractEditorFactoryBase |
The QtLineEditFactory class provides QLineEdit widgets for properties created by QtStringPropertyManager objects.
| QtLineEditFactory::QtLineEditFactory | ( | QObject * | parent = nullptr | ) |
Creates a factory with the given parent.
|
override |
Destroys this factory, and all the widgets it has created.
References EditorFactoryPrivate< Editor >::m_editorToProperty.
|
overrideprotected |
Reimplemented from the QtAbstractEditorFactory class.
|
overrideprotected |
Reimplemented from the QtAbstractEditorFactory class.
References EditorFactoryPrivate< Editor >::createEditor(), QtStringPropertyManager::echoMode(), QtStringPropertyManager::regExp(), and QtStringPropertyManager::value().
Here is the call graph for this function:
|
overrideprotected |
Reimplemented from the QtAbstractEditorFactory class.