Medical Imaging Interaction Toolkit  2023.12.00
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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
org_blueberry_ui_qt_Export.h
berry::WorkbenchActionConstants::FILE_START
static const QString FILE_START
Definition: berryWorkbenchActionConstants.h:164
berry::WorkbenchActionConstants
Definition: berryWorkbenchActionConstants.h:132
berry::WorkbenchActionConstants::UNDO_EXT
static const QString UNDO_EXT
Definition: berryWorkbenchActionConstants.h:206
berry::WorkbenchActionConstants::SAVE_EXT
static const QString SAVE_EXT
Definition: berryWorkbenchActionConstants.h:184
berry::WorkbenchActionConstants::M_FILE
static const QString M_FILE
Definition: berryWorkbenchActionConstants.h:144
berry::WorkbenchActionConstants::HELP_END
static const QString HELP_END
Definition: berryWorkbenchActionConstants.h:234
berry::WorkbenchActionConstants::EDIT_END
static const QString EDIT_END
Definition: berryWorkbenchActionConstants.h:201
berry::WorkbenchActionConstants::M_HELP
static const QString M_HELP
Definition: berryWorkbenchActionConstants.h:159
berry::WorkbenchActionConstants::EDIT_START
static const QString EDIT_START
Definition: berryWorkbenchActionConstants.h:196
berry::WorkbenchActionConstants::NEW_EXT
static const QString NEW_EXT
Definition: berryWorkbenchActionConstants.h:174
BERRY_UI_QT
#define BERRY_UI_QT
Definition: org_blueberry_ui_qt_Export.h:26
berry::WorkbenchActionConstants::M_EDIT
static const QString M_EDIT
Definition: berryWorkbenchActionConstants.h:149
berry::WorkbenchActionConstants::HELP_START
static const QString HELP_START
Definition: berryWorkbenchActionConstants.h:228
berry::WorkbenchActionConstants::FILE_END
static const QString FILE_END
Definition: berryWorkbenchActionConstants.h:169
berry::WorkbenchActionConstants::CUT_EXT
static const QString CUT_EXT
Definition: berryWorkbenchActionConstants.h:211
berry::WorkbenchActionConstants::CLOSE_EXT
static const QString CLOSE_EXT
Definition: berryWorkbenchActionConstants.h:179
berry::WorkbenchActionConstants::ADD_EXT
static const QString ADD_EXT
Definition: berryWorkbenchActionConstants.h:221
berry::WorkbenchActionConstants::FIND_EXT
static const QString FIND_EXT
Definition: berryWorkbenchActionConstants.h:216
berry::WorkbenchActionConstants::M_WINDOW
static const QString M_WINDOW
Definition: berryWorkbenchActionConstants.h:154
berry::WorkbenchActionConstants::MB_ADDITIONS
static const QString MB_ADDITIONS
Definition: berryWorkbenchActionConstants.h:139
berry
Definition: QmitkPropertyItemModel.h:24
berry::WorkbenchActionConstants::MRU
static const QString MRU
Definition: berryWorkbenchActionConstants.h:190