Slicer
4.10
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Main Page
Modules
Related Pages
+
Classes
Class Index
Class List
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
r
s
t
u
v
w
x
y
+
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
+
Enumerations
_
a
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
+
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
+
Related Functions
a
e
f
i
m
o
r
s
t
w
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
c
e
f
g
i
j
k
l
m
n
o
r
s
t
w
+
Functions
a
c
e
f
g
r
t
w
+
Variables
a
c
f
g
i
j
k
l
m
n
o
r
s
t
+
Files
File List
+
File Members
+
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
z
+
Functions
a
c
e
i
l
n
p
q
r
s
t
u
v
z
Variables
+
Typedefs
a
d
g
i
l
m
p
q
r
s
t
v
Enumerations
Enumerator
+
Macros
b
c
d
e
f
g
h
i
m
n
o
p
s
t
u
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Modules
Loadable
Annotations
GUI
qSlicerAnnotationModuleSnapShotDialog.h
Go to the documentation of this file.
1
#ifndef __qSlicerAnnotationModuleSnapShotDialog_h
2
#define __qSlicerAnnotationModuleSnapShotDialog_h
3
4
class
vtkSlicerAnnotationModuleLogic
;
5
6
#include "
qMRMLScreenShotDialog.h
"
7
9
class
qSlicerAnnotationModuleSnapShotDialog
:
public
qMRMLScreenShotDialog
10
{
11
Q_OBJECT
12
public
:
13
typedef
qMRMLScreenShotDialog
Superclass
;
14
qSlicerAnnotationModuleSnapShotDialog
(QWidget* parent = 0);
15
virtual
~qSlicerAnnotationModuleSnapShotDialog
();
16
18
void
setLogic
(
vtkSlicerAnnotationModuleLogic
* logic);
19
21
void
loadNode
(
const
char
* nodeId);
23
void
reset
();
24
25
virtual
void
accept
();
26
27
private
:
28
vtkSlicerAnnotationModuleLogic
* m_Logic;
29
};
30
31
#endif
vtkSlicerAnnotationModuleLogic
Definition:
vtkSlicerAnnotationModuleLogic.h:19
qMRMLScreenShotDialog.h
qSlicerAnnotationModuleSnapShotDialog
Definition:
qSlicerAnnotationModuleSnapShotDialog.h:9
qSlicerAnnotationModuleSnapShotDialog::reset
void reset()
Reset the dialog and give it a unique name.
qSlicerAnnotationModuleSnapShotDialog::~qSlicerAnnotationModuleSnapShotDialog
virtual ~qSlicerAnnotationModuleSnapShotDialog()
qSlicerAnnotationModuleSnapShotDialog::loadNode
void loadNode(const char *nodeId)
Initialize this dialog with values from an existing annotation Snapshot node.
qSlicerAnnotationModuleSnapShotDialog::qSlicerAnnotationModuleSnapShotDialog
qSlicerAnnotationModuleSnapShotDialog(QWidget *parent=0)
qMRMLScreenShotDialog
Definition:
qMRMLScreenShotDialog.h:37
qSlicerAnnotationModuleSnapShotDialog::Superclass
qMRMLScreenShotDialog Superclass
Definition:
qSlicerAnnotationModuleSnapShotDialog.h:13
qSlicerAnnotationModuleSnapShotDialog::setLogic
void setLogic(vtkSlicerAnnotationModuleLogic *logic)
Set the Annotation module logic.
qSlicerAnnotationModuleSnapShotDialog::accept
virtual void accept()
Generated on Fri May 17 2019 15:20:20 for Slicer by
1.8.14