Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
berryIViewSite.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 BERRYIVIEWSITE_H_
14
#define BERRYIVIEWSITE_H_
15
16
#include "
berryIWorkbenchPartSite.h
"
17
18
#include <string>
19
20
namespace
berry
{
21
32
struct
BERRY_UI_QT
IViewSite
:
public
virtual
IWorkbenchPartSite
33
{
34
35
berryObjectMacro
(
berry::IViewSite
);
36
37
~
IViewSite
()
override
;
38
45
//IActionBars getActionBars();
46
53
virtual
QString GetSecondaryId() = 0;
54
};
55
56
}
57
58
#endif
/*BERRYIVIEWSITE_H_*/
berry
Definition:
QmitkPropertyItemModel.h:23
berryIWorkbenchPartSite.h
berryObjectMacro
#define berryObjectMacro(...)
Definition:
berryMacros.h:33
berry::IViewSite
Definition:
berryIViewSite.h:32
berry::IWorkbenchPartSite
Definition:
berryIWorkbenchPartSite.h:32
BERRY_UI_QT
#define BERRY_UI_QT
Definition:
org_blueberry_ui_qt_Export.h:25
Source
Plugins
org.blueberry.ui.qt
src
berryIViewSite.h
Generated on Thu Mar 12 2020 10:23:32 for Medical Imaging Interaction Toolkit by
1.8.13