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
berryIWorkbenchCommandConstants.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 BERRYIWORKBENCHCOMMANDCONSTANTS_H
19 #define BERRYIWORKBENCHCOMMANDCONSTANTS_H
20 
22 
23 #include <QString>
24 
25 namespace berry {
26 
34 
35  // File Category
36 
41  static const QString FILE_NEW; // = "org.blueberry.ui.newWizard";
42 
47  static const QString FILE_OPEN; // = "org.blueberry.ui.file.openLocal";
48 
53  static const QString FILE_SAVE; // = "org.blueberry.ui.file.save";
54 
59  static const QString FILE_EXIT; // = "org.blueberry.ui.file.exit";
60 
61  // Edit Category:
62 
67  static const QString EDIT_UNDO; // = "org.blueberry.ui.edit.undo";
68 
73  static const QString EDIT_REDO; // = "org.blueberry.ui.edit.redo";
74 
79  static const QString EDIT_CUT; // = "org.blueberry.ui.edit.cut";
80 
85  static const QString EDIT_COPY; // = "org.blueberry.ui.edit.copy";
86 
91  static const QString EDIT_PASTE; // = "org.blueberry.ui.edit.paste";
92 
97  static const QString EDIT_DELETE; // = "org.blueberry.ui.edit.delete";
98 
99  // Window Category:
100 
105  static const QString WINDOW_NEW_WINDOW; // = "org.blueberry.ui.window.newWindow";
106 
111  static const QString WINDOW_NEW_EDITOR; // = "org.blueberry.ui.window.newEditor";
112 
117  static const QString WINDOW_SHOW_VIEW_MENU; // = "org.blueberry.ui.window.showViewMenu";
118 
123  static const QString WINDOW_ACTIVATE_EDITOR; // = "org.blueberry.ui.window.activateEditor";
124 
129  static const QString WINDOW_MAXIMIZE_ACTIVE_VIEW_OR_EDITOR; // = "org.blueberry.ui.window.maximizePart";
130 
135  static const QString WINDOW_MINIMIZE_ACTIVE_VIEW_OR_EDITOR; // = "org.blueberry.ui.window.minimizePart";
136 
141  static const QString WINDOW_NEXT_EDITOR; // = "org.blueberry.ui.window.nextEditor";
142 
147  static const QString WINDOW_PREVIOUS_EDITOR; // = "org.blueberry.ui.window.previousEditor";
148 
153  static const QString WINDOW_NEXT_VIEW; // = "org.blueberry.ui.window.nextView";
154 
159  static const QString WINDOW_PREVIOUS_VIEW; // = "org.blueberry.ui.window.previousView";
160 
165  static const QString WINDOW_NEXT_PERSPECTIVE; // = "org.blueberry.ui.window.nextPerspective";
166 
171  static const QString WINDOW_PREVIOUS_PERSPECTIVE; // = "org.blueberry.ui.window.previousPerspective";
172 
177  static const QString WINDOW_CLOSE_ALL_PERSPECTIVES; // = "org.blueberry.ui.window.closeAllPerspectives";
178 
183  static const QString WINDOW_CLOSE_PERSPECTIVE; // = "org.blueberry.ui.window.closePerspective";
184 
191  static const QString WINDOW_CLOSE_PERSPECTIVE_PARM_ID; // = "org.blueberry.ui.window.closePerspective.perspectiveId";
192 
197  static const QString WINDOW_CLOSE_PART; // = "org.blueberry.ui.file.closePart";
198 
203  static const QString WINDOW_CUSTOMIZE_PERSPECTIVE; // = "org.blueberry.ui.window.customizePerspective";
204 
209  static const QString WINDOW_PIN_EDITOR; // = "org.blueberry.ui.window.pinEditor";
210 
215  static const QString WINDOW_PREFERENCES; // = "org.blueberry.ui.window.preferences";
216 
221  static const QString WINDOW_PREFERENCES_PARM_PAGEID; // = "preferencePageId";
222 
227  static const QString WINDOW_RESET_PERSPECTIVE; // = "org.blueberry.ui.window.resetPerspective";
228 
233  static const QString WINDOW_SAVE_PERSPECTIVE_AS; // = "org.blueberry.ui.window.savePerspective";
234 
239  static const QString WINDOW_SHOW_KEY_ASSIST; // = "org.blueberry.ui.window.showKeyAssist";
240 
241  // Help Category:
242 
247  static const QString HELP_HELP_CONTENTS; // = "org.blueberry.ui.help.helpContents";
248 
253  static const QString HELP_HELP_SEARCH; // = "org.blueberry.ui.help.helpSearch";
254 
259  static const QString HELP_DYNAMIC_HELP; // = "org.blueberry.ui.help.dynamicHelp";
260 
265  static const QString HELP_WELCOME; // = "org.blueberry.ui.help.intro";
266 
271  static const QString HELP_ABOUT; // = "org.blueberry.ui.help.aboutAction";
272 
273  // Views Category:
274 
279  static const QString VIEWS_SHOW_VIEW; // = "org.blueberry.ui.views.showView";
280 
285  static const QString VIEWS_SHOW_VIEW_PARM_ID; // = "org.blueberry.ui.views.showView.viewId";
286 
291  static const QString VIEWS_SHOW_VIEW_SECONDARY_ID; // = "org.blueberry.ui.views.showView.secondaryId";
292 
298  static const QString VIEWS_SHOW_VIEW_PARM_FASTVIEW; // = "org.blueberry.ui.views.showView.makeFast";
299 
300  // Perspectives Category:
301 
306  static const QString PERSPECTIVES_SHOW_PERSPECTIVE; // = "org.blueberry.ui.perspectives.showPerspective";
307 
314  static const QString PERSPECTIVES_SHOW_PERSPECTIVE_PARM_ID; // = "org.blueberry.ui.perspectives.showPerspective.perspectiveId";
315 
322  static const QString PERSPECTIVES_SHOW_PERSPECTIVE_PARM_NEWWINDOW; // = "org.blueberry.ui.perspectives.showPerspective.newWindow";
323 
324 };
325 
326 }
327 
328 #endif // BERRYIWORKBENCHCOMMANDCONSTANTS_H
#define BERRY_UI_QT