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
d1bed7fc
Commit
d1bed7fc
authored
1 year ago
by
Wuttke, Joachim
Committed by
Wuttke, Joachim
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
OverlayItem inherit NamedItem
parent
c1a524d9
No related branches found
No related tags found
1 merge request
!2441
MasksSet inherits SetWithModel
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GUI/Model/Mask/OverlayItem.h
+2
-1
2 additions, 1 deletion
GUI/Model/Mask/OverlayItem.h
with
2 additions
and
1 deletion
GUI/Model/Mask/OverlayItem.h
+
2
−
1
View file @
d1bed7fc
...
@@ -15,11 +15,12 @@
...
@@ -15,11 +15,12 @@
#ifndef BORNAGAIN_GUI_MODEL_MASK_OVERLAYITEM_H
#ifndef BORNAGAIN_GUI_MODEL_MASK_OVERLAYITEM_H
#define BORNAGAIN_GUI_MODEL_MASK_OVERLAYITEM_H
#define BORNAGAIN_GUI_MODEL_MASK_OVERLAYITEM_H
#include
"GUI/Model/Type/NamedItem.h"
#include
<QObject>
#include
<QObject>
//! Something to be shown as overlay in a graphics scene. Base class for point and mask items.
//! Something to be shown as overlay in a graphics scene. Base class for point and mask items.
class
OverlayItem
:
public
QObject
{
class
OverlayItem
:
public
QObject
,
public
NamedItem
{
Q_OBJECT
Q_OBJECT
public:
public:
explicit
OverlayItem
();
explicit
OverlayItem
();
...
...
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