Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <QmitkDiffusionImagingAppWorkbenchAdvisor.h>
Public Member Functions | |
void | Initialize (berry::IWorkbenchConfigurer::Pointer configurer) override |
berry::WorkbenchWindowAdvisor * | CreateWorkbenchWindowAdvisor (berry::IWorkbenchWindowConfigurer::Pointer configurer) override |
QString | GetInitialWindowPerspectiveId () override |
Public Member Functions inherited from berry::WorkbenchAdvisor | |
void | InternalBasicInitialize (IWorkbenchConfigurer::Pointer configurer) |
virtual void | PreStartup () |
virtual void | PostStartup () |
virtual bool | PreShutdown () |
virtual void | PostShutdown () |
virtual IAdaptable * | GetDefaultPageInput () |
virtual QString | GetMainPreferencePageId () |
virtual bool | OpenWindows () |
virtual bool | SaveState (IMemento::Pointer memento) |
virtual bool | RestoreState (IMemento::Pointer memento) |
Static Public Attributes | |
static const QString | WELCOME_PERSPECTIVE_ID |
Additional Inherited Members | |
Protected Member Functions inherited from berry::WorkbenchAdvisor | |
WorkbenchAdvisor () | |
virtual | ~WorkbenchAdvisor () |
IWorkbenchConfigurer::Pointer | GetWorkbenchConfigurer () |
Definition at line 23 of file QmitkDiffusionImagingAppWorkbenchAdvisor.h.
|
overridevirtual |
Creates a new workbench window advisor for configuring a new workbench window via the given workbench window configurer. Clients should override to provide their own window configurer.
configurer | the workbench window configurer |
Implements berry::WorkbenchAdvisor.
Definition at line 42 of file QmitkDiffusionImagingAppWorkbenchAdvisor.cpp.
References QmitkExtWorkbenchWindowAdvisor::SetPerspectiveExcludeList(), QmitkExtWorkbenchWindowAdvisor::SetProductName(), QmitkExtWorkbenchWindowAdvisor::SetViewExcludeList(), QmitkExtWorkbenchWindowAdvisor::SetWindowIcon(), QmitkExtWorkbenchWindowAdvisor::ShowClosePerspectiveMenuItem(), QmitkExtWorkbenchWindowAdvisor::ShowMemoryIndicator(), QmitkExtWorkbenchWindowAdvisor::ShowMitkVersionInfo(), QmitkExtWorkbenchWindowAdvisor::ShowNewWindowMenuItem(), QmitkExtWorkbenchWindowAdvisor::ShowPerspectiveToolbar(), QmitkExtWorkbenchWindowAdvisor::ShowVersionInfo(), QmitkExtWorkbenchWindowAdvisor::ShowViewMenuItem(), and QmitkExtWorkbenchWindowAdvisor::ShowViewToolbar().
|
overridevirtual |
Returns the id of the perspective to use for the initial workbench window, or null
if no initial perspective should be shown in the initial workbench window.
This method is called during startup when the workbench is creating the first new window. Subclasses must implement.
If the WorkbenchPreferenceConstants::DEFAULT_PERSPECTIVE_ID
preference is specified, it supercedes the perspective specified here.
null
if no initial perspective should be shown Implements berry::WorkbenchAdvisor.
Definition at line 82 of file QmitkDiffusionImagingAppWorkbenchAdvisor.cpp.
References WELCOME_PERSPECTIVE_ID.
|
overridevirtual |
Creates the global QApplication object
Reimplemented from berry::QtWorkbenchAdvisor.
Definition at line 33 of file QmitkDiffusionImagingAppWorkbenchAdvisor.cpp.
References berry::QtWorkbenchAdvisor::Initialize().
|
static |
Definition at line 28 of file QmitkDiffusionImagingAppWorkbenchAdvisor.h.
Referenced by GetInitialWindowPerspectiveId().