Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
berryIViewRegistry.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 BERRYIVIEWREGISTRY_H_
14
#define BERRYIVIEWREGISTRY_H_
15
16
#include <
org_blueberry_ui_qt_Export.h
>
17
18
#include "
berryIViewDescriptor.h
"
19
#include "
berryIViewCategory.h
"
20
#include "
berryIStickyViewDescriptor.h
"
21
22
23
namespace
berry
{
24
41
struct
BERRY_UI_QT
IViewRegistry
42
{
52
virtual
IViewDescriptor::Pointer
Find(
const
QString&
id
)
const
= 0;
53
59
virtual
QList<IViewCategory::Pointer> GetCategories() = 0;
60
66
virtual
QList<IViewDescriptor::Pointer> GetViews()
const
= 0;
67
73
virtual
QList<IStickyViewDescriptor::Pointer> GetStickyViews()
const
= 0;
74
75
virtual
~
IViewRegistry
();
76
};
77
78
}
79
80
#endif
/*BERRYIVIEWREGISTRY_H_*/
berry
Definition:
QmitkPropertyItemModel.h:23
berryIStickyViewDescriptor.h
berry::SmartPointer< Self >
org_blueberry_ui_qt_Export.h
berry::IViewRegistry
Definition:
berryIViewRegistry.h:41
berryIViewCategory.h
berryIViewDescriptor.h
BERRY_UI_QT
#define BERRY_UI_QT
Definition:
org_blueberry_ui_qt_Export.h:25
Source
Plugins
org.blueberry.ui.qt
src
berryIViewRegistry.h
Generated on Thu Mar 12 2020 10:23:32 for Medical Imaging Interaction Toolkit by
1.8.13