Workspace 6.21.5
Public Member Functions | Protected Member Functions | List of all members
QtFontEditorFactory Class Reference

The QtFontEditorFactory class provides font editing for properties created by QtFontPropertyManager objects. More...

#include <Workspace/Widgets/PropertyBrowser/qteditorfactory.h>

Inheritance diagram for QtFontEditorFactory:
[legend]

Public Member Functions

 QtFontEditorFactory (QObject *parent=nullptr)
 
 ~QtFontEditorFactory ()
 
- Public Member Functions inherited from QtAbstractEditorFactory< QtFontPropertyManager >
 QtAbstractEditorFactory (QObject *parent)
 
void addPropertyManager (QtFontPropertyManager *manager)
 
QWidget * createEditor (QtProperty *property, QWidget *parent)
 
QtFontPropertyManagerpropertyManager (QtProperty *property) const
 
QSet< QtFontPropertyManager * > propertyManagers () const
 
void removePropertyManager (QtFontPropertyManager *manager)
 
virtual QWidget * createEditor (QtProperty *property, QWidget *parent)=0
 

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)
 
- Protected Member Functions inherited from QtAbstractEditorFactoryBase
 QtAbstractEditorFactoryBase (QObject *parent=nullptr)
 
virtual void breakConnection (QtAbstractPropertyManager *manager)=0
 

Additional Inherited Members

- Protected Slots inherited from QtAbstractEditorFactoryBase
virtual void managerDestroyed (QObject *manager)=0
 

Detailed Description

See also
QtAbstractEditorFactory, QtFontPropertyManager

Creates a factory with the given parent.

Constructor & Destructor Documentation

◆ QtFontEditorFactory()

QtFontEditorFactory ( QObject *  parent = nullptr)

◆ ~QtFontEditorFactory()

Destroys this factory, and all the widgets it has created.

Member Function Documentation

◆ connectPropertyManager()

void connectPropertyManager ( QtFontPropertyManager manager)
overrideprotected

◆ createEditor()

QWidget * createEditor ( QtFontPropertyManager manager,
QtProperty property,
QWidget *  parent 
)
overrideprotected

◆ disconnectPropertyManager()

void disconnectPropertyManager ( QtFontPropertyManager manager)
overrideprotected