Medical Imaging Interaction Toolkit
2024.12.00
Medical Imaging Interaction Toolkit
Home
Manual
API Reference
Groups
Namespace List
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
Variables
e
f
i
l
m
n
p
r
s
t
Typedefs
a
b
c
d
f
g
i
l
m
n
o
p
q
r
s
t
v
x
Enumerations
Enumerator
a
b
c
d
e
g
h
i
k
l
n
o
p
r
s
t
v
w
z
Class List
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
h
i
l
m
n
o
p
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Properties
c
m
o
r
s
t
Related Functions
File List
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
m
o
p
q
r
s
t
u
v
Functions
_
e
h
m
o
q
s
u
Variables
Typedefs
Enumerations
Enumerator
Macros
_
a
b
c
d
e
g
i
m
o
p
q
r
s
u
v
Examples
Download
▼
Medical Imaging Interaction Toolkit
►
MITK User Manual
►
Developer Manual
►
MITK Basic Image Processing Mini Apps
Deprecated List
▼
API Reference
►
Groups
►
Namespace List
►
Class List
▼
File List
►
File List
►
File Members
►
Examples
Download
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
QmitkFindSegmentationTaskDialog.h
Go to the documentation of this file.
1
/*============================================================================
2
3
The Medical Imaging Interaction Toolkit (MITK)
4
5
Copyright (c) German Cancer Research Center (DKFZ)
6
All rights reserved.
7
8
Use of this source code is governed by a 3-clause BSD license that can be
9
found in the LICENSE file.
10
11
============================================================================*/
12
13
#ifndef QmitkFindSegmentationTaskDialog_h
14
#define QmitkFindSegmentationTaskDialog_h
15
16
#include <QDialog>
17
#include <
mitkSegmentationTaskList.h
>
18
19
class
QTableWidgetItem;
20
21
namespace
Ui
22
{
23
class
QmitkFindSegmentationTaskDialog
;
24
}
25
26
class
QmitkFindSegmentationTaskDialog
:
public
QDialog
27
{
28
Q_OBJECT
29
30
public
:
31
explicit
QmitkFindSegmentationTaskDialog
(QWidget* parent =
nullptr
);
32
~QmitkFindSegmentationTaskDialog
()
override
;
33
34
void
SetTaskList
(
const
mitk::SegmentationTaskList
* taskList);
35
std::optional<size_t>
GetSelectedTask
()
const
;
36
bool
LoadSelectedTask
()
const
;
37
38
private
:
39
enum
Column
40
{
41
Number,
42
Name,
43
Status,
44
Image,
45
Segmentation,
46
Result,
47
Description
48
};
49
50
void
OnItemSelectionChanged();
51
void
OnItemDoubleClicked(QTableWidgetItem* item);
52
void
OnFinished(
int
result);
53
54
void
ApplyFilter();
55
bool
ContainsNumber(
int
row)
const
;
56
bool
ContainsName(
int
row)
const
;
57
bool
HasStatus(
int
row)
const
;
58
59
Ui::QmitkFindSegmentationTaskDialog* m_Ui;
60
mitk::SegmentationTaskList::ConstPointer
m_TaskList;
61
std::optional<size_t> m_SelectedTask;
62
};
63
64
#endif
QmitkFindSegmentationTaskDialog
Definition:
QmitkFindSegmentationTaskDialog.h:26
mitk::SegmentationTaskList
A list of segmentation tasks.
Definition:
mitkSegmentationTaskList.h:30
itk::SmartPointer< const Self >
QmitkFindSegmentationTaskDialog::QmitkFindSegmentationTaskDialog
QmitkFindSegmentationTaskDialog(QWidget *parent=nullptr)
Ui
Definition:
BlueBerryExampleLauncherDialog.h:21
QmitkFindSegmentationTaskDialog::LoadSelectedTask
bool LoadSelectedTask() const
mitkSegmentationTaskList.h
QmitkFindSegmentationTaskDialog::~QmitkFindSegmentationTaskDialog
~QmitkFindSegmentationTaskDialog() override
QmitkFindSegmentationTaskDialog::GetSelectedTask
std::optional< size_t > GetSelectedTask() const
QmitkFindSegmentationTaskDialog::SetTaskList
void SetTaskList(const mitk::SegmentationTaskList *taskList)
src
MITK
Modules
SegmentationUI
Qmitk
QmitkFindSegmentationTaskDialog.h
Generated on Tue Dec 10 2024 10:35:11 for Medical Imaging Interaction Toolkit by
1.8.17