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 ConfigurationWidget * | create (ConfigurationParameters ¶ms, 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
Constructor & Destructor Documentation
|
inlinevirtual |
Member Function Documentation
|
virtual |
Creates an instance.
The implementation is in the template class below
- Parameters
-
params the configuration parameters object to edit prefix the group to edit parent the parent widget of the editor f windows 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:
- configuration/include/factory.h