Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
Home
Manual
API Reference
Download
Bugzilla
Groups
Namespace List
Class List
File List
Examples
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
berryViewPart.h
Go to the documentation of this file.
1
/*===================================================================
2
3
BlueBerry Platform
4
5
Copyright (c) German Cancer Research Center,
6
Division of Medical and Biological Informatics.
7
All rights reserved.
8
9
This software is distributed WITHOUT ANY WARRANTY; without
10
even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
A PARTICULAR PURPOSE.
12
13
See LICENSE.txt or http://www.mitk.org for details.
14
15
===================================================================*/
16
17
#ifndef BERRYVIEWPART_H_
18
#define BERRYVIEWPART_H_
19
20
#include "
berryIViewPart.h
"
21
#include "
berryIViewSite.h
"
22
#include "
berryWorkbenchPart.h
"
23
24
#include "
berryIMemento.h
"
25
26
27
namespace
berry
{
28
70
class
BERRY_UI_QT
ViewPart
:
public
WorkbenchPart
,
public
IViewPart
71
{
72
Q_OBJECT
73
Q_INTERFACES(
berry::IViewPart
)
74
75
protected
:
76
ViewPart
();
77
85
void
CheckSite(
IWorkbenchPartSite::Pointer
site)
override
;
86
87
public
:
88
89
berryObjectMacro
(
ViewPart
,
WorkbenchPart
,
IViewPart
)
90
91
void
Init(
IViewSite::Pointer
site,
IMemento::Pointer
memento =
IMemento::Pointer
(
nullptr
))
override
;
92
93
void
SaveState(
IMemento::Pointer
memento)
override
;
94
95
/*
96
* Method declared on IViewPart.
97
*/
98
IViewSite::Pointer
GetViewSite()
override
;
99
100
};
101
102
}
// namespace berry
103
104
#endif
/*BERRYVIEWPART_H_*/
berry
Definition:
QmitkPropertyItemModel.h:27
berryIViewPart.h
berry::IViewPart
Definition:
berryIViewPart.h:74
berryWorkbenchPart.h
berryIMemento.h
berry::WorkbenchPart
Definition:
berryWorkbenchPart.h:45
berry::SmartPointer< Self >
berryObjectMacro
#define berryObjectMacro(...)
Definition:
berryMacros.h:37
berryIViewSite.h
berry::ViewPart
Definition:
berryViewPart.h:70
BERRY_UI_QT
#define BERRY_UI_QT
Definition:
org_blueberry_ui_qt_Export.h:23
git
MITK
Plugins
org.blueberry.ui.qt
src
berryViewPart.h
Generated on Fri Feb 3 2017 20:51:44 for Medical Imaging Interaction Toolkit by
1.8.9.1