BornAgain  1.19.79
Simulate and fit neutron and x-ray scattering at grazing incidence
IntensityDataProjectionsWidget.h
Go to the documentation of this file.
1 // ************************************************************************************************
2 //
3 // BornAgain: simulate and fit reflection and scattering
4 //
5 //! @file GUI/View/Projection/IntensityDataProjectionsWidget.h
6 //! @brief Defines class IntensityDataProjectionsWidget
7 //!
8 //! @homepage http://www.bornagainproject.org
9 //! @license GNU General Public License v3 or higher (see COPYING)
10 //! @copyright Forschungszentrum Jülich GmbH 2018
11 //! @authors Scientific Computing Group at MLZ (see CITATION, AUTHORS)
12 //
13 // ************************************************************************************************
14 
15 #ifndef BORNAGAIN_GUI_VIEW_PROJECTION_INTENSITYDATAPROJECTIONSWIDGET_H
16 #define BORNAGAIN_GUI_VIEW_PROJECTION_INTENSITYDATAPROJECTIONSWIDGET_H
17 
19 
20 class ProjectionsEditor;
21 class IntensityDataItem;
23 
24 //! Main widget to embed projections editor for IntensityDataItem.
25 //! Part of RealDataPresenter and JobResultsPresenter.
26 
28  Q_OBJECT
29 
30 public:
31  IntensityDataProjectionsWidget(QWidget* parent = nullptr);
32 
33  QList<QAction*> actionList() override;
34 
35 protected:
36  void subscribeToItem() override;
37  void unsubscribeFromItem() override;
38 
39 private:
42 
44 };
45 
46 #endif // BORNAGAIN_GUI_VIEW_PROJECTION_INTENSITYDATAPROJECTIONSWIDGET_H
Defines class ItemComboWidget.
Main widget to embed projections editor for IntensityDataItem. Part of RealDataPresenter and JobResul...
IntensityDataProjectionsWidget(QWidget *parent=nullptr)
ProjectionContainerItem * projectionContainer(IntensityDataItem *intensityItem)
A container to hold ProjectionItems, intended to store projections of color map on X,...
Editor to draw projections on top of intensity plot. Part of.
The SessionItemWidget class is a base for all widgets representing the content of SessionItem....