BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Components necessary to build ViewModelController. More...
Public Attributes | |
std::unique_ptr< ChildrenStrategyInterface > | children_strategy |
SessionModel * | model {nullptr} |
std::unique_ptr< RowStrategyInterface > | row_strategy |
ViewModelBase * | view_model {nullptr} |
Components necessary to build ViewModelController.
Definition at line 50 of file viewmodelcontrollerbuilder.h.
std::unique_ptr<ChildrenStrategyInterface> ModelView::ViewModelControllerBuilder::Context::children_strategy |
Definition at line 53 of file viewmodelcontrollerbuilder.h.
Referenced by ModelView::ViewModelControllerBuilder::childrenStrategy().
SessionModel* ModelView::ViewModelControllerBuilder::Context::model {nullptr} |
Definition at line 51 of file viewmodelcontrollerbuilder.h.
Referenced by ModelView::ViewModelControllerBuilder::model().
std::unique_ptr<RowStrategyInterface> ModelView::ViewModelControllerBuilder::Context::row_strategy |
Definition at line 54 of file viewmodelcontrollerbuilder.h.
Referenced by ModelView::ViewModelControllerBuilder::rowStrategy().
ViewModelBase* ModelView::ViewModelControllerBuilder::Context::view_model {nullptr} |
Definition at line 52 of file viewmodelcontrollerbuilder.h.
Referenced by ModelView::ViewModelControllerBuilder::viewModel().