Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
berryWorkbenchActionConstants.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 BERRYWORKBENCHACTIONCONSTANTS_H
19 #define BERRYWORKBENCHACTIONCONSTANTS_H
20 
21 #include <QString>
22 
24 
25 #ifdef FILE_END
26 // defined in winbase.h
27 #undef FILE_END
28 #endif
29 
30 namespace berry {
31 
137 {
138 
139  // Standard area for adding top level menus:
143  static const QString MB_ADDITIONS;
144 
148  static const QString M_FILE; // "file"
149 
153  static const QString M_EDIT; // "edit"
154 
158  static const QString M_WINDOW; // = "window"
159 
163  static const QString M_HELP; // "help";
164 
168  static const QString FILE_START; // = "fileStart"; // Group.
169 
173  static const QString FILE_END; // = "fileEnd"; // Group.
174 
178  static const QString NEW_EXT; // = "new.ext"; // Group.
179 
183  static const QString CLOSE_EXT; // = "close.ext"; // Group.
184 
188  static const QString SAVE_EXT; // = "save.ext"; // Group.
189 
194  static const QString MRU; // = "mru";
195 
196  // Standard edit actions:
200  static const QString EDIT_START; // = "editStart"; // Group.
201 
205  static const QString EDIT_END; // = "editEnd"; // Group.
206 
210  static const QString UNDO_EXT; // = "undo.ext"; // Group.
211 
215  static const QString CUT_EXT; // = "cut.ext"; // Group.
216 
220  static const QString FIND_EXT; // = "find.ext"; // Group.
221 
225  static const QString ADD_EXT; // = "add.ext"; // Group.
226 
227  // Standard help actions:
232  static const QString HELP_START; // = "helpStart"; // Group.
233 
238  static const QString HELP_END; // = "helpEnd"; // Group.
239 };
240 
241 }
242 
243 #endif // BERRYWORKBENCHACTIONCONSTANTS_H
#define BERRY_UI_QT