Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
berryIViewDescriptor.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 BERRYIVIEWDESCRIPTOR_H_
14
#define BERRYIVIEWDESCRIPTOR_H_
15
16
#include <
org_blueberry_ui_qt_Export.h
>
17
18
#include "
berryIWorkbenchPartDescriptor.h
"
19
#include "
berryIViewPart.h
"
20
21
#include <
berryIConfigurationElement.h
>
22
#include <
berryIAdaptable.h
>
23
24
namespace
berry
25
{
26
42
struct
BERRY_UI_QT
IViewDescriptor
:
public
IWorkbenchPartDescriptor
,
public
IAdaptable
43
{
44
45
berryObjectMacro
(
berry::IViewDescriptor
);
46
47
~
IViewDescriptor
()
override
;
48
55
virtual
IViewPart::Pointer
CreateView() = 0;
56
65
virtual
QStringList GetKeywordReferences()
const
= 0;
66
74
virtual
QStringList GetCategoryPath()
const
= 0;
75
81
virtual
QString GetDescription()
const
= 0;
82
83
87
QIcon GetImageDescriptor()
const override
= 0;
88
89
95
virtual
bool
GetAllowMultiple()
const
= 0;
96
102
virtual
bool
IsRestorable()
const
= 0;
103
110
virtual
bool
IsInternal()
const
= 0;
111
112
bool
operator==
(
const
Object
*)
const override
= 0;
113
};
114
115
}
116
117
#endif
/*BERRYIVIEWDESCRIPTOR_H_*/
org_blueberry_ui_qt_Export.h
berry::SmartPointer
Implements transparent reference counting.
Definition:
berryICommandCategoryListener.h:21
berry::Object
Light weight base class for most BlueBerry classes.
Definition:
berryObject.h:72
berryIConfigurationElement.h
BERRY_UI_QT
#define BERRY_UI_QT
Definition:
org_blueberry_ui_qt_Export.h:26
mitk::operator==
MITKCORE_EXPORT bool operator==(const InteractionEvent &a, const InteractionEvent &b)
berry::IWorkbenchPartDescriptor
Definition:
berryIWorkbenchPartDescriptor.h:33
berry::IAdaptable
Definition:
berryIAdaptable.h:50
berryIWorkbenchPartDescriptor.h
berry::IViewDescriptor
Definition:
berryIViewDescriptor.h:42
berryObjectMacro
#define berryObjectMacro(...)
Definition:
berryMacros.h:31
berryIAdaptable.h
berryIViewPart.h
berry
Definition:
QmitkPropertyItemModel.h:24
src
MITK
Plugins
org.blueberry.ui.qt
src
berryIViewDescriptor.h
Generated on Mon Jun 17 2024 12:43:21 for Medical Imaging Interaction Toolkit by
1.8.17