Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
da2dc8f0
Commit
da2dc8f0
authored
1 year ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
mv MaskResultsPresenter from View to Model
parent
0e015422
No related branches found
No related tags found
1 merge request
!2008
move source that accesses core from GUI/View to Model; rm unused source pair
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
GUI/Model/Data/MaskResultsPresenter.cpp
+2
-2
2 additions, 2 deletions
GUI/Model/Data/MaskResultsPresenter.cpp
GUI/Model/Data/MaskResultsPresenter.h
+4
-4
4 additions, 4 deletions
GUI/Model/Data/MaskResultsPresenter.h
GUI/View/Mask/MaskEditorCanvas.cpp
+1
-1
1 addition, 1 deletion
GUI/View/Mask/MaskEditorCanvas.cpp
with
7 additions
and
7 deletions
GUI/
View/Mask
/MaskResultsPresenter.cpp
→
GUI/
Model/Data
/MaskResultsPresenter.cpp
+
2
−
2
View file @
da2dc8f0
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
GUI/
View/Mask
/MaskResultsPresenter.h
→
GUI/
Model/Data
/MaskResultsPresenter.h
+
4
−
4
View file @
da2dc8f0
...
...
@@ -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
This diff is collapsed.
Click to expand it.
GUI/View/Mask/MaskEditorCanvas.cpp
+
1
−
1
View file @
da2dc8f0
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment