Medical Imaging Interaction Toolkit  2023.12.99-63768887
Medical Imaging Interaction Toolkit
berry::IWorkbenchCommandConstants Struct Reference

#include <berryIWorkbenchCommandConstants.h>

Inheritance diagram for berry::IWorkbenchCommandConstants:

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
 

Detailed Description

Constants for all commands defined by the BlueBerry workbench.

Note
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.

Member Data Documentation

◆ EDIT_COPY

const QString berry::IWorkbenchCommandConstants::EDIT_COPY
static

Id for command "Copy" in category "Edit" (value is "org.blueberry.ui.edit.copy").

Definition at line 81 of file berryIWorkbenchCommandConstants.h.

◆ EDIT_CUT

const QString berry::IWorkbenchCommandConstants::EDIT_CUT
static

Id for command "Cut" in category "Edit" (value is "org.blueberry.ui.edit.cut").

Definition at line 75 of file berryIWorkbenchCommandConstants.h.

◆ EDIT_DELETE

const QString berry::IWorkbenchCommandConstants::EDIT_DELETE
static

Id for command "Delete" in category "Edit" (value is "org.blueberry.ui.edit.delete").

Definition at line 93 of file berryIWorkbenchCommandConstants.h.

◆ EDIT_PASTE

const QString berry::IWorkbenchCommandConstants::EDIT_PASTE
static

Id for command "Paste" in category "Edit" (value is "org.blueberry.ui.edit.paste").

Definition at line 87 of file berryIWorkbenchCommandConstants.h.

◆ EDIT_REDO

const QString berry::IWorkbenchCommandConstants::EDIT_REDO
static

Id for command "Redo" in category "Edit" (value is "org.blueberry.ui.edit.redo").

Definition at line 69 of file berryIWorkbenchCommandConstants.h.

◆ EDIT_UNDO

const QString berry::IWorkbenchCommandConstants::EDIT_UNDO
static

Id for command "Undo" in category "Edit" (value is "org.blueberry.ui.edit.undo").

Definition at line 63 of file berryIWorkbenchCommandConstants.h.

◆ FILE_EXIT

const QString berry::IWorkbenchCommandConstants::FILE_EXIT
static

Id for command "Exit" in category "File" (value is "org.blueberry.ui.file.exit").

Definition at line 55 of file berryIWorkbenchCommandConstants.h.

◆ FILE_NEW

const QString berry::IWorkbenchCommandConstants::FILE_NEW
static

Id for command "New" in category "File" (value is "org.blueberry.ui.newWizard").

Definition at line 37 of file berryIWorkbenchCommandConstants.h.

◆ FILE_OPEN

const QString berry::IWorkbenchCommandConstants::FILE_OPEN
static

Id for command "Open File" in category "File" (value is "org.blueberry.ui.file.openLocal").

Definition at line 43 of file berryIWorkbenchCommandConstants.h.

◆ FILE_SAVE

const QString berry::IWorkbenchCommandConstants::FILE_SAVE
static

Id for command "Save" in category "File" (value is "org.blueberry.ui.file.save").

Definition at line 49 of file berryIWorkbenchCommandConstants.h.

◆ HELP_ABOUT

const QString berry::IWorkbenchCommandConstants::HELP_ABOUT
static

Id for command "About" in category "Help" (value is "org.blueberry.ui.help.aboutAction").

Definition at line 267 of file berryIWorkbenchCommandConstants.h.

◆ HELP_DYNAMIC_HELP

const QString berry::IWorkbenchCommandConstants::HELP_DYNAMIC_HELP
static

Id for command "Dynamic Help" in category "Help" (value is "org.blueberry.ui.help.dynamicHelp").

Definition at line 255 of file berryIWorkbenchCommandConstants.h.

◆ HELP_HELP_CONTENTS

const QString berry::IWorkbenchCommandConstants::HELP_HELP_CONTENTS
static

Id for command "Help Contents" in category "Help" (value is "org.blueberry.ui.help.helpContents").

Definition at line 243 of file berryIWorkbenchCommandConstants.h.

◆ HELP_HELP_SEARCH

const QString berry::IWorkbenchCommandConstants::HELP_HELP_SEARCH
static

Id for command "Help Search" in category "Help" (value is "org.blueberry.ui.help.helpSearch").

Definition at line 249 of file berryIWorkbenchCommandConstants.h.

