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

rename GUI/View/PlotSpecular/SpecularPlot -> GUI/View/PlotUtil/

parent 99701d1f
No related branches found
No related tags found
1 merge request!2142numerous renamings for clearer layering of GUI/View
......@@ -26,9 +26,9 @@
#include "GUI/View/PlotProgress/FitFlowWidget.h"
#include "GUI/View/PlotScale/RangeUtil.h"
#include "GUI/View/PlotSpecular/SpecularDataPropertyWidget.h"
#include "GUI/View/PlotSpecular/SpecularPlot.h"
#include "GUI/View/PlotSpecular/SpecularPlotCanvas.h"
#include "GUI/View/PlotUtil/PlotStatusLabel.h"
#include "GUI/View/PlotUtil/SpecularPlot.h"
Fit1DFrame::Fit1DFrame(QWidget* parent)
: DataAccessWidget(parent)
......
......@@ -15,8 +15,8 @@
#include "GUI/View/PlotSpecular/SpecularPlotCanvas.h"
#include "GUI/Model/Data/Data1DItem.h"
#include "GUI/View/PlotScale/FontScalingEvent.h"
#include "GUI/View/PlotSpecular/SpecularPlot.h"
#include "GUI/View/PlotUtil/PlotStatusLabel.h"
#include "GUI/View/PlotUtil/SpecularPlot.h"
SpecularPlotCanvas::SpecularPlotCanvas(QWidget* parent)
: QWidget(parent)
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/PlotSpecular/SpecularPlot.cpp
//! @file GUI/View/PlotUtil/SpecularPlot.cpp
//! @brief Implements class SpecularPlot.
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,7 +12,7 @@
//
// ************************************************************************************************
#include "GUI/View/PlotSpecular/SpecularPlot.h"
#include "GUI/View/PlotUtil/SpecularPlot.h"
#include "Base/Axis/Frame.h"
#include "Base/Py/PyFmt.h"
#include "Base/Util/Assert.h"
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/PlotSpecular/SpecularPlot.h
//! @file GUI/View/PlotUtil/SpecularPlot.h
//! @brief Defines class SpecularPlot.
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,8 +12,8 @@
//
// ************************************************************************************************
#ifndef BORNAGAIN_GUI_VIEW_PLOTSPECULAR_SPECULARPLOT_H
#define BORNAGAIN_GUI_VIEW_PLOTSPECULAR_SPECULARPLOT_H
#ifndef BORNAGAIN_GUI_VIEW_PLOTUTIL_SPECULARPLOT_H
#define BORNAGAIN_GUI_VIEW_PLOTUTIL_SPECULARPLOT_H
#include "GUI/View/PlotUtil/ScientificPlot.h"
#include <QMap>
......@@ -97,4 +97,4 @@ private:
QMap<Data1DItem*, QCPErrorBars*> m_errorbar_map;
};
#endif // BORNAGAIN_GUI_VIEW_PLOTSPECULAR_SPECULARPLOT_H
#endif // BORNAGAIN_GUI_VIEW_PLOTUTIL_SPECULARPLOT_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