Medical Imaging Interaction Toolkit
2024.12.00
Medical Imaging Interaction Toolkit
Home
Manual
API Reference
Groups
Namespace List
Namespace List
Namespace 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
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
Variables
e
f
i
l
m
n
p
r
s
t
Typedefs
a
b
c
d
f
g
i
l
m
n
o
p
q
r
s
t
v
x
Enumerations
Enumerator
a
b
c
d
e
g
h
i
k
l
n
o
p
r
s
t
v
w
z
Class List
Class List
Class Index
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
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
h
i
l
m
n
o
p
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Properties
c
m
o
r
s
t
Related Functions
File List
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
m
o
p
q
r
s
t
u
v
Functions
_
e
h
m
o
q
s
u
Variables
Typedefs
Enumerations
Enumerator
Macros
_
a
b
c
d
e
g
i
m
o
p
q
r
s
u
v
Examples
Download
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
org_blueberry_ui_qt_Export.h
Go to the documentation of this file.
1
2
3
// .NAME __org_blueberry_ui_qt_Export - manage Windows system differences
4
// .SECTION Description
5
// The __org_blueberry_ui_qt_Export captures some system differences between Unix
6
// and Windows operating systems.
7
8
#ifndef __org_blueberry_ui_qt_Export_h
9
#define __org_blueberry_ui_qt_Export_h
10
11
#include "ctkCompatibility_p.h"
12
#include "ctkCompilerDetections_p.h"
13
14
#include <QtGlobal>
15
16
#if defined(Q_OS_WIN) || defined(Q_OS_SYMBIAN)
17
# if defined(org_blueberry_ui_qt_EXPORTS)
18
# define BERRY_UI_QT Q_DECL_EXPORT
19
# else
20
# define BERRY_UI_QT Q_DECL_IMPORT
21
# endif
22
#endif
23
24
#if !defined(BERRY_UI_QT)
25
//# if defined(CTK_SHARED)
26
# define BERRY_UI_QT Q_DECL_EXPORT
27
//# else
28
//# define BERRY_UI_QT
29
//# endif
30
#endif
31
32
33
34
#endif
Plugins
org.blueberry.ui.qt
org_blueberry_ui_qt_Export.h
Generated on Tue Dec 10 2024 10:35:11 for Medical Imaging Interaction Toolkit by
1.8.17