◆ HELP_WELCOME

const QString berry::IWorkbenchCommandConstants::HELP_WELCOME
static

Id for command "Welcome" in category "Help" (value is "org.blueberry.ui.help.quickStartAction").

Definition at line 261 of file berryIWorkbenchCommandConstants.h.

◆ PERSPECTIVES_SHOW_PERSPECTIVE

const QString berry::IWorkbenchCommandConstants::PERSPECTIVES_SHOW_PERSPECTIVE
static

Id for command "Show Perspective" in category "Perspectives" (value is "org.blueberry.ui.perspectives.showPerspective").

Definition at line 302 of file berryIWorkbenchCommandConstants.h.

◆ PERSPECTIVES_SHOW_PERSPECTIVE_PARM_ID

const QString berry::IWorkbenchCommandConstants::PERSPECTIVES_SHOW_PERSPECTIVE_PARM_ID
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.

◆ PERSPECTIVES_SHOW_PERSPECTIVE_PARM_NEWWINDOW

const QString berry::IWorkbenchCommandConstants::PERSPECTIVES_SHOW_PERSPECTIVE_PARM_NEWWINDOW
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.

◆ VIEWS_SHOW_VIEW

const QString berry::IWorkbenchCommandConstants::VIEWS_SHOW_VIEW
static

Id for command "Show View" in category "Views" (value is "org.blueberry.ui.views.showView").

Definition at line 275 of file berryIWorkbenchCommandConstants.h.

◆ VIEWS_SHOW_VIEW_PARM_FASTVIEW

const QString berry::IWorkbenchCommandConstants::VIEWS_SHOW_VIEW_PARM_FASTVIEW
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.

◆ VIEWS_SHOW_VIEW_PARM_ID

const QString berry::IWorkbenchCommandConstants::VIEWS_SHOW_VIEW_PARM_ID
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.

◆ VIEWS_SHOW_VIEW_SECONDARY_ID

const QString berry::IWorkbenchCommandConstants::VIEWS_SHOW_VIEW_SECONDARY_ID
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.

◆ WINDOW_ACTIVATE_EDITOR

const QString berry::IWorkbenchCommandConstants::WINDOW_ACTIVATE_EDITOR
static

Id for command "Activate Editor" in category "Window" (value is "org.eclipse.ui.window.activateEditor").

Definition at line 119 of file berryIWorkbenchCommandConstants.h.

◆ WINDOW_CLOSE_ALL_PERSPECTIVES

const QString berry::IWorkbenchCommandConstants::WINDOW_CLOSE_ALL_PERSPECTIVES
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.

◆ WINDOW_CLOSE_PART

const QString berry::IWorkbenchCommandConstants::WINDOW_CLOSE_PART
static

Id for command "Close Part" in category "Window" (value is "org.eclipse.ui.file.closePart").

Definition at line 193 of file berryIWorkbenchCommandConstants.h.

◆ WINDOW_CLOSE_PERSPECTIVE

const QString berry::IWorkbenchCommandConstants::WINDOW_CLOSE_PERSPECTIVE
static

Id for command "Close Perspective" in category "Window" (value is "org.eclipse.ui.window.closePerspective").

Definition at line 179 of file berryIWorkbenchCommandConstants.h.

◆ WINDOW_CLOSE_PERSPECTIVE_PARM_ID

const QString berry::IWorkbenchCommandConstants::WINDOW_CLOSE_PERSPECTIVE_PARM_ID
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.

◆ WINDOW_CUSTOMIZE_PERSPECTIVE

const QString berry::IWorkbenchCommandConstants::WINDOW_CUSTOMIZE_PERSPECTIVE
static

Id for command "Customize Perspective" in category "Window" (value is "org.eclipse.ui.window.customizePerspective").

Definition at line 199 of file berryIWorkbenchCommandConstants.h.

◆ WINDOW_MAXIMIZE_ACTIVE_VIEW_OR_EDITOR

const QString berry::IWorkbenchCommandConstants::WINDOW_MAXIMIZE_ACTIVE_VIEW_OR_EDITOR
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.

◆ WINDOW_MINIMIZE_ACTIVE_VIEW_OR_EDITOR

const QString berry::IWorkbenchCommandConstants::WINDOW_MINIMIZE_ACTIVE_VIEW_OR_EDITOR
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.

