Computer Assisted Medical Intervention Tool Kit  version 6.0
Loading...
Searching...
No Matches
QtFontEditorFactory Class Reference

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

#include <qteditorfactory.h>

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
QtFontPropertyManagerpropertyManager (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 void disconnectPropertyManager (QtFontPropertyManager *manager)=0
void managerDestroyed (QObject *manager) override
Protected Member Functions inherited from QtAbstractEditorFactoryBase
 QtAbstractEditorFactoryBase (QObject *parent=nullptr)

Detailed Description

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

See also
QtAbstractEditorFactory, QtFontPropertyManager

Constructor & Destructor Documentation

◆ QtFontEditorFactory()

QtFontEditorFactory::QtFontEditorFactory ( QObject * parent = nullptr)

Creates a factory with the given parent.

References QtAbstractEditorFactory< QtFontPropertyManager >::QtAbstractEditorFactory().

◆ ~QtFontEditorFactory()

QtFontEditorFactory::~QtFontEditorFactory ( )
override

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

Member Function Documentation

◆ connectPropertyManager()

void QtFontEditorFactory::connectPropertyManager ( QtFontPropertyManager * manager)
overrideprotected

Reimplemented from the QtAbstractEditorFactory class.

◆ createEditor()

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

◆ disconnectPropertyManager()

void QtFontEditorFactory::disconnectPropertyManager ( QtFontPropertyManager * manager)
overrideprotected

Reimplemented from the QtAbstractEditorFactory class.


The documentation for this class was generated from the following files: