ConfigurationWidgetCreatorT< T > Class Template Reference

The class implementing the create function of the class above. More...

Inheritance diagram for ConfigurationWidgetCreatorT< T >:

Public Member Functions

virtual ~ConfigurationWidgetCreatorT ()
 Destructor.
 
virtual ConfigurationWidgetcreate (ConfigurationParameters &params, QString prefix, QWidget *parent, Qt::WindowFlags f) const
 Creates an instance.
 
- Public Member Functions inherited from ConfigurationWidgetCreator
virtual ~ConfigurationWidgetCreator ()
 Destructor.
 

Detailed Description

template<class T>
class farsa::ConfigurationWidgetCreatorT< T >

The class implementing the create function of the class above.

Note
All methods are reentrant

Definition at line 76 of file factory.h.

Constructor & Destructor Documentation

virtual ~ConfigurationWidgetCreatorT ( )
inlinevirtual

Destructor.

Definition at line 82 of file factory.h.

Member Function Documentation

ConfigurationWidget * create ( ConfigurationParameters params,
QString  prefix,
QWidget *  parent,
Qt::WindowFlags  f 
) const
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

Implements ConfigurationWidgetCreator.

Definition at line 326 of file factory.h.

References ConfigurationParameters::GroupSeparator().


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