|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
#include <berryWorkbenchActionConstants.h>
Static Public Attributes | |
| static const QString | MB_ADDITIONS |
| static const QString | M_FILE |
| static const QString | M_EDIT |
| static const QString | M_WINDOW |
| static const QString | M_HELP |
| static const QString | FILE_START |
| static const QString | FILE_END |
| static const QString | NEW_EXT |
| static const QString | CLOSE_EXT |
| static const QString | SAVE_EXT |
| static const QString | MRU |
| static const QString | EDIT_START |
| static const QString | EDIT_END |
| static const QString | UNDO_EXT |
| static const QString | CUT_EXT |
| static const QString | FIND_EXT |
| static const QString | ADD_EXT |
| static const QString | HELP_START |
| static const QString | HELP_END |
Action ids for standard actions, groups in the workbench menu bar, and global actions.
This interface contains constants only; it is not intended to be implemented or extended.
M_FILE) M_EDIT) M_WINDOW) M_HELP) MB_ADDITIONS) UNDO) REDO) CUT) COPY) PASTE) DELETE) FIND) SELECT_ALL) BOOKMARK) FILE_START) FILE_END) NEW) NEW_EXT) CLOSE) CLOSE_ALL) CLOSE_EXT) SAVE) SAVE_AS) SAVE_ALL) SAVE_EXT) IMPORT) EXPORT) IMPORT_EXT) QUIT) EDIT_START) EDIT_END) UNDO) REDO) UNDO_EXT) CUT) COPY) PASTE) CUT_EXT) DELETE) FIND) SELECT_ALL) BOOKMARK) VIEW_EXT) WB_START) WB_END) BUILD_EXT) BUILD) REBUILD_ALL) WINDOW_EXT) HELP_START) HELP_END) ABOUT) GROUP_MANAGING) GROUP_REORGANIZE) GROUP_ADD) GROUP_FILE) To hook a global action handler, a view should use the following code: IAction copyHandler = ...; view.getSite().getActionBars().setGlobalActionHandler( IWorkbenchActionConstants.COPY, copyHandler); For editors, this should be done in the IEditorActionBarContributor.
Definition at line 132 of file berryWorkbenchActionConstants.h.
|
static |
Edit menu: name of group for extra Add-like actions (value "add.ext").
Definition at line 221 of file berryWorkbenchActionConstants.h.
|
static |
File menu: name of group for extra Close-like actions (value "close.ext").
Definition at line 179 of file berryWorkbenchActionConstants.h.
|
static |
Edit menu: name of group for extra Cut-like actions (value "cut.ext").
Definition at line 211 of file berryWorkbenchActionConstants.h.
|
static |
Edit menu: name of group for end of menu (value "editEnd").
Definition at line 201 of file berryWorkbenchActionConstants.h.
|
static |
Edit menu: name of group for start of menu (value "editStart").
Definition at line 196 of file berryWorkbenchActionConstants.h.
|
static |
File menu: name of group for end of menu (value "fileEnd").
Definition at line 169 of file berryWorkbenchActionConstants.h.
|
static |
File menu: name of group for start of menu (value "fileStart").
Definition at line 164 of file berryWorkbenchActionConstants.h.
|
static |
Edit menu: name of group for extra Find-like actions (value "find.ext").
Definition at line 216 of file berryWorkbenchActionConstants.h.
|
static |
Help menu: name of group for end of menu (value "helpEnd").
Definition at line 234 of file berryWorkbenchActionConstants.h.
|
static |
Help menu: name of group for start of menu (value "helpStart").
Definition at line 228 of file berryWorkbenchActionConstants.h.
|
static |
Name of standard Edit menu (value "edit").
Definition at line 149 of file berryWorkbenchActionConstants.h.
|
static |
Name of standard File menu (value "file").
Definition at line 144 of file berryWorkbenchActionConstants.h.
|
static |
Name of standard Help menu (value "help").
Definition at line 159 of file berryWorkbenchActionConstants.h.
|
static |
Name of standard Window menu (value "window").
Definition at line 154 of file berryWorkbenchActionConstants.h.
|
static |
Name of group for adding new top-level menus (value "additions").
Definition at line 139 of file berryWorkbenchActionConstants.h.
|
static |
File menu: name of "Most Recently Used File" group. (value "mru").
Definition at line 190 of file berryWorkbenchActionConstants.h.
|
static |
File menu: name of group for extra New-like actions (value "new.ext").
Definition at line 174 of file berryWorkbenchActionConstants.h.
|
static |
File menu: name of group for extra Save-like actions (value "save.ext").
Definition at line 184 of file berryWorkbenchActionConstants.h.
|
static |
Edit menu: name of group for extra Undo-like actions (value "undo.ext").
Definition at line 206 of file berryWorkbenchActionConstants.h.