![]() |
itom
|
The QtFontEditorFactory class provides font editing for properties created by QtFontPropertyManager objects. More...
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 |
| QtFontPropertyManager * | propertyManager (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 | |
| QtFontEditorFactoryPrivate * | d_ptr |
Additional Inherited Members | |
Protected Slots inherited from QtAbstractEditorFactoryBase |
The QtFontEditorFactory class provides font editing for properties created by QtFontPropertyManager objects.
| QtFontEditorFactory::QtFontEditorFactory | ( | QObject * | parent = 0 | ) |
Creates a factory with the given parent.
| QtFontEditorFactory::~QtFontEditorFactory | ( | ) |
Destroys this factory, and all the widgets it has created.