The QtCharEditorFactory class provides editor widgets for properties created by QtCharPropertyManager objects. More...
#include <qteditorfactory.h>
Public Member Functions | |
| QtCharEditorFactory (QObject *parent=nullptr) | |
| ~QtCharEditorFactory () override | |
| Public Member Functions inherited from QtAbstractEditorFactory< QtCharPropertyManager > | |
| void | addPropertyManager (QtCharPropertyManager *manager) |
| QWidget * | createEditor (QtProperty *property, QWidget *parent) override |
| QtCharPropertyManager * | propertyManager (QtProperty *property) const |
| QSet< QtCharPropertyManager * > | propertyManagers () const |
| QtAbstractEditorFactory (QObject *parent) | |
| void | removePropertyManager (QtCharPropertyManager *manager) |
Protected Member Functions | |
| void | connectPropertyManager (QtCharPropertyManager *manager) override |
| QWidget * | createEditor (QtCharPropertyManager *manager, QtProperty *property, QWidget *parent) override |
| void | disconnectPropertyManager (QtCharPropertyManager *manager) override |
| Protected Member Functions inherited from QtAbstractEditorFactory< QtCharPropertyManager > | |
| virtual void | connectPropertyManager (QtCharPropertyManager *manager)=0 |
| virtual void | disconnectPropertyManager (QtCharPropertyManager *manager)=0 |
| void | managerDestroyed (QObject *manager) override |
| Protected Member Functions inherited from QtAbstractEditorFactoryBase | |
| QtAbstractEditorFactoryBase (QObject *parent=nullptr) | |
The QtCharEditorFactory class provides editor widgets for properties created by QtCharPropertyManager objects.
| QtCharEditorFactory::QtCharEditorFactory | ( | QObject * | parent = nullptr | ) |
Creates a factory with the given parent.
References QtAbstractEditorFactory< QtCharPropertyManager >::QtAbstractEditorFactory().
|
override |
Destroys this factory, and all the widgets it has created.
|
overrideprotected |
Reimplemented from the QtAbstractEditorFactory class.
|
overrideprotected |
Reimplemented from the QtAbstractEditorFactory class.
References QtCharEdit::setValue(), and QtCharPropertyManager::value().
|
overrideprotected |
Reimplemented from the QtAbstractEditorFactory class.