Slicer
5.0
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
q
r
s
t
u
v
w
x
y
z
+
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
h
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
p
r
s
w
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
v
Functions
+
Variables
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
v
+
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
w
+
Functions
a
c
e
i
l
n
p
q
r
s
t
v
Variables
+
Typedefs
a
d
g
i
l
m
n
p
q
r
s
t
v
Enumerations
Enumerator
+
Macros
b
c
d
e
f
g
i
m
o
p
s
t
u
v
w
•
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
(QWidget* parent=
nullptr
);
16
~qSlicerSceneViewsModuleDialog
()
override
;
17
19
void
setLogic
(
vtkSlicerSceneViewsModuleLogic
* logic);
20
22
void
loadNode
(
const
QString& nodeId);
24
void
reset
();
25
26
void
accept
()
override
;
27
28
private
:
29
vtkSlicerSceneViewsModuleLogic
* m_Logic;
30
};
31
32
#endif
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
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
qSlicerSceneViewsModuleDialog::qSlicerSceneViewsModuleDialog
qSlicerSceneViewsModuleDialog(QWidget *parent=nullptr)
vtkSlicerSceneViewsModuleLogic
Definition:
vtkSlicerSceneViewsModuleLogic.h:45
qMRMLScreenShotDialog
Definition:
qMRMLScreenShotDialog.h:37
qSlicerSceneViewsModuleDialog::accept
void accept() override
qSlicerSceneViewsModuleDialog::~qSlicerSceneViewsModuleDialog
~qSlicerSceneViewsModuleDialog() override
Generated on Fri Jul 8 2022 05:39:17 for Slicer by
1.8.14