Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include "QmitkExtWorkbenchWindowAdvisor.h"
#include "QmitkExtActionBarAdvisor.h"
#include <QMenu>
#include <QMenuBar>
#include <QMainWindow>
#include <QStatusBar>
#include <QString>
#include <QFile>
#include <QRegExp>
#include <QTextStream>
#include <QSettings>
#include <ctkPluginException.h>
#include <service/event/ctkEventAdmin.h>
#include <berryPlatform.h>
#include <berryPlatformUI.h>
#include <berryIActionBarConfigurer.h>
#include <berryIWorkbenchWindow.h>
#include <berryIWorkbenchPage.h>
#include <berryIPreferencesService.h>
#include <berryIPerspectiveRegistry.h>
#include <berryIPerspectiveDescriptor.h>
#include <berryIProduct.h>
#include <berryIWorkbenchPartConstants.h>
#include <berryQtPreferences.h>
#include <berryQtStyleManager.h>
#include <berryWorkbenchPlugin.h>
#include <internal/berryQtShowViewAction.h>
#include <internal/berryQtOpenPerspectiveAction.h>
#include <QmitkFileOpenAction.h>
#include <QmitkFileSaveAction.h>
#include <QmitkExtFileSaveProjectAction.h>
#include <QmitkFileExitAction.h>
#include <QmitkCloseProjectAction.h>
#include <QmitkUndoAction.h>
#include <QmitkRedoAction.h>
#include <QmitkDefaultDropTargetListener.h>
#include <QmitkStatusBar.h>
#include <QmitkProgressBar.h>
#include <QmitkMemoryUsageIndicatorView.h>
#include <QmitkPreferencesDialog.h>
#include <QmitkOpenDicomEditorAction.h>
#include <QmitkOpenMxNMultiWidgetEditorAction.h>
#include <QmitkOpenStdMultiWidgetEditorAction.h>
#include <itkConfigure.h>
#include <vtkConfigure.h>
#include <mitkVersion.h>
#include <mitkIDataStorageService.h>
#include <mitkIDataStorageReference.h>
#include <mitkDataStorageEditorInput.h>
#include <mitkWorkbenchUtil.h>
#include <vtkVersionMacros.h>
#include "internal/QmitkExtWorkbenchWindowAdvisorHack.h"
#include "internal/QmitkCommonExtPlugin.h"
#include "mitkUndoController.h"
#include "mitkVerboseLimitedLinearUndo.h"
#include <QToolBar>
#include <QToolButton>
#include <QMessageBox>
#include <QMouseEvent>
#include <QLabel>
#include <QmitkAboutDialog.h>
Go to the source code of this file.
Functions | |
static void | SafeHandleNavigatorView (QString view_query_name) |
Variables | |
static bool | USE_EXPERIMENTAL_COMMAND_CONTRIBUTIONS |
|
static |
Definition at line 1060 of file QmitkExtWorkbenchWindowAdvisor.cpp.
References berry::IWorkbench::Close(), berry::WeakPointer< TObjectType >::Expired(), berry::IWorkbench::GetActiveWorkbenchWindow(), berry::WorkbenchAdvisor::GetDefaultPageInput(), berry::IWorkbench::GetIntroManager(), berry::Platform::GetProduct(), berry::WorkbenchWindowAdvisor::GetWindowConfigurer(), berry::PlatformUI::GetWorkbench(), berry::IIntroManager::HasIntro(), berry::SmartPointer< TObjectType >::IsNotNull(), berry::SmartPointer< TObjectType >::IsNull(), berry::WeakPointer< TObjectType >::Lock(), MITK_ERROR, MITK_REVISION_DESC, MITK_VERSION_STRING, MITK_WARN, berry::IWorkbench::OpenWorkbenchWindow(), QmitkExtWorkbenchWindowAdvisor::PartListenerForTitle, QmitkExtWorkbenchWindowAdvisor::PerspectiveListenerForTitle, berry::IWorkbenchPartConstants::PROP_TITLE, berry::IIntroManager::ShowIntro(), and berry::IWorkbench::ShowPerspective().
|
static |
Definition at line 88 of file QmitkExtWorkbenchWindowAdvisor.cpp.
Referenced by QmitkExtWorkbenchWindowAdvisor::CreateActionBarAdvisor(), and QmitkExtWorkbenchWindowAdvisor::PostWindowCreate().