BornAgain  1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
TestView.h
Go to the documentation of this file.
1 // ************************************************************************************************
2 //
3 // BornAgain: simulate and fit reflection and scattering
4 //
5 //! @file GUI/coregui/Views/TestView.h
6 //! @brief Defines class TestView
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_TESTVIEW_H
16 #define BORNAGAIN_GUI_COREGUI_VIEWS_TESTVIEW_H
17 
18 #include <QWidget>
19 
20 class MainWindow;
21 
22 class TestView : public QWidget {
23  Q_OBJECT
24 public:
25  TestView(MainWindow* mainWindow = nullptr);
26 
27 private:
29  void test_MaterialEditor();
31  void test_AccordionWidget();
32  void test_ba3d();
34 
36 };
37 
38 #endif // BORNAGAIN_GUI_COREGUI_VIEWS_TESTVIEW_H
void test_MaterialEditor()
Definition: TestView.cpp:68
void test_MinimizerSettings()
Definition: TestView.cpp:78
TestView(MainWindow *mainWindow=nullptr)
Definition: TestView.cpp:46
void test_ba3d()
Definition: TestView.cpp:165
void test_AccordionWidget()
Definition: TestView.cpp:92
void test_ComponentProxyModel()
Definition: TestView.cpp:57
MainWindow * m_mainWindow
Definition: TestView.h:35
void test_specular_data_widget()
Definition: TestView.cpp:178