The QtCursorEditorFactory class provides QComboBox widgets for properties created by QtCursorPropertyManager objects. More...
#include <qteditorfactory.h>
Public Member Functions | |
| QtCursorEditorFactory (QObject *parent=nullptr) | |
| ~QtCursorEditorFactory () override | |
| Public Member Functions inherited from QtAbstractEditorFactory< QtCursorPropertyManager > | |
| void | addPropertyManager (QtCursorPropertyManager *manager) |
| QWidget * | createEditor (QtProperty *property, QWidget *parent) override |
| QtCursorPropertyManager * | propertyManager (QtProperty *property) const |
| QSet< QtCursorPropertyManager * > | propertyManagers () const |
| QtAbstractEditorFactory (QObject *parent) | |
| void | removePropertyManager (QtCursorPropertyManager *manager) |
Protected Member Functions | |
| void | connectPropertyManager (QtCursorPropertyManager *manager) override |
| QWidget * | createEditor (QtCursorPropertyManager *manager, QtProperty *property, QWidget *parent) override |
| void | disconnectPropertyManager (QtCursorPropertyManager *manager) override |
| Protected Member Functions inherited from QtAbstractEditorFactory< QtCursorPropertyManager > | |
| virtual void | connectPropertyManager (QtCursorPropertyManager *manager)=0 |
| virtual void | disconnectPropertyManager (QtCursorPropertyManager *manager)=0 |
| void | managerDestroyed (QObject *manager) override |
| Protected Member Functions inherited from QtAbstractEditorFactoryBase | |
| QtAbstractEditorFactoryBase (QObject *parent=nullptr) | |
The QtCursorEditorFactory class provides QComboBox widgets for properties created by QtCursorPropertyManager objects.
| QtCursorEditorFactory::QtCursorEditorFactory | ( | QObject * | parent = nullptr | ) |
Creates a factory with the given parent.
References QtAbstractEditorFactory< QtCursorPropertyManager >::QtAbstractEditorFactory().
|
override |
Destroys this factory, and all the widgets it has created.
|
overrideprotected |
Reimplemented from the QtAbstractEditorFactory class.
|
overrideprotected |
Reimplemented from the QtAbstractEditorFactory class.
References QtAbstractEditorFactoryBase::createEditor(), QtProperty::propertyName(), QtAbstractEditorFactoryBase::QtAbstractEditorFactoryBase(), and QtCursorPropertyManager::value().
|
overrideprotected |
Reimplemented from the QtAbstractEditorFactory class.