BornAgain  1.19.79
Simulate and fit neutron and x-ray scattering at grazing incidence
SpecularInstrumentEditor.h
Go to the documentation of this file.
1 // ************************************************************************************************
2 //
3 // BornAgain: simulate and fit reflection and scattering
4 //
5 //! @file GUI/View/Instrument/SpecularInstrumentEditor.h
6 //! @brief Defines class SpecularInstrumentEditor
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_INSTRUMENT_SPECULARINSTRUMENTEDITOR_H
16 #define BORNAGAIN_GUI_VIEW_INSTRUMENT_SPECULARINSTRUMENTEDITOR_H
17 
19 #include <QWidget>
20 
22 class SpecularBeamEditor;
23 class EnvironmentEditor;
25 
26 class SpecularInstrumentEditor : public QWidget {
27  Q_OBJECT
28 
29 public:
30  SpecularInstrumentEditor(QWidget* parent, SpecularInstrumentItem* instrument,
32 
33 signals:
34  void dataChanged();
35 
36 private:
38 };
39 
40 #endif // BORNAGAIN_GUI_VIEW_INSTRUMENT_SPECULARINSTRUMENTEDITOR_H
Defines class InstrumentEditController.
Environment editor (i.e. background) for instrument editors. Operates on InstrumentItem.
Single-instrument-adapter to InstrumentsEditorController.
Class to modify the instruments list or a single instrument and provide the necessary signaling withi...
Polarization analysis editor (beam polarization, analyzer properties) for instrument editors....
Specular beam editor. Operates on SpecularBeamItem.
InstrumentEditController m_ec
SpecularInstrumentEditor(QWidget *parent, SpecularInstrumentItem *instrument, InstrumentsEditController *ec)