19 #include "internal/QmitkDiffusionApplicationPlugin.h"
26 #include <QApplication>
37 configurer->SetSaveAndRestore(
true);
45 QList<QString> perspExcludeList;
46 perspExcludeList.push_back(
"org.blueberry.uitest.util.EmptyPerspective" );
47 perspExcludeList.push_back(
"org.blueberry.uitest.util.EmptyPerspective2" );
50 perspExcludeList.push_back(
"org.mitk.perspectives.publicdiffusionimaging" );
51 perspExcludeList.push_back(
"org.mitk.perspectives.diffusionimaginginternal" );
55 perspExcludeList.push_back(
"org.blueberry.perspectives.help");
57 QList<QString> viewExcludeList;
58 viewExcludeList.push_back(
"org.mitk.views.controlvisualizationpropertiesview" );
59 viewExcludeList.push_back(
"org.mitk.views.imagenavigator" );
61 viewExcludeList.push_back(
"org.mitk.views.modules" );
62 viewExcludeList.push_back(
"org.blueberry.ui.internal.introview" );
64 configurer->SetInitialSize(QPoint(1000,770));
78 advisor->
SetWindowIcon(
":/org.mitk.gui.qt.diffusionimagingapp/app-icon.png");
void ShowVersionInfo(bool show)
void ShowPerspectiveToolbar(bool show)
berry::WorkbenchWindowAdvisor * CreateWorkbenchWindowAdvisor(berry::IWorkbenchWindowConfigurer::Pointer configurer) override
void Initialize(IWorkbenchConfigurer::Pointer configurer) override
void ShowViewMenuItem(bool show)
void ShowViewToolbar(bool show)
void Initialize(berry::IWorkbenchConfigurer::Pointer configurer) override
QString GetInitialWindowPerspectiveId() override
void SetPerspectiveExcludeList(const QList< QString > &v)
void ShowMitkVersionInfo(bool show)
void ShowClosePerspectiveMenuItem(bool show)
void ShowMemoryIndicator(bool show)
void SetProductName(const QString &product)
void SetWindowIcon(const QString &wndIcon)
void ShowNewWindowMenuItem(bool show)
static const QString WELCOME_PERSPECTIVE_ID
void SetViewExcludeList(const QList< QString > &v)