itom  4.1.0
ito::ParamStringPropertyFactory Class Reference

The ParamStringPropertyFactory class provides QLineEdit widgets for properties created by ParamStringPropertyManager objects. More...

Inheritance diagram for ito::ParamStringPropertyFactory:
QtAbstractEditorFactory< ParamStringPropertyManager > QtAbstractEditorFactoryBase

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
 

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

ParamStringPropertyFactoryPrivated_ptr
 

Additional Inherited Members

- Protected Slots inherited from QtAbstractEditorFactoryBase

Detailed Description

The ParamStringPropertyFactory class provides QLineEdit widgets for properties created by ParamStringPropertyManager objects.

See also
QtAbstractEditorFactory, ParamStringPropertyManager

Constructor & Destructor Documentation

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.


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