itom
Loading...
Searching...
No Matches
QtCheckBoxFactory Class Reference

The QtCheckBoxFactory class provides QCheckBox widgets for properties created by QtBoolPropertyManager objects. More...

Inheritance diagram for QtCheckBoxFactory:
QtAbstractEditorFactory< QtBoolPropertyManager > QtAbstractEditorFactoryBase

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
 
QtBoolPropertyManagerpropertyManager (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

QtCheckBoxFactoryPrivated_ptr
 

Additional Inherited Members

- Protected Slots inherited from QtAbstractEditorFactoryBase

Detailed Description

The QtCheckBoxFactory class provides QCheckBox widgets for properties created by QtBoolPropertyManager objects.

See also
QtAbstractEditorFactory, QtBoolPropertyManager

Constructor & Destructor Documentation

◆ QtCheckBoxFactory()

QtCheckBoxFactory::QtCheckBoxFactory ( QObject * parent = 0)

Creates a factory with the given parent.

◆ ~QtCheckBoxFactory()

QtCheckBoxFactory::~QtCheckBoxFactory ( )

Destroys this factory, and all the widgets it has created.


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