Medical Imaging Interaction Toolkit
2024.12.99-d991a09f
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
x
Functions
_
e
h
m
o
q
s
u
Variables
Typedefs
Enumerations
Enumerator
Macros
_
a
b
c
d
e
f
g
i
m
o
p
q
r
s
u
v
x
Examples
Download
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
mitkDataStorageEditorInput.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 mitkDataStorageEditorInput_h
14
#define mitkDataStorageEditorInput_h
15
16
#include <
berryIEditorInput.h
>
17
#include <
berryIPersistableElement.h
>
18
19
#include <
mitkIDataStorageReference.h
>
20
21
#include <
org_mitk_gui_common_Export.h
>
22
23
namespace
mitk
24
{
25
34
class
MITK_GUI_COMMON_PLUGIN
DataStorageEditorInput
:
public
berry::IEditorInput
//, private berry::IPersistableElement
35
{
36
public
:
37
berryObjectMacro
(
DataStorageEditorInput
);
38
39
DataStorageEditorInput
();
40
DataStorageEditorInput
(
IDataStorageReference::Pointer
ref);
41
42
bool
Exists()
const override
;
43
QString GetName()
const override
;
44
QString GetToolTipText()
const override
;
45
QIcon GetIcon()
const override
;
46
47
const
berry::IPersistableElement
* GetPersistable()
const override
;
48
Object* GetAdapter(
const
QString &adapterType)
const override
;
49
50
IDataStorageReference::Pointer
GetDataStorageReference();
51
52
bool
operator==
(
const
berry::Object
*)
const override
;
53
54
private
:
55
56
//QString GetFactoryId() const;
57
//void SaveState(const berry::SmartPointer<berry::IMemento>& memento) const;
58
59
IDataStorageReference::Pointer
m_DataStorageRef;
60
};
61
62
}
63
64
#endif
berryIPersistableElement.h
org_mitk_gui_common_Export.h
berry::Object
Light weight base class for most BlueBerry classes.
Definition:
berryObject.h:72
mitk::DataStorageEditorInput
An editor input based on a mitk::DataStorage.
Definition:
mitkDataStorageEditorInput.h:34
mitk
Find image slices visible on a given plane.
Definition:
RenderingTests.dox:1
berryIEditorInput.h
mitk::operator==
MITKCORE_EXPORT bool operator==(const InteractionEvent &a, const InteractionEvent &b)
MITK_GUI_COMMON_PLUGIN
#define MITK_GUI_COMMON_PLUGIN
Definition:
org_mitk_gui_common_Export.h:26
berry::IPersistableElement
Definition:
berryIPersistableElement.h:45
berry::IEditorInput
Definition:
berryIEditorInput.h:66
berry::Object::Pointer
berry::SmartPointer< Self > Pointer
Definition:
berryObject.h:82
berryObjectMacro
#define berryObjectMacro(...)
Definition:
berryMacros.h:31
mitkIDataStorageReference.h
src
MITK
Plugins
org.mitk.gui.common
src
mitkDataStorageEditorInput.h
Generated on Mon Mar 17 2025 02:14:12 for Medical Imaging Interaction Toolkit by
1.8.17