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

mv Plot1D

parent ae3d24a5
No related branches found
No related tags found
1 merge request!572Rearrange source files in plot-related directories
......@@ -20,7 +20,7 @@
#include "GUI/Util/ActionFactory.h"
#include "GUI/View/Compare/FitComparisonViewController.h"
#include "GUI/View/Compare/FitFlowWidget.h"
#include "GUI/View/Intensity/Plot1D.h"
#include "GUI/View/SpecularData/Plot1D.h"
#include "GUI/View/Intensity/PlotStatusLabel.h"
#include "GUI/View/PropertyEditor/SpecularDataPropertyWidget.h"
#include "GUI/View/SpecularData/Plot1DCanvas.h"
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/Intensity/Plot1D.cpp
//! @file GUI/View/SpecularData/Plot1D.cpp
//! @brief Implements class Plot1D
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,7 +12,7 @@
//
// ************************************************************************************************
#include "GUI/View/Intensity/Plot1D.h"
#include "GUI/View/SpecularData/Plot1D.h"
#include "GUI/Model/Data/AxesItems.h"
#include "GUI/Model/Data/Data1DViewItem.h"
#include "GUI/Model/Data/DataItem.h"
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/Intensity/Plot1D.h
//! @file GUI/View/SpecularData/Plot1D.h
//! @brief Defines class Plot1D
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,8 +12,8 @@
//
// ************************************************************************************************
#ifndef BORNAGAIN_GUI_VIEW_INTENSITY_PLOT1D_H
#define BORNAGAIN_GUI_VIEW_INTENSITY_PLOT1D_H
#ifndef BORNAGAIN_GUI_VIEW_SPECULARDATA_PLOT1D_H
#define BORNAGAIN_GUI_VIEW_SPECULARDATA_PLOT1D_H
#include "GUI/View/Intensity/ScientificPlot.h"
#include <qcustomplot.h>
......@@ -112,4 +112,4 @@ private:
bool m_block_update;
};
#endif // BORNAGAIN_GUI_VIEW_INTENSITY_PLOT1D_H
#endif // BORNAGAIN_GUI_VIEW_SPECULARDATA_PLOT1D_H
......@@ -14,7 +14,7 @@
#include "GUI/View/SpecularData/Plot1DCanvas.h"
#include "GUI/View/Intensity/FontScalingEvent.h"
#include "GUI/View/Intensity/Plot1D.h"
#include "GUI/View/SpecularData/Plot1D.h"
#include "GUI/View/Intensity/PlotStatusLabel.h"
#include <QVBoxLayout>
......
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