BornAgain  1.19.79
Simulate and fit neutron and x-ray scattering at grazing incidence
LayerRoughnessItems.h
Go to the documentation of this file.
1 // ************************************************************************************************
2 //
3 // BornAgain: simulate and fit reflection and scattering
4 //
5 //! @file GUI/Model/Sample/LayerRoughnessItems.h
6 //! @brief Defines classes LayerRoughnessItems
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_MODEL_SAMPLE_LAYERROUGHNESSITEMS_H
16 #define BORNAGAIN_GUI_MODEL_SAMPLE_LAYERROUGHNESSITEMS_H
17 
19 
20 class QXmlStreamReader;
21 class QXmlStreamWriter;
22 class Streamer;
23 
25 public:
27  DoubleDescriptor sigma() const;
28  DoubleDescriptor hurst() const;
30 
31  void serialize(Streamer& s);
32 
33 private:
37 };
38 
39 #endif // BORNAGAIN_GUI_MODEL_SAMPLE_LAYERROUGHNESSITEMS_H
Defines class DoubleProperty.
Describes properties of a double value which are necessary to allow GUI representation,...
Class for representing a double value, its attributes and its accessors.
DoubleDescriptor lateralCorrelationLength() const
DoubleDescriptor sigma() const
DoubleDescriptor hurst() const
DoubleProperty m_lateralCorrelationLength
Supports serialization to or deserialization from QXmlStream.
Definition: Streamer.h:36