Computer Assisted Medical Intervention Tool Kit  version 5.2
QtAbstractEditorFactoryBase Class Referenceabstract

The QtAbstractEditorFactoryBase provides an interface for editor factories. More...

#include <qtpropertybrowser.h>

+ Inheritance diagram for QtAbstractEditorFactoryBase:
+ Collaboration diagram for QtAbstractEditorFactoryBase:

Public Member Functions

virtual QWidget * createEditor (QtProperty *property, QWidget *parent)=0
 

Protected Slots

virtual void managerDestroyed (QObject *manager)=0
 

Protected Member Functions

virtual void breakConnection (QtAbstractPropertyManager *manager)=0
 
 QtAbstractEditorFactoryBase (QObject *parent=nullptr)
 

Friends

class QtAbstractPropertyBrowser
 

Detailed Description

The QtAbstractEditorFactoryBase provides an interface for editor factories.

An editor factory is a class that is able to create an editing widget of a specified type (e.g. line edits or comboboxes) for a given QtProperty object, and it is used in conjunction with the QtAbstractPropertyManager and QtAbstractPropertyBrowser classes.

When using a property browser widget, the properties are created and managed by implementations of the QtAbstractPropertyManager class. To ensure that the properties' values will be displayed using suitable editing widgets, the managers are associated with objects of QtAbstractEditorFactory subclasses. The property browser will use these associations to determine which factories it should use to create the preferred editing widgets.

Typically, an editor factory is created by subclassing the QtAbstractEditorFactory template class which inherits QtAbstractEditorFactoryBase. But note that several ready-made implementations are available:

  1. QtCheckBoxFactory
  2. QtDateEditFactory
  3. QtDateTimeEditFactory
  4. QtDoubleSpinBoxFactory
  5. QtEnumEditorFactory
  6. QtLineEditFactory
  7. QtScrollBarFactory
  8. QtSliderFactory
  9. QtSpinBoxFactory
  10. QtTimeEditFactory
  11. QtVariantEditorFactory
See also
QtAbstractPropertyManager, QtAbstractPropertyBrowser

Constructor & Destructor Documentation

◆ QtAbstractEditorFactoryBase()

QtAbstractEditorFactoryBase::QtAbstractEditorFactoryBase ( QObject *  parent = nullptr)
inlineexplicitprotected

Creates an abstract editor factory with the given parent.

Member Function Documentation

◆ breakConnection()

void QtAbstractEditorFactoryBase::breakConnection ( QtAbstractPropertyManager manager)
protectedpure virtual

Detaches property manager from factory. This method is reimplemented in QtAbstractEditorFactory template subclass. You don't need to reimplement it in your subclasses. Instead implement more convenient QtAbstractEditorFactory::disconnectPropertyManager() which gives you access to particular manager subclass.

Referenced by QtAbstractPropertyBrowser::unsetFactoryForManager().

+ Here is the caller graph for this function:

◆ createEditor()

QWidget * QtAbstractEditorFactoryBase::createEditor ( QtProperty property,
QWidget *  parent 
)
pure virtual

◆ managerDestroyed

Friends And Related Function Documentation

◆ QtAbstractPropertyBrowser

friend class QtAbstractPropertyBrowser
friend

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