Medical Imaging Interaction Toolkit
2016.11.0
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 136 of file berryWorkbenchActionConstants.h.
|
static |
Edit menu: name of group for extra Add-like actions (value "add.ext"
).
Definition at line 225 of file berryWorkbenchActionConstants.h.
|
static |
File menu: name of group for extra Close-like actions (value "close.ext"
).
Definition at line 183 of file berryWorkbenchActionConstants.h.
|
static |
Edit menu: name of group for extra Cut-like actions (value "cut.ext"
).
Definition at line 215 of file berryWorkbenchActionConstants.h.
|
static |
Edit menu: name of group for end of menu (value "editEnd"
).
Definition at line 205 of file berryWorkbenchActionConstants.h.
|
static |
Edit menu: name of group for start of menu (value "editStart"
).
Definition at line 200 of file berryWorkbenchActionConstants.h.
|
static |
File menu: name of group for end of menu (value "fileEnd"
).
Definition at line 173 of file berryWorkbenchActionConstants.h.
|
static |
File menu: name of group for start of menu (value "fileStart"
).
Definition at line 168 of file berryWorkbenchActionConstants.h.
|
static |
Edit menu: name of group for extra Find-like actions (value "find.ext"
).
Definition at line 220 of file berryWorkbenchActionConstants.h.
|
static |
Help menu: name of group for end of menu (value "helpEnd"
).
Definition at line 238 of file berryWorkbenchActionConstants.h.
|
static |
Help menu: name of group for start of menu (value "helpStart"
).
Definition at line 232 of file berryWorkbenchActionConstants.h.
|
static |
Name of standard Edit menu (value "edit"
).
Definition at line 153 of file berryWorkbenchActionConstants.h.
|
static |
Name of standard File menu (value "file"
).
Definition at line 148 of file berryWorkbenchActionConstants.h.
|
static |
Name of standard Help menu (value "help"
).
Definition at line 163 of file berryWorkbenchActionConstants.h.
|
static |
Name of standard Window menu (value "window"
).
Definition at line 158 of file berryWorkbenchActionConstants.h.
|
static |
Name of group for adding new top-level menus (value "additions"
).
Definition at line 143 of file berryWorkbenchActionConstants.h.
Referenced by QmitkExtActionBarAdvisor::FillMenuBar().
|
static |
File menu: name of "Most Recently Used File" group. (value "mru"
).
Definition at line 194 of file berryWorkbenchActionConstants.h.
|
static |
File menu: name of group for extra New-like actions (value "new.ext"
).
Definition at line 178 of file berryWorkbenchActionConstants.h.
|
static |
File menu: name of group for extra Save-like actions (value "save.ext"
).
Definition at line 188 of file berryWorkbenchActionConstants.h.
|
static |
Edit menu: name of group for extra Undo-like actions (value "undo.ext"
).
Definition at line 210 of file berryWorkbenchActionConstants.h.