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
3dfcc2a9
Commit
3dfcc2a9
authored
1 year ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
rename GUI/View/Scene/MaskViewFactory -> GUI/View/Scene/MaskDisplayFactory
parent
70bf9e38
No related branches found
No related tags found
1 merge request
!2236
rename some files, classes, variables in mask context
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
GUI/View/Scene/MaskDisplayFactory.cpp
+2
-2
2 additions, 2 deletions
GUI/View/Scene/MaskDisplayFactory.cpp
GUI/View/Scene/MaskDisplayFactory.h
+4
-4
4 additions, 4 deletions
GUI/View/Scene/MaskDisplayFactory.h
GUI/View/Scene/MaskGraphicsScene.cpp
+1
-1
1 addition, 1 deletion
GUI/View/Scene/MaskGraphicsScene.cpp
with
7 additions
and
7 deletions
GUI/View/Scene/Mask
View
Factory.cpp
→
GUI/View/Scene/Mask
Display
Factory.cpp
+
2
−
2
View file @
3dfcc2a9
...
@@ -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/Scene/Mask
View
Factory.cpp
//! @file GUI/View/Scene/Mask
Display
Factory.cpp
//! @brief Implements class MaskViewFactory.
//! @brief Implements class MaskViewFactory.
//!
//!
//! @homepage http://www.bornagainproject.org
//! @homepage http://www.bornagainproject.org
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
//
//
// ************************************************************************************************
// ************************************************************************************************
#include
"GUI/View/Scene/Mask
View
Factory.h"
#include
"GUI/View/Scene/Mask
Display
Factory.h"
#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/ProjectionContainerItem.h"
#include
"GUI/Model/Mask/ProjectionContainerItem.h"
...
...
This diff is collapsed.
Click to expand it.
GUI/View/Scene/Mask
View
Factory.h
→
GUI/View/Scene/Mask
Display
Factory.h
+
4
−
4
View file @
3dfcc2a9
...
@@ -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/Scene/Mask
View
Factory.h
//! @file GUI/View/Scene/Mask
Display
Factory.h
//! @brief Defines class MaskViewFactory.
//! @brief Defines class MaskViewFactory.
//!
//!
//! @homepage http://www.bornagainproject.org
//! @homepage http://www.bornagainproject.org
...
@@ -12,8 +12,8 @@
...
@@ -12,8 +12,8 @@
//
//
// ************************************************************************************************
// ************************************************************************************************
#ifndef BORNAGAIN_GUI_VIEW_SCENE_MASK
VIEW
FACTORY_H
#ifndef BORNAGAIN_GUI_VIEW_SCENE_MASK
DISPLAY
FACTORY_H
#define BORNAGAIN_GUI_VIEW_SCENE_MASK
VIEW
FACTORY_H
#define BORNAGAIN_GUI_VIEW_SCENE_MASK
DISPLAY
FACTORY_H
class
IShapeDisplay
;
class
IShapeDisplay
;
class
MaskObject
;
class
MaskObject
;
...
@@ -25,4 +25,4 @@ IShapeDisplay* createMaskView(MaskObject* item);
...
@@ -25,4 +25,4 @@ IShapeDisplay* createMaskView(MaskObject* item);
}
// namespace MaskViewFactory
}
// namespace MaskViewFactory
#endif // BORNAGAIN_GUI_VIEW_SCENE_MASK
VIEW
FACTORY_H
#endif // BORNAGAIN_GUI_VIEW_SCENE_MASK
DISPLAY
FACTORY_H
This diff is collapsed.
Click to expand it.
GUI/View/Scene/MaskGraphicsScene.cpp
+
1
−
1
View file @
3dfcc2a9
...
@@ -20,8 +20,8 @@
...
@@ -20,8 +20,8 @@
#include
"GUI/Model/Project/ProjectDocument.h"
#include
"GUI/Model/Project/ProjectDocument.h"
#include
"GUI/View/Plotter/ColorMap.h"
#include
"GUI/View/Plotter/ColorMap.h"
#include
"GUI/View/ProShape/SceneAdaptor.h"
#include
"GUI/View/ProShape/SceneAdaptor.h"
#include
"GUI/View/Scene/MaskDisplayFactory.h"
#include
"GUI/View/Scene/MaskGraphicsProxy.h"
#include
"GUI/View/Scene/MaskGraphicsProxy.h"
#include
"GUI/View/Scene/MaskViewFactory.h"
#include
"GUI/View/Shape/PolygonDisplay.h"
// includes IShapeDisplay.h
#include
"GUI/View/Shape/PolygonDisplay.h"
// includes IShapeDisplay.h
#include
<QGraphicsSceneContextMenuEvent>
#include
<QGraphicsSceneContextMenuEvent>
...
...
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