Skip to content
Snippets Groups Projects
Commit ad9561ff authored by Wuttke, Joachim's avatar Wuttke, Joachim Committed by Wuttke, Joachim
Browse files

new dir GUI/View/SampleView

parent e6473fbc
No related branches found
No related tags found
1 merge request!1081copy editing ba3d
......@@ -20,9 +20,9 @@
#include "GUI/Model/Sample/ParticleLayoutItem.h"
#include "GUI/View/Common/DocksController.h"
#include "GUI/View/Common/StyledToolbar.h"
#include "GUI/View/Realspace/RealspaceWidget.h"
#include "GUI/View/SampleView/RealspaceWidget.h"
#include "GUI/View/SampleDesigner/LayerOrientedSampleEditor.h"
#include "GUI/View/SampleDesigner/RealspacePanel.h"
#include "GUI/View/SampleView/RealspacePanel.h"
#include "GUI/View/SampleDesigner/SampleListView.h"
#include "GUI/View/SampleDesigner/ScriptPanel.h"
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/SampleDesigner/RealspacePanel.cpp
//! @file GUI/View/SampleView/RealspacePanel.cpp
//! @brief Implements class RealspacePanel
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,9 +12,9 @@
//
// ************************************************************************************************
#include "GUI/View/SampleDesigner/RealspacePanel.h"
#include "GUI/View/SampleView/RealspacePanel.h"
#include "GUI/View/Common/StyledToolbar.h"
#include "GUI/View/Realspace/RealspaceWidget.h"
#include "GUI/View/SampleView/RealspaceWidget.h"
#include <QVBoxLayout>
RealspacePanel::RealspacePanel(QWidget* parent)
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/SampleDesigner/RealspacePanel.h
//! @file GUI/View/SampleView/RealspacePanel.h
//! @brief Defines class RealspacePanel
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,8 +12,8 @@
//
// ************************************************************************************************
#ifndef BORNAGAIN_GUI_VIEW_SAMPLEDESIGNER_REALSPACEPANEL_H
#define BORNAGAIN_GUI_VIEW_SAMPLEDESIGNER_REALSPACEPANEL_H
#ifndef BORNAGAIN_GUI_VIEW_SAMPLEVIEW_REALSPACEPANEL_H
#define BORNAGAIN_GUI_VIEW_SAMPLEVIEW_REALSPACEPANEL_H
#include <QWidget>
......@@ -34,4 +34,4 @@ private:
RealspaceWidget* m_widget;
};
#endif // BORNAGAIN_GUI_VIEW_SAMPLEDESIGNER_REALSPACEPANEL_H
#endif // BORNAGAIN_GUI_VIEW_SAMPLEVIEW_REALSPACEPANEL_H
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/Realspace/RealspaceWidget.cpp
//! @file GUI/View/SampleView/RealspaceWidget.cpp
//! @brief Implements class RealspaceScene
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,7 +12,7 @@
//
// ************************************************************************************************
#include "GUI/View/Realspace/RealspaceWidget.h"
#include "GUI/View/SampleView/RealspaceWidget.h"
#include "GUI/Application/ApplicationSettings.h"
#include "GUI/Model/Data/SessionData.h"
#include "GUI/Model/Project/ProjectDocument.h"
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/Realspace/RealspaceWidget.h
//! @file GUI/View/SampleView/RealspaceWidget.h
//! @brief Defines class RealspaceWidget
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,8 +12,8 @@
//
// ************************************************************************************************
#ifndef BORNAGAIN_GUI_VIEW_REALSPACE_REALSPACEWIDGET_H
#define BORNAGAIN_GUI_VIEW_REALSPACE_REALSPACEWIDGET_H
#ifndef BORNAGAIN_GUI_VIEW_SAMPLEVIEW_REALSPACEWIDGET_H
#define BORNAGAIN_GUI_VIEW_SAMPLEVIEW_REALSPACEWIDGET_H
#include "GUI/View/Realspace/RealspaceOptions.h"
#include <QWidget>
......@@ -60,4 +60,4 @@ private:
bool m_firstView;
};
#endif // BORNAGAIN_GUI_VIEW_REALSPACE_REALSPACEWIDGET_H
#endif // BORNAGAIN_GUI_VIEW_SAMPLEVIEW_REALSPACEWIDGET_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment