BornAgain
1.19.79
Simulate and fit neutron and x-ray scattering at grazing incidence
|
The MinimizerItemCatalog class is a static class to provide MinimizerItem with the list of available minimizers/algorithms.
Definition at line 25 of file MinimizerItemCatalog.h.
Static Public Member Functions | |
static ComboProperty | algorithmCombo (const QString &minimizerType) |
Returns ComboProperty representing list of algorithms defined for given minimizerType. More... | |
Static Private Member Functions | |
static QStringList | algorithmDescriptions (const QString &minimizerType) |
Returns list of algoritm descriptions defined for given minimizer. More... | |
static QStringList | algorithmNames (const QString &minimizerType) |
Returns list of algorithm names defined for given minimizer. More... | |
|
static |
Returns ComboProperty representing list of algorithms defined for given minimizerType.
Definition at line 21 of file MinimizerItemCatalog.cpp.
References algorithmDescriptions(), algorithmNames(), and ComboProperty::setToolTips().
Referenced by GSLMultiMinimizerItem::GSLMultiMinimizerItem(), and MinuitMinimizerItem::MinuitMinimizerItem().
|
staticprivate |
Returns list of algoritm descriptions defined for given minimizer.
Definition at line 39 of file MinimizerItemCatalog.cpp.
References GUI::Util::String::fromStdStrings().
Referenced by algorithmCombo().
|
staticprivate |
Returns list of algorithm names defined for given minimizer.
Definition at line 30 of file MinimizerItemCatalog.cpp.
References GUI::Util::String::fromStdStrings().
Referenced by algorithmCombo().