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
SceneViews
GUI
qSlicerSceneViewsModuleDialog.h
Go to the documentation of this file.
1
#ifndef __qSlicerSceneViewsModuleDialog_h
2
#define __qSlicerSceneViewsModuleDialog_h
3
4
#include <
vtkSlicerSceneViewsModuleLogic.h
>
5
6
#include "
qMRMLScreenShotDialog.h
"
7
9
class
qSlicerSceneViewsModuleDialog
:
public
qMRMLScreenShotDialog
10
{
11
Q_OBJECT
12
public
:
13
typedef
qMRMLScreenShotDialog
Superclass
;
14
15
qSlicerSceneViewsModuleDialog
();
16
~qSlicerSceneViewsModuleDialog
();
17
19
void
setLogic
(
vtkSlicerSceneViewsModuleLogic
* logic);
20
22
void
loadNode
(
const
QString& nodeId);
24
void
reset
();
25
26
virtual
void
accept
();
27
28
private
:
29
vtkSlicerSceneViewsModuleLogic
* m_Logic;
30
};
31
32
#endif
qSlicerSceneViewsModuleDialog::qSlicerSceneViewsModuleDialog
qSlicerSceneViewsModuleDialog()
qSlicerSceneViewsModuleDialog::setLogic
void setLogic(vtkSlicerSceneViewsModuleLogic *logic)
Set the SceneViews module logic.
qSlicerSceneViewsModuleDialog::reset
void reset()
Reset the dialog and give it a unique name.
qMRMLScreenShotDialog.h
qSlicerSceneViewsModuleDialog::accept
virtual void accept()
vtkSlicerSceneViewsModuleLogic.h
qSlicerSceneViewsModuleDialog::Superclass
qMRMLScreenShotDialog Superclass
Definition:
qSlicerSceneViewsModuleDialog.h:13
qSlicerSceneViewsModuleDialog::loadNode
void loadNode(const QString &nodeId)
Initialize this dialog with values from an existing annotation Snapshot node.
qSlicerSceneViewsModuleDialog
Definition:
qSlicerSceneViewsModuleDialog.h:9
vtkSlicerSceneViewsModuleLogic
Definition:
vtkSlicerSceneViewsModuleLogic.h:44
qMRMLScreenShotDialog
Definition:
qMRMLScreenShotDialog.h:37
qSlicerSceneViewsModuleDialog::~qSlicerSceneViewsModuleDialog
~qSlicerSceneViewsModuleDialog()
Generated on Fri May 17 2019 15:20:20 for Slicer by
1.8.14