Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
berryWorkbenchActionConstants.cpp
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 
19 
20 namespace berry {
21 
22 const QString WorkbenchActionConstants::MB_ADDITIONS = "additions";
23 
24 const QString WorkbenchActionConstants::M_FILE = "file";
25 const QString WorkbenchActionConstants::M_EDIT = "edit";
26 const QString WorkbenchActionConstants::M_WINDOW = "window";
27 const QString WorkbenchActionConstants::M_HELP = "help";
28 
29 const QString WorkbenchActionConstants::FILE_START = "fileStart"; // Group.
30 const QString WorkbenchActionConstants::FILE_END = "fileEnd"; // Group.
31 const QString WorkbenchActionConstants::NEW_EXT = "new.ext"; // Group.
32 const QString WorkbenchActionConstants::CLOSE_EXT = "close.ext"; // Group.
33 const QString WorkbenchActionConstants::SAVE_EXT = "save.ext"; // Group.
34 
35 const QString WorkbenchActionConstants::MRU = "mru";
36 
37 const QString WorkbenchActionConstants::EDIT_START = "editStart"; // Group.
38 const QString WorkbenchActionConstants::EDIT_END = "editEnd"; // Group.
39 const QString WorkbenchActionConstants::UNDO_EXT = "undo.ext"; // Group.
40 const QString WorkbenchActionConstants::CUT_EXT = "cut.ext"; // Group.
41 const QString WorkbenchActionConstants::FIND_EXT = "find.ext"; // Group.
42 const QString WorkbenchActionConstants::ADD_EXT = "add.ext"; // Group.
43 
44 const QString WorkbenchActionConstants::HELP_START = "helpStart";
45 const QString WorkbenchActionConstants::HELP_END = "helpEnd";
46 
47 }