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
Annotations
Widgets
qMRMLAnnotationDisplayNodePropertyWidget.h
Go to the documentation of this file.
1
2
#ifndef __qMRMLAnnotationDisplayNodePropertyWidget_h
3
#define __qMRMLAnnotationDisplayNodePropertyWidget_h
4
5
// CTK includes
6
#include <ctkPimpl.h>
7
#include <ctkVTKObject.h>
8
9
// Slicer includes
10
#include "
qMRMLWidget.h
"
11
12
#include "qSlicerAnnotationsModuleWidgetsExport.h"
13
14
class
qMRMLAnnotationDisplayNodePropertyWidgetPrivate;
15
17
class
Q_SLICER_MODULE_ANNOTATIONS_WIDGETS_EXPORT
qMRMLAnnotationDisplayNodePropertyWidget
:
public
qMRMLWidget
18
{
19
Q_OBJECT
20
QVTK_OBJECT
21
22
public
:
23
typedef
qMRMLWidget
Superclass
;
24
qMRMLAnnotationDisplayNodePropertyWidget
(QWidget *newParent = 0);
25
virtual
~
qMRMLAnnotationDisplayNodePropertyWidget
();
26
27
protected
:
28
QScopedPointer<qMRMLAnnotationDisplayNodePropertyWidgetPrivate>
d_ptr
;
29
30
private
:
31
Q_DECLARE_PRIVATE(
qMRMLAnnotationDisplayNodePropertyWidget
);
32
Q_DISABLE_COPY(
qMRMLAnnotationDisplayNodePropertyWidget
);
33
34
};
35
36
#endif
qMRMLAnnotationDisplayNodePropertyWidget::d_ptr
QScopedPointer< qMRMLAnnotationDisplayNodePropertyWidgetPrivate > d_ptr
Definition:
qMRMLAnnotationDisplayNodePropertyWidget.h:28
qMRMLAnnotationDisplayNodePropertyWidget
Definition:
qMRMLAnnotationDisplayNodePropertyWidget.h:17
qMRMLWidget.h
qMRMLWidget
Base class for any widget that requires a MRML Scene.
Definition:
qMRMLWidget.h:35
qMRMLAnnotationDisplayNodePropertyWidget::Superclass
qMRMLWidget Superclass
Definition:
qMRMLAnnotationDisplayNodePropertyWidget.h:23
Generated on Fri Jul 8 2022 05:39:17 for Slicer by
1.8.14