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