Medical Imaging Interaction Toolkit  2023.12.99-7a59bd54
Medical Imaging Interaction Toolkit
berryISources.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 #ifndef BERRYISOURCES_H_
14 #define BERRYISOURCES_H_
15 
16 #include <string>
18 
19 namespace berry {
20 
67 {
68 
73  static int WORKBENCH(); // = 0;
74 
78  static int ACTIVE_CONTEXT(); // = 1 << 3;
79 
84  static const QString ACTIVE_CONTEXT_NAME();
85 
89  static int ACTIVE_ACTION_SETS(); // = 1 << 5;
90 
95  static const QString ACTIVE_ACTION_SETS_NAME();
96 
100  static int ACTIVE_SHELL(); // = 1 << 7();
101 
106  static const QString ACTIVE_SHELL_NAME();
107 
112  static int ACTIVE_WORKBENCH_WINDOW_SHELL(); // = 1 << 9();
113 
119  static const QString ACTIVE_WORKBENCH_WINDOW_SHELL_NAME();
120 
125  static int ACTIVE_WORKBENCH_WINDOW(); // = 1 << 11();
126 
131  static const QString ACTIVE_WORKBENCH_WINDOW_NAME();
132 
137  static int ACTIVE_WORKBENCH_WINDOW_SUBORDINATE(); // = 1 << 12();
138 
144  static const QString ACTIVE_WORKBENCH_WINDOW_IS_TOOLBAR_VISIBLE_NAME();
145 
151  static const QString ACTIVE_WORKBENCH_WINDOW_IS_PERSPECTIVEBAR_VISIBLE_NAME();
152 
158  static const QString ACTIVE_WORKBENCH_WINDOW_IS_STATUS_LINE_VISIBLE_NAME();
159 
165  static const QString ACTIVE_WORKBENCH_WINDOW_ACTIVE_PERSPECTIVE_NAME();
166 
170  static int ACTIVE_EDITOR(); // = 1 << 13();
171 
176  static const QString ACTIVE_EDITOR_NAME();
177 
181  static const QString ACTIVE_EDITOR_INPUT_NAME();
182 
186  static int ACTIVE_EDITOR_ID(); // = 1 << 15();
187 
192  static const QString ACTIVE_EDITOR_ID_NAME();
193 
197  static int ACTIVE_PART(); // = 1 << 17();
198 
203  static const QString ACTIVE_PART_NAME();
204 
208  static int ACTIVE_PART_ID(); // = 1 << 19();
209 
214  static const QString ACTIVE_PART_ID_NAME();
215 
221  static int ACTIVE_SITE(); // = 1 << 23();
222 
227  static const QString ACTIVE_SITE_NAME();
228 
234  static const QString SHOW_IN_SELECTION();
235 
241  static const QString SHOW_IN_INPUT();
242 
246  static int ACTIVE_CURRENT_SELECTION(); // = 1 << 27();
247 
252  static const QString ACTIVE_CURRENT_SELECTION_NAME();
253 
257  static int ACTIVE_MENU(); // = 1 << 30();
258 
263  static const QString ACTIVE_MENU_NAME();
264 
269  static const QString ACTIVE_MENU_SELECTION_NAME();
270 
275  static const QString ACTIVE_MENU_EDITOR_INPUT_NAME();
276 
281  static const QString ACTIVE_FOCUS_CONTROL_NAME();
282 
287  static const QString ACTIVE_FOCUS_CONTROL_ID_NAME();
288 };
289 
290 }
291 
292 #endif /*BERRYISOURCES_H_*/
org_blueberry_ui_qt_Export.h
berry::ISources
Definition: berryISources.h:66
BERRY_UI_QT
#define BERRY_UI_QT
Definition: org_blueberry_ui_qt_Export.h:26
berry
Definition: QmitkPropertyItemModel.h:24