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

mv MaskResultsPresenter from View to Model

parent 0e015422
No related branches found
No related tags found
1 merge request!2008move source that accesses core from GUI/View to Model; rm unused source pair
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/Mask/MaskResultsPresenter.cpp
//! @file GUI/Model/Data/MaskResultsPresenter.cpp
//! @brief Implements class MaskResultsPresenter
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,7 +12,7 @@
//
// ************************************************************************************************
#include "GUI/View/Mask/MaskResultsPresenter.h"
#include "GUI/Model/Data/MaskResultsPresenter.h"
#include "Device/Data/Datafield.h"
#include "Device/Mask/DetectorMask.h"
#include "Device/Mask/IShape2D.h"
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/Mask/MaskResultsPresenter.h
//! @file GUI/Model/Data/MaskResultsPresenter.h
//! @brief Defines class MaskResultsPresenter
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,8 +12,8 @@
//
// ************************************************************************************************
#ifndef BORNAGAIN_GUI_VIEW_MASK_MASKRESULTSPRESENTER_H
#define BORNAGAIN_GUI_VIEW_MASK_MASKRESULTSPRESENTER_H
#ifndef BORNAGAIN_GUI_MODEL_DATA_MASKRESULTSPRESENTER_H
#define BORNAGAIN_GUI_MODEL_DATA_MASKRESULTSPRESENTER_H
#include "GUI/View/Mask/MaskEditorFlags.h"
#include <QModelIndex>
......@@ -49,4 +49,4 @@ private:
bool m_interpolation_flag_backup;
};
#endif // BORNAGAIN_GUI_VIEW_MASK_MASKRESULTSPRESENTER_H
#endif // BORNAGAIN_GUI_MODEL_DATA_MASKRESULTSPRESENTER_H
......@@ -18,7 +18,7 @@
#include "GUI/Model/Project/ProjectDocument.h"
#include "GUI/View/Mask/MaskGraphicsScene.h"
#include "GUI/View/Mask/MaskGraphicsView.h"
#include "GUI/View/Mask/MaskResultsPresenter.h"
#include "GUI/Model/Data/MaskResultsPresenter.h"
#include "GUI/View/PlotScale/SavePlotAssistant.h"
#include "GUI/View/PlotUtil/ColorMap.h"
#include "GUI/View/PlotUtil/PlotStatusLabel.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