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
e9c6351e
Commit
e9c6351e
authored
1 year ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
MasksSet fcts -virtual
parent
429e90a5
No related branches found
Branches containing commit
No related tags found
1 merge request
!2370
cleanup and prepare refactoring in MasksSet context
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GUI/Model/Mask/MasksSet.h
+5
-5
5 additions, 5 deletions
GUI/Model/Mask/MasksSet.h
with
5 additions
and
5 deletions
GUI/Model/Mask/MasksSet.h
+
5
−
5
View file @
e9c6351e
...
@@ -29,20 +29,20 @@ class RegionOfInterestItem;
...
@@ -29,20 +29,20 @@ class RegionOfInterestItem;
class
MasksSet
{
class
MasksSet
{
public:
public:
MasksSet
();
MasksSet
();
~
MasksSet
();
virtual
~
MasksSet
();
QVector
<
MaskItem
*>
modifiableMaskItems
()
const
;
QVector
<
MaskItem
*>
modifiableMaskItems
()
const
;
QVector
<
const
MaskItem
*>
maskItems
()
const
;
QVector
<
const
MaskItem
*>
maskItems
()
const
;
//! Insert mask at given row.
//! Insert mask at given row.
virtual
void
insertMask
(
int
row
,
MaskItem
*
maskItem
);
void
insertMask
(
int
row
,
MaskItem
*
maskItem
);
virtual
void
addMaskItem
(
MaskItem
*
maskItem
);
void
addMaskItem
(
MaskItem
*
maskItem
);
//! Move mask to a given row
//! Move mask to a given row
virtual
void
moveMask
(
int
from_row
,
int
to_row
);
void
moveMask
(
int
from_row
,
int
to_row
);
virtual
void
removeMaskAt
(
int
row
);
void
removeMaskAt
(
int
row
);
//! Can be nullptr.
//! Can be nullptr.
RegionOfInterestItem
*
regionOfInterestItem
()
const
;
RegionOfInterestItem
*
regionOfInterestItem
()
const
;
...
...
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