15 #ifndef BORNAGAIN_GUI_MODEL_CATJOB_MINIMIZERITEMCATALOG_H
16 #define BORNAGAIN_GUI_MODEL_CATJOB_MINIMIZERITEMCATALOG_H
Defines class ComboProperty.
Custom property to define list of string values with multiple selections. Intended for QVariant.
The MinimizerItemCatalog class is a static class to provide MinimizerItem with the list of available ...
static ComboProperty algorithmCombo(const QString &minimizerType)
Returns ComboProperty representing list of algorithms defined for given minimizerType.
static QStringList algorithmNames(const QString &minimizerType)
Returns list of algorithm names defined for given minimizer.
static QStringList algorithmDescriptions(const QString &minimizerType)
Returns list of algoritm descriptions defined for given minimizer.
The MinimizerItem class is the base item to hold minimizer settings.