BornAgain
1.19.79
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Defines class GUI::ExamplesFactory.
Definition in file GUIExamplesFactory.h.
Go to the source code of this file.
Namespaces | |
GUI | |
GUI::ExamplesFactory | |
Class that generates GUI model from. | |
Functions | |
std::tuple< QString, QString > | GUI::ExamplesFactory::exampleInfo (const QString &name) |
Returns human readable name and description. More... | |
QStringList | GUI::ExamplesFactory::exampleNames () |
The internal example name, e.g. for creation with itemizeSample. More... | |
bool | GUI::ExamplesFactory::isValidExampleName (const QString &name) |
MultiLayerItem * | GUI::ExamplesFactory::itemizeSample (const QString &name) |
Create a sample item of the built-in example with the given internal name. More... | |