Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
berryIIntroManager.h
Go to the documentation of this file.
1
/*============================================================================
2
3
The Medical Imaging Interaction Toolkit (MITK)
4
5
Copyright (c) German Cancer Research Center (DKFZ)
6
All rights reserved.
7
8
Use of this source code is governed by a 3-clause BSD license that can be
9
found in the LICENSE file.
10
11
============================================================================*/
12
13
#ifndef BERRYIINTROMANAGER_H_
14
#define BERRYIINTROMANAGER_H_
15
16
#include "
berryIIntroPart.h
"
17
18
#include <
berryIWorkbenchWindow.h
>
19
20
namespace
berry
21
{
22
43
struct
BERRY_UI_QT
IIntroManager
44
{
45
46
virtual
~
IIntroManager
();
56
virtual
bool
CloseIntro(
IIntroPart::Pointer
part) = 0;
57
66
virtual
IIntroPart::Pointer
GetIntro()
const
= 0;
67
78
virtual
bool
HasIntro()
const
= 0;
79
89
virtual
bool
IsIntroStandby(
IIntroPart::Pointer
part)
const
= 0;
90
106
virtual
void
SetIntroStandby(
IIntroPart::Pointer
part,
bool
standby) = 0;
107
121
virtual
IIntroPart::Pointer
ShowIntro(
122
IWorkbenchWindow::Pointer
preferredWindow,
bool
standby) = 0;
123
132
virtual
bool
IsNewContentAvailable() = 0;
133
};
134
135
}
136
137
#endif
/* BERRYIINTROMANAGER_H_ */
berry
Definition:
QmitkPropertyItemModel.h:23
berry::SmartPointer< Self >
berry::IIntroManager
Definition:
berryIIntroManager.h:43
berryIIntroPart.h
berryIWorkbenchWindow.h
BERRY_UI_QT
#define BERRY_UI_QT
Definition:
org_blueberry_ui_qt_Export.h:25
Source
Plugins
org.blueberry.ui.qt
src
intro
berryIIntroManager.h
Generated on Thu Mar 12 2020 10:23:32 for Medical Imaging Interaction Toolkit by
1.8.13