itom
Loading...
Searching...
No Matches
QtFontEditorFactory Class Reference

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

Inheritance diagram for QtFontEditorFactory:
QtAbstractEditorFactory< QtFontPropertyManager > QtAbstractEditorFactoryBase

Public Member Functions

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

Protected Member Functions

void connectPropertyManager (QtFontPropertyManager *manager)
 
QWidget * createEditor (QtFontPropertyManager *manager, QtProperty *property, QWidget *parent)
 
void disconnectPropertyManager (QtFontPropertyManager *manager)
 
- Protected Member Functions inherited from QtAbstractEditorFactory< QtFontPropertyManager >
virtual QWidget * createEditor (QtFontPropertyManager *manager, QtProperty *property, QWidget *parent)=0
 
virtual void connectPropertyManager (QtFontPropertyManager *manager)=0
 
virtual void disconnectPropertyManager (QtFontPropertyManager *manager)=0
 
void managerDestroyed (QObject *manager)
 
- Protected Member Functions inherited from QtAbstractEditorFactoryBase
 QtAbstractEditorFactoryBase (QObject *parent=0)
 

Private Member Functions

 Q_PRIVATE_SLOT (d_func(), void slotPropertyChanged(QtProperty *, const QFont &)) Q_PRIVATE_SLOT(d_func()
 
void slotEditorDestroyed (QObject *)) Q_PRIVATE_SLOT(d_func()
 

Private Attributes

QtFontEditorFactoryPrivated_ptr
 

Additional Inherited Members

- Protected Slots inherited from QtAbstractEditorFactoryBase

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 = 0)

Creates a factory with the given parent.

◆ ~QtFontEditorFactory()

QtFontEditorFactory::~QtFontEditorFactory ( )

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


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