The description of this class will come soon ! More...
#include <qteditorfactory.h>
Inheritance diagram for QtSpinBoxFactory:
Collaboration diagram for QtSpinBoxFactory:Public Member Functions | |
| QtSpinBoxFactory (QObject *parent=nullptr) | |
| ~QtSpinBoxFactory () override | |
Public Member Functions inherited from QtAbstractEditorFactory< QtIntPropertyManager > | |
| void | addPropertyManager (QtIntPropertyManager *manager) |
| QWidget * | createEditor (QtProperty *property, QWidget *parent) override |
| QtIntPropertyManager * | propertyManager (QtProperty *property) const |
| QSet< QtIntPropertyManager * > | propertyManagers () const |
| QtAbstractEditorFactory (QObject *parent) | |
| void | removePropertyManager (QtIntPropertyManager *manager) |
Protected Member Functions | |
| void | connectPropertyManager (QtIntPropertyManager *manager) override |
| QWidget * | createEditor (QtIntPropertyManager *manager, QtProperty *property, QWidget *parent) override |
| void | disconnectPropertyManager (QtIntPropertyManager *manager) override |
Protected Member Functions inherited from QtAbstractEditorFactory< QtIntPropertyManager > | |
| virtual void | connectPropertyManager (QtIntPropertyManager *manager)=0 |
| virtual QWidget * | createEditor (QtIntPropertyManager *manager, QtProperty *property, QWidget *parent)=0 |
| virtual void | disconnectPropertyManager (QtIntPropertyManager *manager)=0 |
| void | managerDestroyed (QObject *manager) override |
Protected Member Functions inherited from QtAbstractEditorFactoryBase | |
| QtAbstractEditorFactoryBase (QObject *parent=nullptr) | |
Additional Inherited Members | |
Protected Slots inherited from QtAbstractEditorFactoryBase |
The description of this class will come soon !
The QtSpinBoxFactory class provides QSpinBox widgets for properties created by QtIntPropertyManager objects.
| QtSpinBoxFactory::QtSpinBoxFactory | ( | QObject * | parent = nullptr | ) |
Creates a factory with the given parent.
|
override |
Destroys this factory, and all the widgets it has created.
References EditorFactoryPrivate< Editor >::m_editorToProperty.
|
overrideprotected |
Reimplemented from the QtAbstractEditorFactory class.
|
overrideprotected |
Reimplemented from the QtAbstractEditorFactory class.
References EditorFactoryPrivate< Editor >::createEditor(), QtIntPropertyManager::maximum(), QtIntPropertyManager::minimum(), QtIntPropertyManager::singleStep(), and QtIntPropertyManager::value().
Here is the call graph for this function:
|
overrideprotected |
Reimplemented from the QtAbstractEditorFactory class.