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.h
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
18
#ifndef BERRYCONSTANTS_H_
19
#define BERRYCONSTANTS_H_
20
21
#include <
org_blueberry_ui_qt_Export.h
>
22
23
namespace
berry
24
{
25
26
enum
CursorType
27
{
28
CURSOR_INVALID
,
29
CURSOR_LEFT
,
30
CURSOR_RIGHT
,
31
CURSOR_TOP
,
32
CURSOR_BOTTOM
,
33
CURSOR_CENTER
,
34
CURSOR_OFFSCREEN
,
35
CURSOR_FASTVIEW
36
};
37
38
struct
BERRY_UI_QT
Constants
39
{
40
45
static
const
int
NONE
;
// = 0;
46
47
static
const
int
DEFAULT
;
// = -1
48
53
static
const
int
DRAG
;
// = 1;
54
64
static
const
int
CENTER
;
// = 1 << 24;
65
80
static
const
int
HORIZONTAL
;
// = 1 << 8;
81
82
98
static
const
int
VERTICAL
;
// = 1 << 9;
99
106
static
const
int
MIN
;
// = 1 << 7;
107
114
static
const
int
MAX
;
// = 1 << 10;
115
126
static
const
int
UP
;
// = 1 << 7;
127
135
static
const
int
TOP
;
// = UP;
136
147
static
const
int
DOWN
;
// = 1 << 10;
148
156
static
const
int
BOTTOM
;
// = DOWN;
157
170
static
const
int
LEAD
;
// = 1 << 14;
171
178
static
const
int
LEFT
;
// = LEAD;
179
192
static
const
int
TRAIL
;
// = 1 << 17;
193
200
static
const
int
RIGHT
;
// = TRAIL;
201
205
static
const
int
FILL
;
// = 4;
206
210
static
const
int
WRAP
;
// = 1 << 6;
211
219
static
const
int
BORDER
;
// = 1 << 11;
220
228
static
const
int
CLOSE
;
// = 1 << 6;
229
241
static
const
int
TOOL
;
// = 1 << 2;
242
250
static
const
int
RESIZE
;
// = 1 << 4;
251
258
static
const
int
TITLE
;
// = 1 << 5;
259
267
static
const
int
SHELL_TRIM
;
// = CLOSE | TITLE | MIN | MAX | RESIZE;
268
276
static
const
int
DIALOG_TRIM
;
// = TITLE | CLOSE | BORDER;
277
286
static
const
int
MODELESS
;
// = 0;
287
296
static
const
int
PRIMARY_MODAL
;
// = 1 << 15;
297
306
static
const
int
APPLICATION_MODAL
;
// = 1 << 16;
307
316
static
const
int
SYSTEM_MODAL
;
// = 1 << 17;
317
};
318
319
}
320
321
#endif
/* BERRYCONSTANTS_H_ */
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::CURSOR_CENTER
Definition:
berryConstants.h:33
berry::CURSOR_INVALID
Definition:
berryConstants.h:28
berry::CURSOR_OFFSCREEN
Definition:
berryConstants.h:34
org_blueberry_ui_qt_Export.h
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::CURSOR_RIGHT
Definition:
berryConstants.h:30
berry::Constants::LEAD
static const int LEAD
Definition:
berryConstants.h:170
berry::Constants::HORIZONTAL
static const int HORIZONTAL
Definition:
berryConstants.h:80
berry::CURSOR_BOTTOM
Definition:
berryConstants.h:32
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
Definition:
berryConstants.h:38
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::CURSOR_LEFT
Definition:
berryConstants.h:29
berry::CURSOR_FASTVIEW
Definition:
berryConstants.h:35
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
berry::CursorType
CursorType
Definition:
berryConstants.h:26
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::CURSOR_TOP
Definition:
berryConstants.h:31
berry::Constants::DIALOG_TRIM
static const int DIALOG_TRIM
Definition:
berryConstants.h:276
berry::Constants::TOP
static const int TOP
Definition:
berryConstants.h:135
BERRY_UI_QT
#define BERRY_UI_QT
Definition:
org_blueberry_ui_qt_Export.h:23
git
MITK
Plugins
org.blueberry.ui.qt
src
berryConstants.h
Generated on Fri Feb 3 2017 20:51:43 for Medical Imaging Interaction Toolkit by
1.8.9.1