Medical Imaging Interaction Toolkit  2024.12.00
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
berryIWorkbenchCommandConstants.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 BERRYIWORKBENCHCOMMANDCONSTANTS_H
15 #define BERRYIWORKBENCHCOMMANDCONSTANTS_H
16 
18 
19 #include <QString>
20 
21 namespace berry {
22 
30 
31  // File Category
32 
37  static const QString FILE_NEW; // = "org.blueberry.ui.newWizard";
38 
43  static const QString FILE_OPEN; // = "org.blueberry.ui.file.openLocal";
44 
49  static const QString FILE_SAVE; // = "org.blueberry.ui.file.save";
50 
55  static const QString FILE_EXIT; // = "org.blueberry.ui.file.exit";
56 
57  // Edit Category:
58 
63  static const QString EDIT_UNDO; // = "org.blueberry.ui.edit.undo";
64 
69  static const QString EDIT_REDO; // = "org.blueberry.ui.edit.redo";
70 
75  static const QString EDIT_CUT; // = "org.blueberry.ui.edit.cut";
76 
81  static const QString EDIT_COPY; // = "org.blueberry.ui.edit.copy";
82 
87  static const QString EDIT_PASTE; // = "org.blueberry.ui.edit.paste";
88 
93  static const QString EDIT_DELETE; // = "org.blueberry.ui.edit.delete";
94 
95  // Window Category:
96 
101  static const QString WINDOW_NEW_WINDOW; // = "org.blueberry.ui.window.newWindow";
102 
107  static const QString WINDOW_NEW_EDITOR; // = "org.blueberry.ui.window.newEditor";
108 
113  static const QString WINDOW_SHOW_VIEW_MENU; // = "org.blueberry.ui.window.showViewMenu";
114 
119  static const QString WINDOW_ACTIVATE_EDITOR; // = "org.blueberry.ui.window.activateEditor";
120 
125  static const QString WINDOW_MAXIMIZE_ACTIVE_VIEW_OR_EDITOR; // = "org.blueberry.ui.window.maximizePart";
126 
131  static const QString WINDOW_MINIMIZE_ACTIVE_VIEW_OR_EDITOR; // = "org.blueberry.ui.window.minimizePart";
132 
137  static const QString WINDOW_NEXT_EDITOR; // = "org.blueberry.ui.window.nextEditor";
138 
143  static const QString WINDOW_PREVIOUS_EDITOR; // = "org.blueberry.ui.window.previousEditor";
144 
149  static const QString WINDOW_NEXT_VIEW; // = "org.blueberry.ui.window.nextView";
150 
155  static const QString WINDOW_PREVIOUS_VIEW; // = "org.blueberry.ui.window.previousView";
156 
161  static const QString WINDOW_NEXT_PERSPECTIVE; // = "org.blueberry.ui.window.nextPerspective";
162 
167  static const QString WINDOW_PREVIOUS_PERSPECTIVE; // = "org.blueberry.ui.window.previousPerspective";
168 
173  static const QString WINDOW_CLOSE_ALL_PERSPECTIVES; // = "org.blueberry.ui.window.closeAllPerspectives";
174 
179  static const QString WINDOW_CLOSE_PERSPECTIVE; // = "org.blueberry.ui.window.closePerspective";
180 
187  static const QString WINDOW_CLOSE_PERSPECTIVE_PARM_ID; // = "org.blueberry.ui.window.closePerspective.perspectiveId";
188 
193  static const QString WINDOW_CLOSE_PART; // = "org.blueberry.ui.file.closePart";
194 
199  static const QString WINDOW_CUSTOMIZE_PERSPECTIVE; // = "org.blueberry.ui.window.customizePerspective";
200 
205  static const QString WINDOW_PIN_EDITOR; // = "org.blueberry.ui.window.pinEditor";
206 
211  static const QString WINDOW_PREFERENCES; // = "org.blueberry.ui.window.preferences";
212 
217  static const QString WINDOW_PREFERENCES_PARM_PAGEID; // = "preferencePageId";
218 
223  static const QString WINDOW_RESET_PERSPECTIVE; // = "org.blueberry.ui.window.resetPerspective";
224 
229  static const QString WINDOW_SAVE_PERSPECTIVE_AS; // = "org.blueberry.ui.window.savePerspective";
230 
235  static const QString WINDOW_SHOW_KEY_ASSIST; // = "org.blueberry.ui.window.showKeyAssist";
236 
237  // Help Category:
238 
243  static const QString HELP_HELP_CONTENTS; // = "org.blueberry.ui.help.helpContents";
244 
249  static const QString HELP_HELP_SEARCH; // = "org.blueberry.ui.help.helpSearch";
250 
255  static const QString HELP_DYNAMIC_HELP; // = "org.blueberry.ui.help.dynamicHelp";
256 
261  static const QString HELP_WELCOME; // = "org.blueberry.ui.help.intro";
262 
267  static const QString HELP_ABOUT; // = "org.blueberry.ui.help.aboutAction";
268 
269  // Views Category:
270 
275  static const QString VIEWS_SHOW_VIEW; // = "org.blueberry.ui.views.showView";
276 
281  static const QString VIEWS_SHOW_VIEW_PARM_ID; // = "org.blueberry.ui.views.showView.viewId";
282 
287  static const QString VIEWS_SHOW_VIEW_SECONDARY_ID; // = "org.blueberry.ui.views.showView.secondaryId";
288 
294  static const QString VIEWS_SHOW_VIEW_PARM_FASTVIEW; // = "org.blueberry.ui.views.showView.makeFast";
295 
296  // Perspectives Category:
297 
302  static const QString PERSPECTIVES_SHOW_PERSPECTIVE; // = "org.blueberry.ui.perspectives.showPerspective";
303 
310  static const QString PERSPECTIVES_SHOW_PERSPECTIVE_PARM_ID; // = "org.blueberry.ui.perspectives.showPerspective.perspectiveId";
311 
318  static const QString PERSPECTIVES_SHOW_PERSPECTIVE_PARM_NEWWINDOW; // = "org.blueberry.ui.perspectives.showPerspective.newWindow";
319 
320 };
321 
322 }
323 
324 #endif // BERRYIWORKBENCHCOMMANDCONSTANTS_H
berry::IWorkbenchCommandConstants::HELP_ABOUT
static const QString HELP_ABOUT
Definition: berryIWorkbenchCommandConstants.h:267
berry::IWorkbenchCommandConstants
Definition: berryIWorkbenchCommandConstants.h:29
berry::IWorkbenchCommandConstants::WINDOW_NEW_WINDOW
static const QString WINDOW_NEW_WINDOW
Definition: berryIWorkbenchCommandConstants.h:101
berry::IWorkbenchCommandConstants::EDIT_UNDO
static const QString EDIT_UNDO
Definition: berryIWorkbenchCommandConstants.h:63
berry::IWorkbenchCommandConstants::WINDOW_PREVIOUS_EDITOR
static const QString WINDOW_PREVIOUS_EDITOR
Definition: berryIWorkbenchCommandConstants.h:143
org_blueberry_ui_qt_Export.h
berry::IWorkbenchCommandConstants::EDIT_REDO
static const QString EDIT_REDO
Definition: berryIWorkbenchCommandConstants.h:69
berry::IWorkbenchCommandConstants::WINDOW_NEW_EDITOR
static const QString WINDOW_NEW_EDITOR
Definition: berryIWorkbenchCommandConstants.h:107
berry::IWorkbenchCommandConstants::FILE_SAVE
static const QString FILE_SAVE
Definition: berryIWorkbenchCommandConstants.h:49
berry::IWorkbenchCommandConstants::EDIT_PASTE
static const QString EDIT_PASTE
Definition: berryIWorkbenchCommandConstants.h:87
berry::IWorkbenchCommandConstants::EDIT_DELETE
static const QString EDIT_DELETE
Definition: berryIWorkbenchCommandConstants.h:93
berry::IWorkbenchCommandConstants::WINDOW_ACTIVATE_EDITOR
static const QString WINDOW_ACTIVATE_EDITOR
Definition: berryIWorkbenchCommandConstants.h:119
berry::IWorkbenchCommandConstants::WINDOW_SHOW_KEY_ASSIST
static const QString WINDOW_SHOW_KEY_ASSIST
Definition: berryIWorkbenchCommandConstants.h:235
berry::IWorkbenchCommandConstants::HELP_DYNAMIC_HELP
static const QString HELP_DYNAMIC_HELP
Definition: berryIWorkbenchCommandConstants.h:255
berry::IWorkbenchCommandConstants::WINDOW_CUSTOMIZE_PERSPECTIVE
static const QString WINDOW_CUSTOMIZE_PERSPECTIVE
Definition: berryIWorkbenchCommandConstants.h:199
berry::IWorkbenchCommandConstants::VIEWS_SHOW_VIEW
static const QString VIEWS_SHOW_VIEW
Definition: berryIWorkbenchCommandConstants.h:275
berry::IWorkbenchCommandConstants::FILE_NEW
static const QString FILE_NEW
Definition: berryIWorkbenchCommandConstants.h:37
berry::IWorkbenchCommandConstants::PERSPECTIVES_SHOW_PERSPECTIVE_PARM_ID
static const QString PERSPECTIVES_SHOW_PERSPECTIVE_PARM_ID
Definition: berryIWorkbenchCommandConstants.h:310
berry::IWorkbenchCommandConstants::WINDOW_NEXT_VIEW
static const QString WINDOW_NEXT_VIEW
Definition: berryIWorkbenchCommandConstants.h:149
berry::IWorkbenchCommandConstants::EDIT_COPY
static const QString EDIT_COPY
Definition: berryIWorkbenchCommandConstants.h:81
berry::IWorkbenchCommandConstants::WINDOW_CLOSE_PERSPECTIVE
static const QString WINDOW_CLOSE_PERSPECTIVE
Definition: berryIWorkbenchCommandConstants.h:179
berry::IWorkbenchCommandConstants::WINDOW_PREVIOUS_PERSPECTIVE
static const QString WINDOW_PREVIOUS_PERSPECTIVE
Definition: berryIWorkbenchCommandConstants.h:167
berry::IWorkbenchCommandConstants::WINDOW_CLOSE_PART
static const QString WINDOW_CLOSE_PART
Definition: berryIWorkbenchCommandConstants.h:193
berry::IWorkbenchCommandConstants::WINDOW_NEXT_PERSPECTIVE
static const QString WINDOW_NEXT_PERSPECTIVE
Definition: berryIWorkbenchCommandConstants.h:161
berry::IWorkbenchCommandConstants::HELP_HELP_CONTENTS
static const QString HELP_HELP_CONTENTS
Definition: berryIWorkbenchCommandConstants.h:243
berry::IWorkbenchCommandConstants::WINDOW_CLOSE_ALL_PERSPECTIVES
static const QString WINDOW_CLOSE_ALL_PERSPECTIVES
Definition: berryIWorkbenchCommandConstants.h:173
berry::IWorkbenchCommandConstants::WINDOW_SAVE_PERSPECTIVE_AS
static const QString WINDOW_SAVE_PERSPECTIVE_AS
Definition: berryIWorkbenchCommandConstants.h:229
berry::IWorkbenchCommandConstants::HELP_WELCOME
static const QString HELP_WELCOME
Definition: berryIWorkbenchCommandConstants.h:261
berry::IWorkbenchCommandConstants::WINDOW_PREVIOUS_VIEW
static const QString WINDOW_PREVIOUS_VIEW
Definition: berryIWorkbenchCommandConstants.h:155
BERRY_UI_QT
#define BERRY_UI_QT
Definition: org_blueberry_ui_qt_Export.h:26
berry::IWorkbenchCommandConstants::WINDOW_PREFERENCES
static const QString WINDOW_PREFERENCES
Definition: berryIWorkbenchCommandConstants.h:211
berry::IWorkbenchCommandConstants::PERSPECTIVES_SHOW_PERSPECTIVE_PARM_NEWWINDOW
static const QString PERSPECTIVES_SHOW_PERSPECTIVE_PARM_NEWWINDOW
Definition: berryIWorkbenchCommandConstants.h:318
berry::IWorkbenchCommandConstants::PERSPECTIVES_SHOW_PERSPECTIVE
static const QString PERSPECTIVES_SHOW_PERSPECTIVE
Definition: berryIWorkbenchCommandConstants.h:302
berry::IWorkbenchCommandConstants::WINDOW_CLOSE_PERSPECTIVE_PARM_ID
static const QString WINDOW_CLOSE_PERSPECTIVE_PARM_ID
Definition: berryIWorkbenchCommandConstants.h:187
berry::IWorkbenchCommandConstants::FILE_EXIT
static const QString FILE_EXIT
Definition: berryIWorkbenchCommandConstants.h:55
berry::IWorkbenchCommandConstants::WINDOW_NEXT_EDITOR
static const QString WINDOW_NEXT_EDITOR
Definition: berryIWorkbenchCommandConstants.h:137
berry::IWorkbenchCommandConstants::VIEWS_SHOW_VIEW_PARM_FASTVIEW
static const QString VIEWS_SHOW_VIEW_PARM_FASTVIEW
Definition: berryIWorkbenchCommandConstants.h:294
berry::IWorkbenchCommandConstants::WINDOW_MAXIMIZE_ACTIVE_VIEW_OR_EDITOR
static const QString WINDOW_MAXIMIZE_ACTIVE_VIEW_OR_EDITOR
Definition: berryIWorkbenchCommandConstants.h:125
berry::IWorkbenchCommandConstants::VIEWS_SHOW_VIEW_SECONDARY_ID
static const QString VIEWS_SHOW_VIEW_SECONDARY_ID
Definition: berryIWorkbenchCommandConstants.h:287
berry::IWorkbenchCommandConstants::WINDOW_PIN_EDITOR
static const QString WINDOW_PIN_EDITOR
Definition: berryIWorkbenchCommandConstants.h:205
berry::IWorkbenchCommandConstants::WINDOW_MINIMIZE_ACTIVE_VIEW_OR_EDITOR
static const QString WINDOW_MINIMIZE_ACTIVE_VIEW_OR_EDITOR
Definition: berryIWorkbenchCommandConstants.h:131
berry::IWorkbenchCommandConstants::HELP_HELP_SEARCH
static const QString HELP_HELP_SEARCH
Definition: berryIWorkbenchCommandConstants.h:249
berry::IWorkbenchCommandConstants::EDIT_CUT
static const QString EDIT_CUT
Definition: berryIWorkbenchCommandConstants.h:75
berry::IWorkbenchCommandConstants::WINDOW_PREFERENCES_PARM_PAGEID
static const QString WINDOW_PREFERENCES_PARM_PAGEID
Definition: berryIWorkbenchCommandConstants.h:217
berry::IWorkbenchCommandConstants::FILE_OPEN
static const QString FILE_OPEN
Definition: berryIWorkbenchCommandConstants.h:43
berry::IWorkbenchCommandConstants::VIEWS_SHOW_VIEW_PARM_ID
static const QString VIEWS_SHOW_VIEW_PARM_ID
Definition: berryIWorkbenchCommandConstants.h:281
berry::IWorkbenchCommandConstants::WINDOW_RESET_PERSPECTIVE
static const QString WINDOW_RESET_PERSPECTIVE
Definition: berryIWorkbenchCommandConstants.h:223
berry
Definition: QmitkPropertyItemModel.h:24
berry::IWorkbenchCommandConstants::WINDOW_SHOW_VIEW_MENU
static const QString WINDOW_SHOW_VIEW_MENU
Definition: berryIWorkbenchCommandConstants.h:113