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