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

rename GUI/View/PlotScale/RangeUtil -> GUI/View/PlotUtil/

parent 4c2bba06
No related branches found
No related tags found
1 merge request!2142numerous renamings for clearer layering of GUI/View
......@@ -24,10 +24,10 @@
#include "GUI/Model/Project/ProjectDocument.h"
#include "GUI/Support/Util/ActionFactory.h"
#include "GUI/View/PlotProgress/FitFlowWidget.h"
#include "GUI/View/PlotScale/RangeUtil.h"
#include "GUI/View/PlotSpecular/SpecularDataPropertyWidget.h"
#include "GUI/View/PlotSpecular/SpecularPlotCanvas.h"
#include "GUI/View/PlotUtil/PlotStatusLabel.h"
#include "GUI/View/PlotUtil/RangeUtil.h"
#include "GUI/View/PlotUtil/SpecularPlot.h"
Fit1DFrame::Fit1DFrame(QWidget* parent)
......
......@@ -22,9 +22,9 @@
#include "GUI/Support/Util/ActionFactory.h"
#include "GUI/View/Plot2D/ColorMapCanvas.h"
#include "GUI/View/PlotProgress/FitFlowWidget.h"
#include "GUI/View/PlotScale/RangeUtil.h"
#include "GUI/View/PlotUtil/ColorMap.h"
#include "GUI/View/PlotUtil/PlotStatusLabel.h"
#include "GUI/View/PlotUtil/RangeUtil.h"
#include "GUI/View/Setup/Scale2DEditor.h"
#include <QAction>
#include <QVBoxLayout>
......
......@@ -23,7 +23,7 @@
#include "GUI/Model/Mask/ProjectionItems.h"
#include "GUI/Support/Util/QCP_Util.h"
#include "GUI/Support/Util/Style.h"
#include "GUI/View/PlotScale/RangeUtil.h"
#include "GUI/View/PlotUtil/RangeUtil.h"
#include <qcustomplot.h>
#include <utility>
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/PlotScale/RangeUtil.cpp
//! @file GUI/View/PlotUtil/RangeUtil.cpp
//! @brief Implements namespace RangeUtil.
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,7 +12,7 @@
//
// ************************************************************************************************
#include "GUI/View/PlotScale/RangeUtil.h"
#include "GUI/View/PlotUtil/RangeUtil.h"
#include "GUI/Model/Axis/AmplitudeAxisItem.h"
#include "GUI/Model/Data/Data1DItem.h"
#include "GUI/Model/Data/Data2DItem.h"
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/PlotScale/RangeUtil.h
//! @file GUI/View/PlotUtil/RangeUtil.h
//! @brief Defines namespace RangeUtil.
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,8 +12,8 @@
//
// ************************************************************************************************
#ifndef BORNAGAIN_GUI_VIEW_PLOTSCALE_RANGEUTIL_H
#define BORNAGAIN_GUI_VIEW_PLOTSCALE_RANGEUTIL_H
#ifndef BORNAGAIN_GUI_VIEW_PLOTUTIL_RANGEUTIL_H
#define BORNAGAIN_GUI_VIEW_PLOTUTIL_RANGEUTIL_H
#include <QList>
......@@ -32,4 +32,4 @@ void setCommonRangeZ(QList<Data2DItem*> items);
} // namespace GUI::View::RangeUtil
#endif // BORNAGAIN_GUI_VIEW_PLOTSCALE_RANGEUTIL_H
#endif // BORNAGAIN_GUI_VIEW_PLOTUTIL_RANGEUTIL_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