Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
QmitkDiffusionImagingAppWorkbenchAdvisor Class Reference

#include <QmitkDiffusionImagingAppWorkbenchAdvisor.h>

Inheritance diagram for QmitkDiffusionImagingAppWorkbenchAdvisor:
Collaboration diagram for QmitkDiffusionImagingAppWorkbenchAdvisor:

Public Member Functions

void Initialize (berry::IWorkbenchConfigurer::Pointer configurer) override
 
berry::WorkbenchWindowAdvisorCreateWorkbenchWindowAdvisor (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 IAdaptableGetDefaultPageInput ()
 
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 ()
 

Detailed Description

Definition at line 23 of file QmitkDiffusionImagingAppWorkbenchAdvisor.h.

Member Function Documentation

QString QmitkDiffusionImagingAppWorkbenchAdvisor::GetInitialWindowPerspectiveId ( )
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.

Returns
the id of the perspective for the initial window, or null if no initial perspective should be shown

Implements berry::WorkbenchAdvisor.

Definition at line 82 of file QmitkDiffusionImagingAppWorkbenchAdvisor.cpp.

References WELCOME_PERSPECTIVE_ID.

void QmitkDiffusionImagingAppWorkbenchAdvisor::Initialize ( berry::IWorkbenchConfigurer::Pointer  configurer)
overridevirtual

Creates the global QApplication object

Reimplemented from berry::QtWorkbenchAdvisor.

Definition at line 33 of file QmitkDiffusionImagingAppWorkbenchAdvisor.cpp.

References berry::QtWorkbenchAdvisor::Initialize().

Member Data Documentation

const QString QmitkDiffusionImagingAppWorkbenchAdvisor::WELCOME_PERSPECTIVE_ID
static

The documentation for this class was generated from the following files: