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
berryIViewDescriptor.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 BERRYIVIEWDESCRIPTOR_H_
18
#define BERRYIVIEWDESCRIPTOR_H_
19
20
#include <
org_blueberry_ui_qt_Export.h
>
21
22
#include "
berryIWorkbenchPartDescriptor.h
"
23
#include "
berryIViewPart.h
"
24
25
#include <
berryIConfigurationElement.h
>
26
#include <
berryIAdaptable.h
>
27
28
namespace
berry
29
{
30
46
struct
BERRY_UI_QT
IViewDescriptor
:
public
IWorkbenchPartDescriptor
,
public
IAdaptable
47
{
48
49
berryObjectMacro
(
berry::IViewDescriptor
)
50
51
~
IViewDescriptor
();
52
59
virtual
IViewPart::Pointer
CreateView() = 0;
60
69
virtual
QStringList GetKeywordReferences()
const
= 0;
70
78
virtual
QStringList GetCategoryPath()
const
= 0;
79
85
virtual
QString GetDescription()
const
= 0;
86
87
91
virtual
QIcon GetImageDescriptor()
const
= 0;
92
93
99
virtual
bool
GetAllowMultiple()
const
= 0;
100
106
virtual
bool
IsRestorable()
const
= 0;
107
108
virtual
bool
operator==
(
const
Object
*)
const
= 0;
109
};
110
111
}
112
113
#endif
/*BERRYIVIEWDESCRIPTOR_H_*/
berry
Definition:
QmitkPropertyItemModel.h:27
berry::IAdaptable
Definition:
berryIAdaptable.h:54
berryIViewPart.h
berry::Object
Light weight base class for most BlueBerry classes.
Definition:
berryObject.h:78
berry::SmartPointer< Self >
org_blueberry_ui_qt_Export.h
berryIAdaptable.h
berryIConfigurationElement.h
mitk::operator==
MITKCORE_EXPORT bool operator==(const InteractionEvent &a, const InteractionEvent &b)
Definition:
mitkInteractionEvent.cpp:77
berryObjectMacro
#define berryObjectMacro(...)
Definition:
berryMacros.h:37
berry::IViewDescriptor
Definition:
berryIViewDescriptor.h:46
berryIWorkbenchPartDescriptor.h
berry::IWorkbenchPartDescriptor
Definition:
berryIWorkbenchPartDescriptor.h:37
BERRY_UI_QT
#define BERRY_UI_QT
Definition:
org_blueberry_ui_qt_Export.h:23
git
MITK
Plugins
org.blueberry.ui.qt
src
berryIViewDescriptor.h
Generated on Fri Feb 3 2017 20:51:44 for Medical Imaging Interaction Toolkit by
1.8.9.1