Computer Assited Medical Intervention Tool Kit  version 4.1
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
QtVariantEditorFactory Class Reference

The QtVariantEditorFactory class provides widgets for properties created by QtVariantPropertyManager objects. More...

#include <qtvariantproperty.h>

Inherits QtAbstractEditorFactory< QtVariantPropertyManager >.

Public Member Functions

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

Protected Member Functions

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

Private Attributes

QtVariantEditorFactoryPrivated_ptr
 

Additional Inherited Members

- Protected Slots inherited from QtAbstractEditorFactoryBase

Detailed Description

The QtVariantEditorFactory class provides widgets for properties created by QtVariantPropertyManager objects.

The variant factory provides the following widgets for the specified property types:

Property Type Widget int QSpinBox double QDoubleSpinBox bool QCheckBox QString QLineEdit QDate QDateEdit QTime QTimeEdit QDateTime QDateTimeEdit QKeySequence customized editor QChar customized editor enum QComboBox QCursor QComboBox

Note that QtVariantPropertyManager supports several additional property types for which the QtVariantEditorFactory class does not provide editing widgets, e.g. QPoint and QSize. To provide widgets for other types using the variant approach, derive from the QtVariantEditorFactory class.

See also
QtAbstractEditorFactory, QtVariantPropertyManager

Constructor & Destructor Documentation

◆ QtVariantEditorFactory()

QtVariantEditorFactory::QtVariantEditorFactory ( QObject *  parent = nullptr)

◆ ~QtVariantEditorFactory()

QtVariantEditorFactory::~QtVariantEditorFactory ( )
override

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

References d_ptr.

Member Function Documentation

◆ connectPropertyManager()

void QtVariantEditorFactory::connectPropertyManager ( QtVariantPropertyManager manager)
overrideprotectedvirtual

◆ createEditor()

QWidget * QtVariantEditorFactory::createEditor ( QtVariantPropertyManager manager,
QtProperty property,
QWidget *  parent 
)
overrideprotectedvirtual

◆ disconnectPropertyManager()

void QtVariantEditorFactory::disconnectPropertyManager ( QtVariantPropertyManager manager)
overrideprotectedvirtual

Member Data Documentation

◆ d_ptr

QtVariantEditorFactoryPrivate* QtVariantEditorFactory::d_ptr
private

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