◆ WINDOW_NEW_EDITOR

const QString berry::IWorkbenchCommandConstants::WINDOW_NEW_EDITOR
static

Id for command "New Editor" in category "Window" (value is "org.eclipse.ui.window.newEditor").

Definition at line 107 of file berryIWorkbenchCommandConstants.h.

◆ WINDOW_NEW_WINDOW

const QString berry::IWorkbenchCommandConstants::WINDOW_NEW_WINDOW
static

Id for command "New Window" in category "Window" (value is "org.eclipse.ui.window.newWindow").

Definition at line 101 of file berryIWorkbenchCommandConstants.h.

◆ WINDOW_NEXT_EDITOR

const QString berry::IWorkbenchCommandConstants::WINDOW_NEXT_EDITOR
static

Id for command "Next Editor" in category "Window" (value is "org.eclipse.ui.window.nextEditor").

Definition at line 137 of file berryIWorkbenchCommandConstants.h.

◆ WINDOW_NEXT_PERSPECTIVE

const QString berry::IWorkbenchCommandConstants::WINDOW_NEXT_PERSPECTIVE
static

Id for command "Next Perspective" in category "Window" (value is "org.eclipse.ui.window.nextPerspective").

Definition at line 161 of file berryIWorkbenchCommandConstants.h.

◆ WINDOW_NEXT_VIEW

const QString berry::IWorkbenchCommandConstants::WINDOW_NEXT_VIEW
static

Id for command "Next View" in category "Window" (value is "org.eclipse.ui.window.nextView").

Definition at line 149 of file berryIWorkbenchCommandConstants.h.

◆ WINDOW_PIN_EDITOR

const QString berry::IWorkbenchCommandConstants::WINDOW_PIN_EDITOR
static

Id for command "Pin Editor" in category "Window" (value is "org.eclipse.ui.window.pinEditor").

Definition at line 205 of file berryIWorkbenchCommandConstants.h.

◆ WINDOW_PREFERENCES

const QString berry::IWorkbenchCommandConstants::WINDOW_PREFERENCES
static

Id for command "Preferences" in category "Window" (value is "org.eclipse.ui.window.preferences").

Definition at line 211 of file berryIWorkbenchCommandConstants.h.

◆ WINDOW_PREFERENCES_PARM_PAGEID

const QString berry::IWorkbenchCommandConstants::WINDOW_PREFERENCES_PARM_PAGEID
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.

◆ WINDOW_PREVIOUS_EDITOR

const QString berry::IWorkbenchCommandConstants::WINDOW_PREVIOUS_EDITOR
static

Id for command "Previous Editor" in category "Window" (value is "org.eclipse.ui.window.previousEditor").

Definition at line 143 of file berryIWorkbenchCommandConstants.h.

◆ WINDOW_PREVIOUS_PERSPECTIVE

const QString berry::IWorkbenchCommandConstants::WINDOW_PREVIOUS_PERSPECTIVE
static

Id for command "Previous Perspective" in category "Window" (value is "org.eclipse.ui.window.previousPerspective").

Definition at line 167 of file berryIWorkbenchCommandConstants.h.

◆ WINDOW_PREVIOUS_VIEW

const QString berry::IWorkbenchCommandConstants::WINDOW_PREVIOUS_VIEW
static

Id for command "Previous View" in category "Window" (value is "org.eclipse.ui.window.previousView").

Definition at line 155 of file berryIWorkbenchCommandConstants.h.

◆ WINDOW_RESET_PERSPECTIVE

const QString berry::IWorkbenchCommandConstants::WINDOW_RESET_PERSPECTIVE
static

Id for command "Reset Perspective" in category "Window" (value is "org.eclipse.ui.window.resetPerspective").

Definition at line 223 of file berryIWorkbenchCommandConstants.h.

◆ WINDOW_SAVE_PERSPECTIVE_AS

const QString berry::IWorkbenchCommandConstants::WINDOW_SAVE_PERSPECTIVE_AS
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.

◆ WINDOW_SHOW_KEY_ASSIST

const QString berry::IWorkbenchCommandConstants::WINDOW_SHOW_KEY_ASSIST
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.

◆ WINDOW_SHOW_VIEW_MENU

const QString berry::IWorkbenchCommandConstants::WINDOW_SHOW_VIEW_MENU
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.


The documentation for this struct was generated from the following file: