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 QWidget * | createEditor (QtCharPropertyManager *manager, QtProperty *property, QWidget *parent)=0 |
virtual void | disconnectPropertyManager (QtCharPropertyManager *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 QtCharEditorFactory class provides editor widgets for properties created by QtCharPropertyManager objects.
QtCharEditorFactory::QtCharEditorFactory | ( | 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(), QtCharEdit::setValue(), and QtCharPropertyManager::value().
|
overrideprotected |
Reimplemented from the QtAbstractEditorFactory class.