ConfigurationWidgetCreator Class Referenceabstract

The base class for configuration widgets creators. The implementation is in the template class below. More...

Inheritance diagram for ConfigurationWidgetCreator:

Public Member Functions

virtual ~ConfigurationWidgetCreator ()
 Destructor.
 
virtual ConfigurationWidgetcreate (ConfigurationParameters &params, QString prefix, QWidget *parent, Qt::WindowFlags f) const =0
 Creates an instance.
 

Detailed Description

The base class for configuration widgets creators. The implementation is in the template class below.

Definition at line 45 of file factory.h.

Constructor & Destructor Documentation

virtual ~ConfigurationWidgetCreator ( )
inlinevirtual

Destructor.

Definition at line 51 of file factory.h.

Member Function Documentation

virtual ConfigurationWidget* create ( ConfigurationParameters params,
QString  prefix,
QWidget *  parent,
Qt::WindowFlags  f 
) const
pure virtual

Creates an instance.

The implementation is in the template class below

Parameters
paramsthe configuration parameters object to edit
prefixthe group to edit
parentthe parent widget of the editor
fwindows flags for the editor
Returns
the editor for the group

Implemented in ConfigurationWidgetCreatorT< T >.


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