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
Base
QTGUI
qSlicerQListQVariantMapMetaType.h
Go to the documentation of this file.
1
2
#ifndef _qSlicerQListQVariantMapMetaType_h
3
#define _qSlicerQListQVariantMapMetaType_h
4
5
#include <QMetaType>
6
#include <QVariant>
7
8
template
<
typename
T>
class
QList
;
9
template
<
class
Key,
class
T>
class
QMap
;
10
typedef
QMap<QString, QVariant>
QVariantMap
;
11
12
Q_DECLARE_METATYPE
(
QList<QVariantMap>
);
13
14
#endif
QVariantMap
QMap< QString, QVariant > QVariantMap
Definition:
qSlicerQListQVariantMapMetaType.h:9
Q_DECLARE_METATYPE
Q_DECLARE_METATYPE(QList< QVariantMap >)
QMap
Definition:
qSlicerQListQVariantMapMetaType.h:9
QList
Definition:
qSlicerQListQVariantMapMetaType.h:8
Generated on Fri Jul 8 2022 05:39:16 for Slicer by
1.8.14