itom  4.1.0
ito::ParamIntervalPropertyFactory Class Reference

The ParamIntervalPropertyFactory class provides RangeWidget widgets for properties created by ParamIntervalPropertyManager objects. More...

Inheritance diagram for ito::ParamIntervalPropertyFactory:
QtAbstractEditorFactory< ParamIntervalPropertyManager > QtAbstractEditorFactoryBase

Public Member Functions

 ParamIntervalPropertyFactory (QObject *parent=0)
 
 ~ParamIntervalPropertyFactory ()
 
- Public Member Functions inherited from QtAbstractEditorFactory< ParamIntervalPropertyManager >
 QtAbstractEditorFactory (QObject *parent)
 
QWidget * createEditor (QtProperty *property, QWidget *parent)
 
void addPropertyManager (ParamIntervalPropertyManager *manager)
 
void removePropertyManager (ParamIntervalPropertyManager *manager)
 
QSet< ParamIntervalPropertyManager * > propertyManagers () const
 
ParamIntervalPropertyManager * propertyManager (QtProperty *property) const
 

Protected Member Functions

void connectPropertyManager (ParamIntervalPropertyManager *manager)
 
QWidget * createEditor (ParamIntervalPropertyManager *manager, QtProperty *property, QWidget *parent)
 
void disconnectPropertyManager (ParamIntervalPropertyManager *manager)
 
- Protected Member Functions inherited from QtAbstractEditorFactory< ParamIntervalPropertyManager >
virtual QWidget * createEditor (ParamIntervalPropertyManager *manager, QtProperty *property, QWidget *parent)=0
 
virtual void connectPropertyManager (ParamIntervalPropertyManager *manager)=0
 
virtual void disconnectPropertyManager (ParamIntervalPropertyManager *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 *, int, int)) Q_PRIVATE_SLOT(d_func()
 
void slotMetaChanged (QtProperty *, const ito::IntervalMeta &)) Q_PRIVATE_SLOT(d_func()
 
void void slotSetValue (int, int)) Q_PRIVATE_SLOT(d_func()
 

Private Attributes

ParamIntervalPropertyFactoryPrivated_ptr
 

Additional Inherited Members

- Protected Slots inherited from QtAbstractEditorFactoryBase

Detailed Description

Constructor & Destructor Documentation

ito::ParamIntervalPropertyFactory::ParamIntervalPropertyFactory ( QObject *  parent = 0)

Creates a factory with the given parent.

ito::ParamIntervalPropertyFactory::~ParamIntervalPropertyFactory ( )

Destroys this factory, and all the widgets it has created.


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