BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Class that generates GUI model from. More...
Static Public Member Functions | |
static SessionItem * | createSampleItems (const QString &name, SampleModel *sampleModel, MaterialModel *materialModel) |
Populate sample model with. More... | |
static bool | isValidExampleName (const QString &name) |
Static Private Attributes | |
static QMap< QString, QString > | m_name_to_registry = init_NameToRegistry() |
correspondence of GUI example name and name from StandardSamples registry More... | |
Class that generates GUI model from.
Definition at line 25 of file GUIExamplesFactory.h.
|
static |
Populate sample model with.
Definition at line 63 of file GUIExamplesFactory.cpp.
References SampleBuilderFactory::createSampleByName(), m_name_to_registry, RealSpace::Particles::name(), and GUIObjectBuilder::populateSampleModel().
Referenced by DesignerScene::dropEvent().
|
static |
Definition at line 57 of file GUIExamplesFactory.cpp.
References m_name_to_registry, and RealSpace::Particles::name().
Referenced by DesignerScene::dropEvent().
|
staticprivate |
correspondence of GUI example name and name from StandardSamples registry
Definition at line 33 of file GUIExamplesFactory.h.
Referenced by createSampleItems(), and isValidExampleName().