Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <berryIWorkbenchCommandConstants.h>
Static Public Attributes | |
static const QString | FILE_NEW |
static const QString | FILE_OPEN |
static const QString | FILE_SAVE |
static const QString | FILE_EXIT |
static const QString | EDIT_UNDO |
static const QString | EDIT_REDO |
static const QString | EDIT_CUT |
static const QString | EDIT_COPY |
static const QString | EDIT_PASTE |
static const QString | EDIT_DELETE |
static const QString | WINDOW_NEW_WINDOW |
static const QString | WINDOW_NEW_EDITOR |
static const QString | WINDOW_SHOW_VIEW_MENU |
static const QString | WINDOW_ACTIVATE_EDITOR |
static const QString | WINDOW_MAXIMIZE_ACTIVE_VIEW_OR_EDITOR |
static const QString | WINDOW_MINIMIZE_ACTIVE_VIEW_OR_EDITOR |
static const QString | WINDOW_NEXT_EDITOR |
static const QString | WINDOW_PREVIOUS_EDITOR |
static const QString | WINDOW_NEXT_VIEW |
static const QString | WINDOW_PREVIOUS_VIEW |
static const QString | WINDOW_NEXT_PERSPECTIVE |
static const QString | WINDOW_PREVIOUS_PERSPECTIVE |
static const QString | WINDOW_CLOSE_ALL_PERSPECTIVES |
static const QString | WINDOW_CLOSE_PERSPECTIVE |
static const QString | WINDOW_CLOSE_PERSPECTIVE_PARM_ID |
static const QString | WINDOW_CLOSE_PART |
static const QString | WINDOW_CUSTOMIZE_PERSPECTIVE |
static const QString | WINDOW_PIN_EDITOR |
static const QString | WINDOW_PREFERENCES |
static const QString | WINDOW_PREFERENCES_PARM_PAGEID |
static const QString | WINDOW_RESET_PERSPECTIVE |
static const QString | WINDOW_SAVE_PERSPECTIVE_AS |
static const QString | WINDOW_SHOW_KEY_ASSIST |
static const QString | HELP_HELP_CONTENTS |
static const QString | HELP_HELP_SEARCH |
static const QString | HELP_DYNAMIC_HELP |
static const QString | HELP_WELCOME |
static const QString | HELP_ABOUT |
static const QString | VIEWS_SHOW_VIEW |
static const QString | VIEWS_SHOW_VIEW_PARM_ID |
static const QString | VIEWS_SHOW_VIEW_SECONDARY_ID |
static const QString | VIEWS_SHOW_VIEW_PARM_FASTVIEW |
static const QString | PERSPECTIVES_SHOW_PERSPECTIVE |
static const QString | PERSPECTIVES_SHOW_PERSPECTIVE_PARM_ID |
static const QString | PERSPECTIVES_SHOW_PERSPECTIVE_PARM_NEWWINDOW |
Constants for all commands defined by the BlueBerry workbench.
This interface is not intended to be extended by clients. This interface is not intended to be implemented by clients.
Definition at line 29 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for command "Copy" in category "Edit" (value is "org.blueberry.ui.edit.copy"
).
Definition at line 81 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for command "Cut" in category "Edit" (value is "org.blueberry.ui.edit.cut"
).
Definition at line 75 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for command "Delete" in category "Edit" (value is "org.blueberry.ui.edit.delete"
).
Definition at line 93 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for command "Paste" in category "Edit" (value is "org.blueberry.ui.edit.paste"
).
Definition at line 87 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for command "Redo" in category "Edit" (value is "org.blueberry.ui.edit.redo"
).
Definition at line 69 of file berryIWorkbenchCommandConstants.h.
Referenced by QmitkExtActionBarAdvisor::FillToolBar().
|
static |
Id for command "Undo" in category "Edit" (value is "org.blueberry.ui.edit.undo"
).
Definition at line 63 of file berryIWorkbenchCommandConstants.h.
Referenced by QmitkExtActionBarAdvisor::FillToolBar().
|
static |
Id for command "Exit" in category "File" (value is "org.blueberry.ui.file.exit"
).
Definition at line 55 of file berryIWorkbenchCommandConstants.h.
Referenced by QmitkExtActionBarAdvisor::FillToolBar(), and QmitkExtActionBarAdvisor::MakeActions().
|
static |
Id for command "New" in category "File" (value is "org.blueberry.ui.newWizard"
).
Definition at line 37 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for command "Open File" in category "File" (value is "org.blueberry.ui.file.openLocal"
).
Definition at line 43 of file berryIWorkbenchCommandConstants.h.
Referenced by QmitkExtActionBarAdvisor::FillToolBar(), and QmitkExtActionBarAdvisor::MakeActions().
|
static |
Id for command "Save" in category "File" (value is "org.blueberry.ui.file.save"
).
Definition at line 49 of file berryIWorkbenchCommandConstants.h.
Referenced by QmitkExtActionBarAdvisor::FillToolBar(), and QmitkExtActionBarAdvisor::MakeActions().
|
static |
Id for command "About" in category "Help" (value is "org.blueberry.ui.help.aboutAction"
).
Definition at line 267 of file berryIWorkbenchCommandConstants.h.
Referenced by QmitkExtActionBarAdvisor::FillToolBar().
|
static |
Id for command "Dynamic Help" in category "Help" (value is "org.blueberry.ui.help.dynamicHelp"
).
Definition at line 255 of file berryIWorkbenchCommandConstants.h.
Referenced by QmitkExtActionBarAdvisor::FillToolBar().
|
static |
Id for command "Help Contents" in category "Help" (value is "org.blueberry.ui.help.helpContents"
).
Definition at line 243 of file berryIWorkbenchCommandConstants.h.
Referenced by QmitkExtActionBarAdvisor::FillToolBar().
|
static |
Id for command "Help Search" in category "Help" (value is "org.blueberry.ui.help.helpSearch"
).
Definition at line 249 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for command "Welcome" in category "Help" (value is "org.blueberry.ui.help.quickStartAction"
).
Definition at line 261 of file berryIWorkbenchCommandConstants.h.
Referenced by QmitkExtActionBarAdvisor::FillToolBar().
|
static |
Id for command "Show Perspective" in category "Perspectives" (value is "org.blueberry.ui.perspectives.showPerspective"
).
Definition at line 302 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for parameter "Perspective Id" in command "Show Perspective" in category "Perspectives" (value is "org.blueberry.ui.perspectives.showPerspective.perspectiveId"
).
Definition at line 310 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for parameter "In New Window" in command "Show Perspective" in category "Perspectives" (value is "org.blueberry.ui.perspectives.showPerspective.newWindow"
). Optional.
Definition at line 318 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for command "Show View" in category "Views" (value is "org.blueberry.ui.views.showView"
).
Definition at line 275 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for parameter "As Fastview" in command "Show View" in category "Views" (value is "org.blueberry.ui.views.showView.makeFast"
). Optional.
Definition at line 294 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for parameter "View Id" in command "Show View" in category "Views" (value is "org.blueberry.ui.views.showView.viewId"
).
Definition at line 281 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for parameter "Secondary Id" in command "Show View" in category "Views" (value is "org.blueberry.ui.views.showView.secondaryId"
).
Definition at line 287 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for command "Activate Editor" in category "Window" (value is "org.eclipse.ui.window.activateEditor"
).
Definition at line 119 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for command "Close All Perspectives" in category "Window" (value is "org.eclipse.ui.window.closeAllPerspectives"
).
Definition at line 173 of file berryIWorkbenchCommandConstants.h.
Referenced by QmitkExtActionBarAdvisor::FillToolBar().
|
static |
Id for command "Close Part" in category "Window" (value is "org.eclipse.ui.file.closePart"
).
Definition at line 193 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for command "Close Perspective" in category "Window" (value is "org.eclipse.ui.window.closePerspective"
).
Definition at line 179 of file berryIWorkbenchCommandConstants.h.
Referenced by QmitkExtActionBarAdvisor::FillToolBar().
|
static |
Id for parameter "Perspective Id" in command "Close Perspective" in category "Window" (value is "org.eclipse.ui.window.closePerspective.perspectiveId"
). Optional.
Definition at line 187 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for command "Customize Perspective" in category "Window" (value is "org.eclipse.ui.window.customizePerspective"
).
Definition at line 199 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for command "Maximize Active View or Editor" in category "Window" (value is "org.eclipse.ui.window.maximizePart"
).
Definition at line 125 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for command "Minimize Active View or Editor" in category "Window" (value is "org.eclipse.ui.window.minimizePart"
).
Definition at line 131 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for command "New Editor" in category "Window" (value is "org.eclipse.ui.window.newEditor"
).
Definition at line 107 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for command "New Window" in category "Window" (value is "org.eclipse.ui.window.newWindow"
).
Definition at line 101 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for command "Next Editor" in category "Window" (value is "org.eclipse.ui.window.nextEditor"
).
Definition at line 137 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for command "Next Perspective" in category "Window" (value is "org.eclipse.ui.window.nextPerspective"
).
Definition at line 161 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for command "Next View" in category "Window" (value is "org.eclipse.ui.window.nextView"
).
Definition at line 149 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for command "Pin Editor" in category "Window" (value is "org.eclipse.ui.window.pinEditor"
).
Definition at line 205 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for command "Preferences" in category "Window" (value is "org.eclipse.ui.window.preferences"
).
Definition at line 211 of file berryIWorkbenchCommandConstants.h.
Referenced by QmitkExtActionBarAdvisor::FillToolBar().
|
static |
Id for parameter "Preference Page Id" in command "Preferences" in category "Window" (value is "preferencePageId"
). Optional.
Definition at line 217 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for command "Previous Editor" in category "Window" (value is "org.eclipse.ui.window.previousEditor"
).
Definition at line 143 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for command "Previous Perspective" in category "Window" (value is "org.eclipse.ui.window.previousPerspective"
).
Definition at line 167 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for command "Previous View" in category "Window" (value is "org.eclipse.ui.window.previousView"
).
Definition at line 155 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for command "Reset Perspective" in category "Window" (value is "org.eclipse.ui.window.resetPerspective"
).
Definition at line 223 of file berryIWorkbenchCommandConstants.h.
Referenced by QmitkExtActionBarAdvisor::FillToolBar().
|
static |
Id for command "Save Perspective As" in category "Window" (value is "org.eclipse.ui.window.savePerspective"
).
Definition at line 229 of file berryIWorkbenchCommandConstants.h.
Referenced by QmitkExtActionBarAdvisor::FillToolBar(), and QmitkViewNavigatorWidget::SaveCurrentPerspectiveAs().
|
static |
Id for command "Show Key Assist" in category "Window" (value is "org.eclipse.ui.window.showKeyAssist"
).
Definition at line 235 of file berryIWorkbenchCommandConstants.h.
|
static |
Id for command "Show View Menu" in category "Window" (value is "org.eclipse.ui.window.showViewMenu"
).
Definition at line 113 of file berryIWorkbenchCommandConstants.h.