The description of this class will come soon ! More...
#include <qteditorfactory.h>
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 > | |
void | managerDestroyed (QObject *manager) override |
Protected Member Functions inherited from QtAbstractEditorFactoryBase | |
QtAbstractEditorFactoryBase (QObject *parent=nullptr) | |
Private Member Functions | |
Q_PRIVATE_SLOT (d_func(), void slotPropertyChanged(QtProperty *, int)) Q_PRIVATE_SLOT(d_func() | |
void | slotRangeChanged (QtProperty *, int, int)) Q_PRIVATE_SLOT(d_func() |
void void void | slotSetValue (int)) Q_PRIVATE_SLOT(d_func() |
void void | slotSingleStepChanged (QtProperty *, int)) Q_PRIVATE_SLOT(d_func() |
Private Attributes | |
QtSpinBoxFactoryPrivate * | d_ptr |
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.
References d_ptr, and QtSpinBoxFactoryPrivate::q_ptr.
|
override |
Destroys this factory, and all the widgets it has created.
References d_ptr, and EditorFactoryPrivate< Editor >::m_editorToProperty.
|
overrideprotectedvirtual |
Reimplemented from the QtAbstractEditorFactory class.
Implements QtAbstractEditorFactory< QtIntPropertyManager >.
References slotRangeChanged(), and slotSingleStepChanged().
|
overrideprotectedvirtual |
Reimplemented from the QtAbstractEditorFactory class.
Implements QtAbstractEditorFactory< QtIntPropertyManager >.
References EditorFactoryPrivate< Editor >::createEditor(), d_ptr, QtIntPropertyManager::maximum(), QtIntPropertyManager::minimum(), QtIntPropertyManager::singleStep(), slotSetValue(), and QtIntPropertyManager::value().
|
overrideprotectedvirtual |
Reimplemented from the QtAbstractEditorFactory class.
Implements QtAbstractEditorFactory< QtIntPropertyManager >.
References slotRangeChanged(), and slotSingleStepChanged().
|
private |
|
private |
Referenced by connectPropertyManager(), and disconnectPropertyManager().
|
private |
|
private |
Referenced by connectPropertyManager(), and disconnectPropertyManager().
|
private |
Referenced by createEditor(), QtSpinBoxFactory(), and ~QtSpinBoxFactory().