|
BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Defines class CLASS? More...
Go to the source code of this file.
Classes | |
| struct | ModelView::ConverterCallbacks |
| Provides necessary callbacks to convert SessionItem to JSON and back. More... | |
| struct | ModelView::ConverterContext |
| Collection of input paramters for SessionItemConverter. More... | |
Namespaces | |
| ModelView | |
| materialitems.h Collection of materials to populate MaterialModel. | |
Enumerations | |
| enum class | ModelView::ConverterMode { ModelView::none , ModelView::clone , ModelView::copy , ModelView::project } |
| Flags to define converter behavior on the way from SessionItem to JSON and back. More... | |
Functions | |
| bool | ModelView::isRebuildItemDataAndTagFromJson (ConverterMode mode) |
| Returns true if item content should be reconstructed from JSON. More... | |
| bool | ModelView::isRegenerateIdWhenBackFromJson (ConverterMode mode) |
| Returns true if given mode requires ID regeneration instead of using the one stored in JSON. More... | |
Defines class CLASS?
Collection of custom types involved into SessionItem and JSON mutual convertion.
Definition in file jsonitem_types.h.