Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
berryWorkbenchActionConstants.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 BERRYWORKBENCHACTIONCONSTANTS_H
15 #define BERRYWORKBENCHACTIONCONSTANTS_H
16 
17 #include <QString>
18 
20 
21 #ifdef FILE_END
22 // defined in winbase.h
23 #undef FILE_END
24 #endif
25 
26 namespace berry {
27 
133 {
134 
135  // Standard area for adding top level menus:
139  static const QString MB_ADDITIONS;
140 
144  static const QString M_FILE; // "file"
145 
149  static const QString M_EDIT; // "edit"
150 
154  static const QString M_WINDOW; // = "window"
155 
159  static const QString M_HELP; // "help";
160 
164  static const QString FILE_START; // = "fileStart"; // Group.
165 
169  static const QString FILE_END; // = "fileEnd"; // Group.
170 
174  static const QString NEW_EXT; // = "new.ext"; // Group.
175 
179  static const QString CLOSE_EXT; // = "close.ext"; // Group.
180 
184  static const QString SAVE_EXT; // = "save.ext"; // Group.
185 
190  static const QString MRU; // = "mru";
191 
192  // Standard edit actions:
196  static const QString EDIT_START; // = "editStart"; // Group.
197 
201  static const QString EDIT_END; // = "editEnd"; // Group.
202 
206  static const QString UNDO_EXT; // = "undo.ext"; // Group.
207 
211  static const QString CUT_EXT; // = "cut.ext"; // Group.
212 
216  static const QString FIND_EXT; // = "find.ext"; // Group.
217 
221  static const QString ADD_EXT; // = "add.ext"; // Group.
222 
223  // Standard help actions:
228  static const QString HELP_START; // = "helpStart"; // Group.
229 
234  static const QString HELP_END; // = "helpEnd"; // Group.
235 };
236 
237 }
238 
239 #endif // BERRYWORKBENCHACTIONCONSTANTS_H
#define BERRY_UI_QT