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. More... | |
virtual ConfigurationWidget * | create (ConfigurationParameters ¶ms, QString prefix, QWidget *parent, Qt::WindowFlags f) const =0 |
Creates an instance. More... | |
Detailed Description
The base class for configuration widgets creators. The implementation is in the template class below.
Constructor & Destructor Documentation
|
inlinevirtual |
Member Function Documentation
|
pure 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
Implemented in ConfigurationWidgetCreatorT< T >.
The documentation for this class was generated from the following file:
- configuration/include/factory.h