BornAgain  1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
InterferenceFunctionViews.h
Go to the documentation of this file.
1 // ************************************************************************************************
2 //
3 // BornAgain: simulate and fit reflection and scattering
4 //
5 //! @file GUI/coregui/Views/SampleDesigner/InterferenceFunctionViews.h
6 //! @brief Defines classes InterferenceFunctionViews
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_COREGUI_VIEWS_SAMPLEDESIGNER_INTERFERENCEFUNCTIONVIEWS_H
16 #define BORNAGAIN_GUI_COREGUI_VIEWS_SAMPLEDESIGNER_INTERFERENCEFUNCTIONVIEWS_H
17 
19 
21  Q_OBJECT
22 public:
23  InterferenceFunction1DLatticeView(QGraphicsItem* parent = nullptr);
25 };
26 
28  Q_OBJECT
29 public:
30  InterferenceFunction2DLatticeView(QGraphicsItem* parent = nullptr);
32 };
33 
35  Q_OBJECT
36 public:
37  InterferenceFunction2DParaCrystalView(QGraphicsItem* parent = nullptr);
39 };
40 
42  Q_OBJECT
43 public:
44  InterferenceFunctionFinite2DLatticeView(QGraphicsItem* parent = nullptr);
46 };
47 
49  Q_OBJECT
50 public:
51  InterferenceFunctionHardDiskView(QGraphicsItem* parent = nullptr);
53 };
54 
56  Q_OBJECT
57 public:
58  InterferenceFunctionRadialParaCrystalView(QGraphicsItem* parent = nullptr);
60 };
61 
62 #endif // BORNAGAIN_GUI_COREGUI_VIEWS_SAMPLEDESIGNER_INTERFERENCEFUNCTIONVIEWS_H
Defines class ConnectableView.
view of ISampleNode's with rectangular shape and node functionality
InterferenceFunction1DLatticeView(QGraphicsItem *parent=nullptr)
InterferenceFunction2DLatticeView(QGraphicsItem *parent=nullptr)
InterferenceFunction2DParaCrystalView(QGraphicsItem *parent=nullptr)
InterferenceFunctionFinite2DLatticeView(QGraphicsItem *parent=nullptr)
InterferenceFunctionHardDiskView(QGraphicsItem *parent=nullptr)
InterferenceFunctionRadialParaCrystalView(QGraphicsItem *parent=nullptr)
@ INTERFERENCE_FUNCTION_2D_LATTICE
Definition: ViewTypes.h:34
@ INTERFERENCE_FUNCTION_FINITE_2D_LATTICE
Definition: ViewTypes.h:36
@ INTERFERENCE_FUNCTION_RADIAL_PARA
Definition: ViewTypes.h:38
@ INTERFERENCE_FUNCTION_1D_LATTICE
Definition: ViewTypes.h:33
@ INTERFERENCE_FUNCTION_2D_PARA
Definition: ViewTypes.h:35
@ INTERFERENCE_FUNCTION_HARD_DISK
Definition: ViewTypes.h:37