BornAgain
1.19.79
Simulate and fit neutron and x-ray scattering at grazing incidence
FootprintCorrectionEditor.h
Go to the documentation of this file.
1
// ************************************************************************************************
2
//
3
// BornAgain: simulate and fit reflection and scattering
4
//
5
//! @file GUI/View/Instrument/FootprintCorrectionEditor.h
6
//! @brief Defines class FootprintCorrectionEditor
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_FOOTPRINTCORRECTIONEDITOR_H
16
#define BORNAGAIN_GUI_VIEW_INSTRUMENT_FOOTPRINTCORRECTIONEDITOR_H
17
18
#include <QGroupBox>
19
20
class
SpecularBeamItem
;
21
class
QFormLayout;
22
23
//! FootprintCorrection editor (i.e. background) for instrument editors.
24
//! Operates on InstrumentItem.
25
26
class
FootprintCorrectionEditor
:
public
QGroupBox {
27
Q_OBJECT
28
29
public
:
30
FootprintCorrectionEditor
(QWidget* parent,
SpecularBeamItem
* item);
31
32
signals:
33
void
dataChanged
();
34
35
private
:
36
void
createFootprintWidgets
();
37
38
private
:
39
QFormLayout*
m_formLayout
;
40
SpecularBeamItem
*
m_item
;
41
};
42
43
#endif
// BORNAGAIN_GUI_VIEW_INSTRUMENT_FOOTPRINTCORRECTIONEDITOR_H
FootprintCorrectionEditor
FootprintCorrection editor (i.e. background) for instrument editors. Operates on InstrumentItem.
Definition:
FootprintCorrectionEditor.h:26
FootprintCorrectionEditor::m_item
SpecularBeamItem * m_item
Definition:
FootprintCorrectionEditor.h:40
FootprintCorrectionEditor::createFootprintWidgets
void createFootprintWidgets()
Definition:
FootprintCorrectionEditor.cpp:42
FootprintCorrectionEditor::m_formLayout
QFormLayout * m_formLayout
Definition:
FootprintCorrectionEditor.h:39
FootprintCorrectionEditor::FootprintCorrectionEditor
FootprintCorrectionEditor(QWidget *parent, SpecularBeamItem *item)
Definition:
FootprintCorrectionEditor.cpp:23
FootprintCorrectionEditor::dataChanged
void dataChanged()
SpecularBeamItem
Definition:
BeamItems.h:69
GUI
View
Instrument
FootprintCorrectionEditor.h
Generated by
1.9.1