Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
Home
Manual
API Reference
Download
Bugzilla
Groups
Namespace List
Class List
File List
Examples
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
berryConstants.cpp
Go to the documentation of this file.
1
/*===================================================================
2
3
BlueBerry Platform
4
5
Copyright (c) German Cancer Research Center,
6
Division of Medical and Biological Informatics.
7
All rights reserved.
8
9
This software is distributed WITHOUT ANY WARRANTY; without
10
even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
A PARTICULAR PURPOSE.
12
13
See LICENSE.txt or http://www.mitk.org for details.
14
15
===================================================================*/
16
17
#include "
berryConstants.h
"
18
19
namespace
berry
20
{
21
22
const
int
Constants::NONE
= 0;
23
const
int
Constants::DEFAULT
= -1;
24
const
int
Constants::DRAG
= 1;
25
const
int
Constants::CENTER
= 1 << 24;
26
const
int
Constants::HORIZONTAL
= 1 << 8;
27
const
int
Constants::VERTICAL
= 1 << 9;
28
const
int
Constants::MIN
= 1 << 7;
29
const
int
Constants::MAX
= 1 << 10;
30
const
int
Constants::UP
= 1 << 7;
31
const
int
Constants::TOP
=
Constants::UP
;
32
const
int
Constants::DOWN
= 1 << 10;
33
const
int
Constants::BOTTOM
=
Constants::DOWN
;
34
const
int
Constants::LEAD
= 1 << 14;
35
const
int
Constants::LEFT
=
Constants::LEAD
;
36
const
int
Constants::TRAIL
= 1 << 17;
37
const
int
Constants::RIGHT
=
Constants::TRAIL
;
38
const
int
Constants::FILL
= 4;
39
const
int
Constants::WRAP
= 1 << 6;
40
const
int
Constants::BORDER
= 1 << 11;
41
const
int
Constants::CLOSE
= 1 << 6;
42
const
int
Constants::TOOL
= 1 << 2;
43
const
int
Constants::RESIZE
= 1 << 4;
44
const
int
Constants::TITLE
= 1 << 5;
45
const
int
Constants::SHELL_TRIM
= Constants::BORDER| Constants::CLOSE | Constants::TITLE | Constants::MIN | Constants::MAX |
Constants::RESIZE
;
46
const
int
Constants::DIALOG_TRIM
= Constants::TITLE | Constants::CLOSE |
Constants::BORDER
;
47
const
int
Constants::MODELESS
= 0;
48
const
int
Constants::PRIMARY_MODAL
= 1 << 15;
49
const
int
Constants::APPLICATION_MODAL
= 1 << 16;
50
const
int
Constants::SYSTEM_MODAL
= 1 << 17;
51
52
}
berry
Definition:
QmitkPropertyItemModel.h:27
berry::Constants::NONE
static const int NONE
Definition:
berryConstants.h:45
berry::Constants::LEFT
static const int LEFT
Definition:
berryConstants.h:178
berry::Constants::RIGHT
static const int RIGHT
Definition:
berryConstants.h:200
berry::Constants::DRAG
static const int DRAG
Definition:
berryConstants.h:53
berry::Constants::BOTTOM
static const int BOTTOM
Definition:
berryConstants.h:156
berry::Constants::CENTER
static const int CENTER
Definition:
berryConstants.h:64
berry::Constants::FILL
static const int FILL
Definition:
berryConstants.h:205
berry::Constants::WRAP
static const int WRAP
Definition:
berryConstants.h:210
berry::Constants::SHELL_TRIM
static const int SHELL_TRIM
Definition:
berryConstants.h:267
berry::Constants::TITLE
static const int TITLE
Definition:
berryConstants.h:258
berry::Constants::LEAD
static const int LEAD
Definition:
berryConstants.h:170
berry::Constants::HORIZONTAL
static const int HORIZONTAL
Definition:
berryConstants.h:80
berry::Constants::BORDER
static const int BORDER
Definition:
berryConstants.h:219
berry::Constants::SYSTEM_MODAL
static const int SYSTEM_MODAL
Definition:
berryConstants.h:316
berry::Constants::UP
static const int UP
Definition:
berryConstants.h:126
berry::Constants::RESIZE
static const int RESIZE
Definition:
berryConstants.h:250
berry::Constants::TRAIL
static const int TRAIL
Definition:
berryConstants.h:192
berry::Constants::PRIMARY_MODAL
static const int PRIMARY_MODAL
Definition:
berryConstants.h:296
berry::Constants::MAX
static const int MAX
Definition:
berryConstants.h:114
berry::Constants::CLOSE
static const int CLOSE
Definition:
berryConstants.h:228
berry::Constants::TOOL
static const int TOOL
Definition:
berryConstants.h:241
berry::Constants::DEFAULT
static const int DEFAULT
Definition:
berryConstants.h:47
berryConstants.h
berry::Constants::MODELESS
static const int MODELESS
Definition:
berryConstants.h:286
berry::Constants::MIN
static const int MIN
Definition:
berryConstants.h:106
berry::Constants::APPLICATION_MODAL
static const int APPLICATION_MODAL
Definition:
berryConstants.h:306
berry::Constants::VERTICAL
static const int VERTICAL
Definition:
berryConstants.h:98
berry::Constants::DOWN
static const int DOWN
Definition:
berryConstants.h:147
berry::Constants::DIALOG_TRIM
static const int DIALOG_TRIM
Definition:
berryConstants.h:276
berry::Constants::TOP
static const int TOP
Definition:
berryConstants.h:135
git
MITK
Plugins
org.blueberry.ui.qt
src
berryConstants.cpp
Generated on Fri Feb 3 2017 20:51:43 for Medical Imaging Interaction Toolkit by
1.8.9.1