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

rename GUI/View/Mask/RegionOfInterestDisplay. -> GUI/View/Scene/

parent 76a2fe81
No related branches found
No related tags found
1 merge request!2142numerous renamings for clearer layering of GUI/View
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#include "Base/Util/Assert.h" #include "Base/Util/Assert.h"
#include "GUI/Model/Mask/MaskItems.h" #include "GUI/Model/Mask/MaskItems.h"
#include "GUI/Model/Mask/ProjectionItems.h" #include "GUI/Model/Mask/ProjectionItems.h"
#include "GUI/View/Mask/RegionOfInterestDisplay.h" #include "GUI/View/Scene/RegionOfInterestDisplay.h"
#include "GUI/View/Shape/AllMasksDisplay.h" #include "GUI/View/Shape/AllMasksDisplay.h"
#include "GUI/View/Shape/EllipseDisplay.h" #include "GUI/View/Shape/EllipseDisplay.h"
#include "GUI/View/Shape/LineDisplays.h" #include "GUI/View/Shape/LineDisplays.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/Mask/RegionOfInterestDisplay.cpp //! @file GUI/View/Scene/RegionOfInterestDisplay.cpp
//! @brief Defines class RegionOfInterestDisplay. //! @brief Defines class RegionOfInterestDisplay.
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#include "GUI/View/Mask/RegionOfInterestDisplay.h" #include "GUI/View/Scene/RegionOfInterestDisplay.h"
#include "GUI/Model/Mask/MaskItems.h" #include "GUI/Model/Mask/MaskItems.h"
#include "GUI/View/ProShape/MaskUtil.h" #include "GUI/View/ProShape/MaskUtil.h"
#include "GUI/View/ProShape/SceneAdaptor.h" #include "GUI/View/ProShape/SceneAdaptor.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/Mask/RegionOfInterestDisplay.h //! @file GUI/View/Scene/RegionOfInterestDisplay.h
//! @brief Defines class RegionOfInterestDisplay. //! @brief Defines class RegionOfInterestDisplay.
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#ifndef BORNAGAIN_GUI_VIEW_MASK_REGIONOFINTERESTDISPLAY_H #ifndef BORNAGAIN_GUI_VIEW_SCENE_REGIONOFINTERESTDISPLAY_H
#define BORNAGAIN_GUI_VIEW_MASK_REGIONOFINTERESTDISPLAY_H #define BORNAGAIN_GUI_VIEW_SCENE_REGIONOFINTERESTDISPLAY_H
#include "GUI/View/Shape/RectangleDisplay.h" #include "GUI/View/Shape/RectangleDisplay.h"
...@@ -37,4 +37,4 @@ protected: ...@@ -37,4 +37,4 @@ protected:
void paint(QPainter* painter, const QStyleOptionGraphicsItem*, QWidget*) override; void paint(QPainter* painter, const QStyleOptionGraphicsItem*, QWidget*) override;
}; };
#endif // BORNAGAIN_GUI_VIEW_MASK_REGIONOFINTERESTDISPLAY_H #endif // BORNAGAIN_GUI_VIEW_SCENE_REGIONOFINTERESTDISPLAY_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment