QtFontEditorFactory Class Reference

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

#include <ArmarXGui/libraries/qtpropertybrowser/src/qteditorfactory.h>

+ Inheritance diagram for QtFontEditorFactory:

Public Member Functions

 QtFontEditorFactory (QObject *parent=0)
 
 ~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 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=0)
 

Detailed Description

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

See also
QtAbstractEditorFactory, QtFontPropertyManager

Definition at line 420 of file qteditorfactory.h.

Constructor & Destructor Documentation

◆ QtFontEditorFactory()

QtFontEditorFactory ( QObject * parent = 0)

Creates a factory with the given parent.

Definition at line 3293 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ ~QtFontEditorFactory()

~QtFontEditorFactory ( )
override

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

Definition at line 3302 of file qteditorfactory.cpp.

Member Function Documentation

◆ connectPropertyManager()

void connectPropertyManager ( QtFontPropertyManager * manager)
overrideprotected

Definition at line 3314 of file qteditorfactory.cpp.

◆ createEditor()

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

Definition at line 3328 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ disconnectPropertyManager()

void disconnectPropertyManager ( QtFontPropertyManager * manager)
overrideprotected

Definition at line 3345 of file qteditorfactory.cpp.


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