|
BornAgain
1.19.79
Simulate and fit neutron and x-ray scattering at grazing incidence
|
The ImportDataView class is a main view for importing experimental data.
Definition at line 28 of file ImportDataView.h.
Public Slots | |
| void | onSelectionChanged (RealDataItem *item) |
Public Member Functions | |
| ImportDataView (QWidget *parent, ProjectDocument *document) | |
Private Member Functions | |
| void | updateFunctionalityNarrowing () |
| Show/hide UI elements according to settings in current project. More... | |
Private Attributes | |
| ProjectDocument * | m_document |
| RealDataSelectorWidget * | m_selectorWidget |
| ItemStackPresenter< RealDataPresenter > * | m_stackedWidget |
| ImportDataView::ImportDataView | ( | QWidget * | parent, |
| ProjectDocument * | document | ||
| ) |
Definition at line 30 of file ImportDataView.cpp.
References RealDataSelectorWidget::currentItem(), GUI::Constants::ITEM_SELECTOR_WIDGET_WIDTH, m_document, m_selectorWidget, m_stackedWidget, ProjectDocument::modified(), onSelectionChanged(), ProjectDocument::realDataModel(), RealDataSelectorWidget::selectionChanged(), ItemStackWidget::setModel(), ItemStackWidget::setSizeHint(), and updateFunctionalityNarrowing().
|
slot |
Definition at line 72 of file ImportDataView.cpp.
References m_stackedWidget, and ItemStackPresenter< T >::setItem().
Referenced by ImportDataView().
|
private |
Show/hide UI elements according to settings in current project.
Definition at line 77 of file ImportDataView.cpp.
References ProjectDocument::DepthProbe, ProjectDocument::functionalities(), ProjectDocument::Gisas, m_document, RealDataSelectorWidget::m_import1dDataAction, RealDataSelectorWidget::m_import2dDataAction, m_selectorWidget, ProjectDocument::Offspec, and ProjectDocument::Specular.
Referenced by ImportDataView().
|
private |
Definition at line 43 of file ImportDataView.h.
Referenced by ImportDataView(), and updateFunctionalityNarrowing().
|
private |
Definition at line 41 of file ImportDataView.h.
Referenced by ImportDataView(), and updateFunctionalityNarrowing().
|
private |
Definition at line 42 of file ImportDataView.h.
Referenced by ImportDataView(), and onSelectionChanged().