The QtFontEditorFactory class provides font editing for properties created by QtFontPropertyManager objects. More...
#include <qteditorfactory.h>
Inheritance diagram for QtFontEditorFactory:
Collaboration diagram for QtFontEditorFactory:Public Member Functions | |
| QtFontEditorFactory (QObject *parent=nullptr) | |
| ~QtFontEditorFactory () override | |
Public Member Functions inherited from QtAbstractEditorFactory< QtFontPropertyManager > | |
| void | addPropertyManager (QtFontPropertyManager *manager) |
| QWidget * | createEditor (QtProperty *property, QWidget *parent) override |
| QtFontPropertyManager * | propertyManager (QtProperty *property) const |
| QSet< QtFontPropertyManager * > | propertyManagers () const |
| QtAbstractEditorFactory (QObject *parent) | |
| void | removePropertyManager (QtFontPropertyManager *manager) |
Protected Member Functions | |
| void | connectPropertyManager (QtFontPropertyManager *manager) override |
| QWidget * | createEditor (QtFontPropertyManager *manager, QtProperty *property, QWidget *parent) override |
| void | disconnectPropertyManager (QtFontPropertyManager *manager) override |
Protected Member Functions inherited from QtAbstractEditorFactory< QtFontPropertyManager > | |
| virtual void | connectPropertyManager (QtFontPropertyManager *manager)=0 |
| virtual QWidget * | createEditor (QtFontPropertyManager *manager, QtProperty *property, QWidget *parent)=0 |
| virtual void | disconnectPropertyManager (QtFontPropertyManager *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 QtFontEditorFactory class provides font editing for properties created by QtFontPropertyManager objects.
| QtFontEditorFactory::QtFontEditorFactory | ( | 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(), QtFontEditWidget::setValue(), and QtFontPropertyManager::value().
Here is the call graph for this function:
|
overrideprotected |
Reimplemented from the QtAbstractEditorFactory class.