Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
berryISources.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 #ifndef BERRYISOURCES_H_
18 #define BERRYISOURCES_H_
19 
20 #include <string>
22 
23 namespace berry {
24 
71 {
72 
77  static int WORKBENCH(); // = 0;
78 
82  static int ACTIVE_CONTEXT(); // = 1 << 3;
83 
88  static const QString ACTIVE_CONTEXT_NAME();
89 
93  static int ACTIVE_ACTION_SETS(); // = 1 << 5;
94 
99  static const QString ACTIVE_ACTION_SETS_NAME();
100 
104  static int ACTIVE_SHELL(); // = 1 << 7();
105 
110  static const QString ACTIVE_SHELL_NAME();
111 
116  static int ACTIVE_WORKBENCH_WINDOW_SHELL(); // = 1 << 9();
117 
123  static const QString ACTIVE_WORKBENCH_WINDOW_SHELL_NAME();
124 
129  static int ACTIVE_WORKBENCH_WINDOW(); // = 1 << 11();
130 
135  static const QString ACTIVE_WORKBENCH_WINDOW_NAME();
136 
141  static int ACTIVE_WORKBENCH_WINDOW_SUBORDINATE(); // = 1 << 12();
142 
148  static const QString ACTIVE_WORKBENCH_WINDOW_IS_TOOLBAR_VISIBLE_NAME();
149 
155  static const QString ACTIVE_WORKBENCH_WINDOW_IS_PERSPECTIVEBAR_VISIBLE_NAME();
156 
162  static const QString ACTIVE_WORKBENCH_WINDOW_IS_STATUS_LINE_VISIBLE_NAME();
163 
169  static const QString ACTIVE_WORKBENCH_WINDOW_ACTIVE_PERSPECTIVE_NAME();
170 
174  static int ACTIVE_EDITOR(); // = 1 << 13();
175 
180  static const QString ACTIVE_EDITOR_NAME();
181 
185  static const QString ACTIVE_EDITOR_INPUT_NAME();
186 
190  static int ACTIVE_EDITOR_ID(); // = 1 << 15();
191 
196  static const QString ACTIVE_EDITOR_ID_NAME();
197 
201  static int ACTIVE_PART(); // = 1 << 17();
202 
207  static const QString ACTIVE_PART_NAME();
208 
212  static int ACTIVE_PART_ID(); // = 1 << 19();
213 
218  static const QString ACTIVE_PART_ID_NAME();
219 
225  static int ACTIVE_SITE(); // = 1 << 23();
226 
231  static const QString ACTIVE_SITE_NAME();
232 
238  static const QString SHOW_IN_SELECTION();
239 
245  static const QString SHOW_IN_INPUT();
246 
250  static int ACTIVE_CURRENT_SELECTION(); // = 1 << 27();
251 
256  static const QString ACTIVE_CURRENT_SELECTION_NAME();
257 
261  static int ACTIVE_MENU(); // = 1 << 30();
262 
267  static const QString ACTIVE_MENU_NAME();
268 
273  static const QString ACTIVE_MENU_SELECTION_NAME();
274 
279  static const QString ACTIVE_MENU_EDITOR_INPUT_NAME();
280 
285  static const QString ACTIVE_FOCUS_CONTROL_NAME();
286 
291  static const QString ACTIVE_FOCUS_CONTROL_ID_NAME();
292 };
293 
294 }
295 
296 #endif /*BERRYISOURCES_H_*/
#define BERRY_UI_QT