itom  3.0.0
ito::ParamDoublePropertyFactory Class Reference

The ParamDoublePropertyFactory class provides QSpinBox widgets for properties created by QtIntPropertyManager objects. More...

Inheritance diagram for ito::ParamDoublePropertyFactory:
QtAbstractEditorFactory< ParamDoublePropertyManager > QtAbstractEditorFactoryBase

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
 

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

ParamDoublePropertyFactoryPrivated_ptr
 

Additional Inherited Members

- Protected Slots inherited from QtAbstractEditorFactoryBase

Detailed Description

The ParamDoublePropertyFactory class provides QSpinBox widgets for properties created by QtIntPropertyManager objects.

See also
QtAbstractEditorFactory, QtIntPropertyManager

Constructor & Destructor Documentation

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.


The documentation for this class was generated from the following files: