![]() |
itom
|
The QtDoubleSpinBoxFactory class provides QDoubleSpinBox widgets for properties created by QtDoublePropertyManager objects. More...
Public Member Functions | |
| QtDoubleSpinBoxFactory (QObject *parent=0) | |
| ~QtDoubleSpinBoxFactory () | |
Public Member Functions inherited from QtAbstractEditorFactory< QtDoublePropertyManager > | |
| QtAbstractEditorFactory (QObject *parent) | |
| QWidget * | createEditor (QtProperty *property, QWidget *parent) |
| void | addPropertyManager (QtDoublePropertyManager *manager) |
| void | removePropertyManager (QtDoublePropertyManager *manager) |
| QSet< QtDoublePropertyManager * > | propertyManagers () const |
| QtDoublePropertyManager * | propertyManager (QtProperty *property) const |
Public Member Functions inherited from QtAbstractEditorFactoryBase | |
Protected Member Functions | |
| void | connectPropertyManager (QtDoublePropertyManager *manager) |
| QWidget * | createEditor (QtDoublePropertyManager *manager, QtProperty *property, QWidget *parent) |
| void | disconnectPropertyManager (QtDoublePropertyManager *manager) |
Protected Member Functions inherited from QtAbstractEditorFactory< QtDoublePropertyManager > | |
| virtual QWidget * | createEditor (QtDoublePropertyManager *manager, QtProperty *property, QWidget *parent)=0 |
| virtual void | connectPropertyManager (QtDoublePropertyManager *manager)=0 |
| virtual void | disconnectPropertyManager (QtDoublePropertyManager *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 *, double)) Q_PRIVATE_SLOT(d_func() | |
| void | slotRangeChanged (QtProperty *, double, double)) Q_PRIVATE_SLOT(d_func() |
| void void | slotSingleStepChanged (QtProperty *, double)) Q_PRIVATE_SLOT(d_func() |
| void void void | slotDecimalsChanged (QtProperty *, int)) Q_PRIVATE_SLOT(d_func() |
| void void void void | slotSetValue (double)) Q_PRIVATE_SLOT(d_func() |
Private Attributes | |
| QtDoubleSpinBoxFactoryPrivate * | d_ptr |
Additional Inherited Members | |
Protected Slots inherited from QtAbstractEditorFactoryBase |
The QtDoubleSpinBoxFactory class provides QDoubleSpinBox widgets for properties created by QtDoublePropertyManager objects.
| QtDoubleSpinBoxFactory::QtDoubleSpinBoxFactory | ( | QObject * | parent = 0 | ) |
Creates a factory with the given parent.
| QtDoubleSpinBoxFactory::~QtDoubleSpinBoxFactory | ( | ) |
Destroys this factory, and all the widgets it has created.