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