| 
    BornAgain
    1.19.0
    
   Simulate and fit neutron and x-ray scattering at grazing incidence 
   | 
 
The ImportDataView class is a main view for importing experimental data. More...
Public Slots | |
| void | onSelectionChanged (SessionItem *item) | 
Public Member Functions | |
| ImportDataView (class MainWindow *mainWindow) | |
Private Member Functions | |
| void | setupConnections () | 
Private Attributes | |
| RealDataModel * | m_realDataModel | 
| RealDataSelectorWidget * | m_selectorWidget | 
| ItemStackPresenter< RealDataPresenter > * | m_stackedWidget | 
The ImportDataView class is a main view for importing experimental data.
Definition at line 26 of file ImportDataView.h.
| ImportDataView::ImportDataView | ( | class MainWindow * | mainWindow | ) | 
Definition at line 28 of file ImportDataView.cpp.
References Constants::ITEM_SELECTOR_WIDGET_WIDTH, m_selectorWidget, m_stackedWidget, MainWindow::realDataModel(), RealDataSelectorWidget::setModel(), ItemStackWidget::setModel(), ItemStackWidget::setSizeHint(), and setupConnections().
      
  | 
  slot | 
Definition at line 62 of file ImportDataView.cpp.
References m_stackedWidget, and ItemStackPresenter< T >::setItem().
Referenced by setupConnections().
      
  | 
  private | 
Definition at line 67 of file ImportDataView.cpp.
References m_selectorWidget, onSelectionChanged(), and RealDataSelectorWidget::selectionChanged().
Referenced by ImportDataView().
      
  | 
  private | 
Definition at line 40 of file ImportDataView.h.
      
  | 
  private | 
Definition at line 38 of file ImportDataView.h.
Referenced by ImportDataView(), and setupConnections().
      
  | 
  private | 
Definition at line 39 of file ImportDataView.h.
Referenced by ImportDataView(), and onSelectionChanged().