QSapecNG
Public Member Functions | Protected Slots | Protected Member Functions | Friends
QtAbstractEditorFactoryBase Class Reference

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

Inheritance diagram for QtAbstractEditorFactoryBase:
QtAbstractEditorFactory< PropertyManager > QtAbstractEditorFactory< QtBoolPropertyManager > QtAbstractEditorFactory< QtCharPropertyManager > QtAbstractEditorFactory< QtColorPropertyManager > QtAbstractEditorFactory< QtCursorPropertyManager > QtAbstractEditorFactory< QtDatePropertyManager > QtAbstractEditorFactory< QtDateTimePropertyManager > QtAbstractEditorFactory< QtDoublePropertyManager > QtAbstractEditorFactory< QtEnumPropertyManager > QtAbstractEditorFactory< QtFontPropertyManager > QtAbstractEditorFactory< QtIntPropertyManager > QtAbstractEditorFactory< QtKeySequencePropertyManager > QtAbstractEditorFactory< QtStringPropertyManager > QtAbstractEditorFactory< QtTimePropertyManager > QtAbstractEditorFactory< QtVariantPropertyManager >

List of all members.

Public Member Functions

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

Protected Slots

virtual void managerDestroyed (QObject *manager)=0

Protected Member Functions

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

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:

QtCheckBoxFactory QtDateEditFactory QtDateTimeEditFactory QtDoubleSpinBoxFactory QtEnumEditorFactory QtLineEditFactory QtScrollBarFactory QtSliderFactory QtSpinBoxFactory QtTimeEditFactory QtVariantEditorFactory

See also:
QtAbstractPropertyManager, QtAbstractPropertyBrowser

Constructor & Destructor Documentation

QtAbstractEditorFactoryBase::QtAbstractEditorFactoryBase ( QObject *  parent = 0) [inline, explicit, protected]

Creates an abstract editor factory with the given parent.


Member Function Documentation

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

The documentation for this class was generated from the following files:
 All Classes Functions Enumerations Properties