BornAgain  1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
allitemstreeview.cpp
Go to the documentation of this file.
1 // ************************************************************************************************
2 //
3 // qt-mvvm: Model-view-view-model framework for large GUI applications
4 //
5 //! @file mvvm/view/mvvm/widgets/allitemstreeview.cpp
6 //! @brief Implements class CLASS?
7 //!
8 //! @homepage http://www.bornagainproject.org
9 //! @license GNU General Public License v3 or higher (see COPYING)
10 //! @copyright Forschungszentrum Jülich GmbH 2020
11 //! @authors Gennady Pospelov et al, Scientific Computing Group at MLZ (see CITATION, AUTHORS)
12 //
13 // ************************************************************************************************
14 
18 
19 namespace ModelView {
21 {
23 }
24 
26 
27 } // namespace ModelView
Defines class CLASS?
AllItemsTreeView(SessionModel *model, QWidget *parent=nullptr)
Tree view to show items of SessionModel via ViewModel mechanism.
Definition: itemstreeview.h:35
void setViewModel(std::unique_ptr< ViewModel > viewModel)
Main class to hold hierarchy of SessionItem objects.
Definition: sessionmodel.h:37
MVVM_VIEWMODEL_EXPORT std::unique_ptr< ViewModel > CreateDefaultViewModel(SessionModel *model)
Creates view model to represent SessionModel for Qt views.
materialitems.h Collection of materials to populate MaterialModel.
Defines class CLASS?
Defines class CLASS?