Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
berryConstants.cpp
Go to the documentation of this file.
1
/*============================================================================
2
3
The Medical Imaging Interaction Toolkit (MITK)
4
5
Copyright (c) German Cancer Research Center (DKFZ)
6
All rights reserved.
7
8
Use of this source code is governed by a 3-clause BSD license that can be
9
found in the LICENSE file.
10
11
============================================================================*/
12
13
#include "
berryConstants.h
"
14
15
namespace
berry
16
{
17
18
const
int
Constants::NONE
= 0;
19
const
int
Constants::DEFAULT
= -1;
20
const
int
Constants::DRAG
= 1;
21
const
int
Constants::CENTER
= 1 << 24;
22
const
int
Constants::HORIZONTAL
= 1 << 8;
23
const
int
Constants::VERTICAL
= 1 << 9;
24
const
int
Constants::MIN
= 1 << 7;
25
const
int
Constants::MAX
= 1 << 10;
26
const
int
Constants::UP
= 1 << 7;
27
const
int
Constants::TOP
=
Constants::UP
;
28
const
int
Constants::DOWN
= 1 << 10;
29
const
int
Constants::BOTTOM
=
Constants::DOWN
;
30
const
int
Constants::LEAD
= 1 << 14;
31
const
int
Constants::LEFT
=
Constants::LEAD
;
32
const
int
Constants::TRAIL
= 1 << 17;
33
const
int
Constants::RIGHT
=
Constants::TRAIL
;
34
const
int
Constants::FILL
= 4;
35
const
int
Constants::WRAP
= 1 << 6;
36
const
int
Constants::BORDER
= 1 << 11;
37
const
int
Constants::CLOSE
= 1 << 6;
38
const
int
Constants::TOOL
= 1 << 2;
39
const
int
Constants::RESIZE
= 1 << 4;
40
const
int
Constants::TITLE
= 1 << 5;
41
const
int
Constants::SHELL_TRIM
= Constants::BORDER| Constants::CLOSE | Constants::TITLE | Constants::MIN | Constants::MAX |
Constants::RESIZE
;
42
const
int
Constants::DIALOG_TRIM
= Constants::TITLE | Constants::CLOSE |
Constants::BORDER
;
43
const
int
Constants::MODELESS
= 0;
44
const
int
Constants::PRIMARY_MODAL
= 1 << 15;
45
const
int
Constants::APPLICATION_MODAL
= 1 << 16;
46
const
int
Constants::SYSTEM_MODAL
= 1 << 17;
47
48
}
berry
Definition:
QmitkPropertyItemModel.h:23
berry::Constants::NONE
static const int NONE
Definition:
berryConstants.h:41
berry::Constants::LEFT
static const int LEFT
Definition:
berryConstants.h:174
berry::Constants::RIGHT
static const int RIGHT
Definition:
berryConstants.h:196
berry::Constants::DRAG
static const int DRAG
Definition:
berryConstants.h:49
berry::Constants::BOTTOM
static const int BOTTOM
Definition:
berryConstants.h:152
berry::Constants::CENTER
static const int CENTER
Definition:
berryConstants.h:60
berry::Constants::FILL
static const int FILL
Definition:
berryConstants.h:201
berry::Constants::WRAP
static const int WRAP
Definition:
berryConstants.h:206
berry::Constants::SHELL_TRIM
static const int SHELL_TRIM
Definition:
berryConstants.h:263
berry::Constants::TITLE
static const int TITLE
Definition:
berryConstants.h:254
berry::Constants::LEAD
static const int LEAD
Definition:
berryConstants.h:166
berry::Constants::HORIZONTAL
static const int HORIZONTAL
Definition:
berryConstants.h:76
berry::Constants::BORDER
static const int BORDER
Definition:
berryConstants.h:215
berry::Constants::SYSTEM_MODAL
static const int SYSTEM_MODAL
Definition:
berryConstants.h:312
berry::Constants::UP
static const int UP
Definition:
berryConstants.h:122
berry::Constants::RESIZE
static const int RESIZE
Definition:
berryConstants.h:246
berry::Constants::TRAIL
static const int TRAIL
Definition:
berryConstants.h:188
berry::Constants::PRIMARY_MODAL
static const int PRIMARY_MODAL
Definition:
berryConstants.h:292
berry::Constants::MAX
static const int MAX
Definition:
berryConstants.h:110
berry::Constants::CLOSE
static const int CLOSE
Definition:
berryConstants.h:224
berry::Constants::TOOL
static const int TOOL
Definition:
berryConstants.h:237
berry::Constants::DEFAULT
static const int DEFAULT
Definition:
berryConstants.h:43
berryConstants.h
berry::Constants::MODELESS
static const int MODELESS
Definition:
berryConstants.h:282
berry::Constants::MIN
static const int MIN
Definition:
berryConstants.h:102
berry::Constants::APPLICATION_MODAL
static const int APPLICATION_MODAL
Definition:
berryConstants.h:302
berry::Constants::VERTICAL
static const int VERTICAL
Definition:
berryConstants.h:94
berry::Constants::DOWN
static const int DOWN
Definition:
berryConstants.h:143
berry::Constants::DIALOG_TRIM
static const int DIALOG_TRIM
Definition:
berryConstants.h:272
berry::Constants::TOP
static const int TOP
Definition:
berryConstants.h:131
Source
Plugins
org.blueberry.ui.qt
src
berryConstants.cpp
Generated on Thu Mar 12 2020 10:23:32 for Medical Imaging Interaction Toolkit by
1.8.13