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

rename GUI/View/Projection/ProjectionsPlot -> GUI/View/PlotUtil/

parent 6ca494b1
No related branches found
No related tags found
1 merge request!2142numerous renamings for clearer layering of GUI/View
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// BornAgain: simulate and fit reflection and scattering // BornAgain: simulate and fit reflection and scattering
// //
//! @file GUI/View/Projection/ProjectionsPlot.cpp //! @file GUI/View/PlotUtil/ProjectionsPlot.cpp
//! @brief Implements class ProjectionsPlot. //! @brief Implements class ProjectionsPlot.
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#include "GUI/View/Projection/ProjectionsPlot.h" #include "GUI/View/PlotUtil/ProjectionsPlot.h"
#include "Base/Axis/Scale.h" #include "Base/Axis/Scale.h"
#include "Base/Util/Assert.h" #include "Base/Util/Assert.h"
#include "Device/Data/Datafield.h" #include "Device/Data/Datafield.h"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// BornAgain: simulate and fit reflection and scattering // BornAgain: simulate and fit reflection and scattering
// //
//! @file GUI/View/Projection/ProjectionsPlot.h //! @file GUI/View/PlotUtil/ProjectionsPlot.h
//! @brief Defines class ProjectionsPlot. //! @brief Defines class ProjectionsPlot.
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#ifndef BORNAGAIN_GUI_VIEW_PROJECTION_PROJECTIONSPLOT_H #ifndef BORNAGAIN_GUI_VIEW_PLOTUTIL_PROJECTIONSPLOT_H
#define BORNAGAIN_GUI_VIEW_PROJECTION_PROJECTIONSPLOT_H #define BORNAGAIN_GUI_VIEW_PLOTUTIL_PROJECTIONSPLOT_H
#include "GUI/Support/Data/ID.h" #include "GUI/Support/Data/ID.h"
#include <QMap> #include <QMap>
...@@ -66,4 +66,4 @@ private: ...@@ -66,4 +66,4 @@ private:
QMap<MaskRoot*, QCPGraph*> m_item_to_graph; QMap<MaskRoot*, QCPGraph*> m_item_to_graph;
}; };
#endif // BORNAGAIN_GUI_VIEW_PROJECTION_PROJECTIONSPLOT_H #endif // BORNAGAIN_GUI_VIEW_PLOTUTIL_PROJECTIONSPLOT_H
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include "GUI/View/Projection/ProjectionsWidget.h" #include "GUI/View/Projection/ProjectionsWidget.h"
#include "GUI/Model/Data/Data2DItem.h" #include "GUI/Model/Data/Data2DItem.h"
#include "GUI/View/Mask/MaskEditorFlags.h" #include "GUI/View/Mask/MaskEditorFlags.h"
#include "GUI/View/Projection/ProjectionsPlot.h" #include "GUI/View/PlotUtil/ProjectionsPlot.h"
#include <QTabWidget> #include <QTabWidget>
#include <QVBoxLayout> #include <QVBoxLayout>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment