Medical Imaging Interaction Toolkit  2023.12.00
Medical Imaging Interaction Toolkit
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 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 
14 #ifndef BERRYCONSTANTS_H_
15 #define BERRYCONSTANTS_H_
16 
18 
19 namespace berry
20 {
21 
23 {
32 };
33 
35 {
36 
41  static const int NONE; // = 0;
42 
43  static const int DEFAULT; // = -1
44 
49  static const int DRAG; // = 1;
50 
60  static const int CENTER; // = 1 << 24;
61 
76  static const int HORIZONTAL; // = 1 << 8;
77 
78 
94  static const int VERTICAL; // = 1 << 9;
95 
102  static const int MIN; // = 1 << 7;
103 
110  static const int MAX; // = 1 << 10;
111 
122  static const int UP; // = 1 << 7;
123 
131  static const int TOP; // = UP;
132 
143  static const int DOWN; // = 1 << 10;
144 
152  static const int BOTTOM; // = DOWN;
153 
166  static const int LEAD; // = 1 << 14;
167 
174  static const int LEFT; // = LEAD;
175 
188  static const int TRAIL; // = 1 << 17;
189 
196  static const int RIGHT; // = TRAIL;
197 
201  static const int FILL; // = 4;
202 
206  static const int WRAP; // = 1 << 6;
207 
215  static const int BORDER; // = 1 << 11;
216 
224  static const int CLOSE; // = 1 << 6;
225 
237  static const int TOOL; // = 1 << 2;
238 
246  static const int RESIZE; // = 1 << 4;
247 
254  static const int TITLE; // = 1 << 5;
255 
263  static const int SHELL_TRIM; // = CLOSE | TITLE | MIN | MAX | RESIZE;
264 
272  static const int DIALOG_TRIM; // = TITLE | CLOSE | BORDER;
273 
282  static const int MODELESS; // = 0;
283 
292  static const int PRIMARY_MODAL; // = 1 << 15;
293 
302  static const int APPLICATION_MODAL; // = 1 << 16;
303 
312  static const int SYSTEM_MODAL; // = 1 << 17;
313 };
314 
315 }
316 
317 #endif /* BERRYCONSTANTS_H_ */
berry::Constants::RIGHT
static const int RIGHT
Definition: berryConstants.h:196
berry::CURSOR_LEFT
@ CURSOR_LEFT
Definition: berryConstants.h:25
berry::Constants::RESIZE
static const int RESIZE
Definition: berryConstants.h:246
berry::Constants::CLOSE
static const int CLOSE
Definition: berryConstants.h:224
berry::Constants::HORIZONTAL
static const int HORIZONTAL
Definition: berryConstants.h:76
berry::CURSOR_RIGHT
@ CURSOR_RIGHT
Definition: berryConstants.h:26
berry::Constants::CENTER
static const int CENTER
Definition: berryConstants.h:60
org_blueberry_ui_qt_Export.h
berry::Constants::TOP
static const int TOP
Definition: berryConstants.h:131
berry::Constants::DEFAULT
static const int DEFAULT
Definition: berryConstants.h:43
berry::CURSOR_CENTER
@ CURSOR_CENTER
Definition: berryConstants.h:29
berry::CursorType
CursorType
Definition: berryConstants.h:22
berry::Constants::APPLICATION_MODAL
static const int APPLICATION_MODAL
Definition: berryConstants.h:302
berry::Constants::TRAIL
static const int TRAIL
Definition: berryConstants.h:188
berry::Constants::SHELL_TRIM
static const int SHELL_TRIM
Definition: berryConstants.h:263
berry::Constants::VERTICAL
static const int VERTICAL
Definition: berryConstants.h:94
berry::Constants::TITLE
static const int TITLE
Definition: berryConstants.h:254
berry::Constants
Definition: berryConstants.h:34
berry::Constants::UP
static const int UP
Definition: berryConstants.h:122
berry::Constants::WRAP
static const int WRAP
Definition: berryConstants.h:206
berry::Constants::LEFT
static const int LEFT
Definition: berryConstants.h:174
BERRY_UI_QT
#define BERRY_UI_QT
Definition: org_blueberry_ui_qt_Export.h:26
berry::Constants::DRAG
static const int DRAG
Definition: berryConstants.h:49
berry::Constants::BOTTOM
static const int BOTTOM
Definition: berryConstants.h:152
berry::Constants::DIALOG_TRIM
static const int DIALOG_TRIM
Definition: berryConstants.h:272
berry::CURSOR_INVALID
@ CURSOR_INVALID
Definition: berryConstants.h:24
berry::CURSOR_BOTTOM
@ CURSOR_BOTTOM
Definition: berryConstants.h:28
berry::Constants::MIN
static const int MIN
Definition: berryConstants.h:102
berry::Constants::TOOL
static const int TOOL
Definition: berryConstants.h:237
berry::Constants::FILL
static const int FILL
Definition: berryConstants.h:201
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::DOWN
static const int DOWN
Definition: berryConstants.h:143
berry::Constants::LEAD
static const int LEAD
Definition: berryConstants.h:166
berry::Constants::BORDER
static const int BORDER
Definition: berryConstants.h:215
berry::Constants::NONE
static const int NONE
Definition: berryConstants.h:41
berry::CURSOR_OFFSCREEN
@ CURSOR_OFFSCREEN
Definition: berryConstants.h:30
berry::Constants::MODELESS
static const int MODELESS
Definition: berryConstants.h:282
berry::Constants::SYSTEM_MODAL
static const int SYSTEM_MODAL
Definition: berryConstants.h:312
berry::CURSOR_FASTVIEW
@ CURSOR_FASTVIEW
Definition: berryConstants.h:31
berry::CURSOR_TOP
@ CURSOR_TOP
Definition: berryConstants.h:27
berry
Definition: QmitkPropertyItemModel.h:24