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