itom
|
The ParamIntervalPropertyFactory class provides RangeWidget widgets for properties created by ParamIntervalPropertyManager objects. More...
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 |
Public Member Functions inherited from QtAbstractEditorFactoryBase |
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 | |
ParamIntervalPropertyFactoryPrivate * | d_ptr |
Additional Inherited Members | |
Protected Slots inherited from QtAbstractEditorFactoryBase |
The ParamIntervalPropertyFactory class provides RangeWidget widgets for properties created by ParamIntervalPropertyManager objects.
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.