Computer Assisted Medical Intervention Tool Kit  version 6.0
Loading...
Searching...
No Matches
QtCheckBoxFactory Class Reference

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

#include <qteditorfactory.h>

Public Member Functions

 QtCheckBoxFactory (QObject *parent=nullptr)
 ~QtCheckBoxFactory () override
Public Member Functions inherited from QtAbstractEditorFactory< QtBoolPropertyManager >
void addPropertyManager (QtBoolPropertyManager *manager)
QWidget * createEditor (QtProperty *property, QWidget *parent) override
QtBoolPropertyManagerpropertyManager (QtProperty *property) const
QSet< QtBoolPropertyManager * > propertyManagers () const
 QtAbstractEditorFactory (QObject *parent)
void removePropertyManager (QtBoolPropertyManager *manager)

Protected Member Functions

void connectPropertyManager (QtBoolPropertyManager *manager) override
QWidget * createEditor (QtBoolPropertyManager *manager, QtProperty *property, QWidget *parent) override
void disconnectPropertyManager (QtBoolPropertyManager *manager) override
Protected Member Functions inherited from QtAbstractEditorFactory< QtBoolPropertyManager >
virtual void connectPropertyManager (QtBoolPropertyManager *manager)=0
virtual void disconnectPropertyManager (QtBoolPropertyManager *manager)=0
void managerDestroyed (QObject *manager) override
Protected Member Functions inherited from QtAbstractEditorFactoryBase
 QtAbstractEditorFactoryBase (QObject *parent=nullptr)

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 = nullptr)

Creates a factory with the given parent.

References QtAbstractEditorFactory< QtBoolPropertyManager >::QtAbstractEditorFactory().

◆ ~QtCheckBoxFactory()

QtCheckBoxFactory::~QtCheckBoxFactory ( )
override

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

Member Function Documentation

◆ connectPropertyManager()

void QtCheckBoxFactory::connectPropertyManager ( QtBoolPropertyManager * manager)
overrideprotected

Reimplemented from the QtAbstractEditorFactory class.

◆ createEditor()

QWidget * QtCheckBoxFactory::createEditor ( QtBoolPropertyManager * manager,
QtProperty * property,
QWidget * parent )
overrideprotected

◆ disconnectPropertyManager()

void QtCheckBoxFactory::disconnectPropertyManager ( QtBoolPropertyManager * manager)
overrideprotected

Reimplemented from the QtAbstractEditorFactory class.


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