Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
berryIEditorDescriptor.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 BERRYIEDITORDESCRIPTOR_H_
14
#define BERRYIEDITORDESCRIPTOR_H_
15
16
#include <
org_blueberry_ui_qt_Export.h
>
17
#include "
berryIWorkbenchPartDescriptor.h
"
18
#include "
berryIEditorMatchingStrategy.h
"
19
20
namespace
berry
21
{
22
43
struct
BERRY_UI_QT
IEditorDescriptor
:
public
IWorkbenchPartDescriptor
44
{
45
46
berryObjectMacro
(
berry::IEditorDescriptor
);
47
48
~
IEditorDescriptor
()
override
;
49
60
QString GetId()
const override
= 0;
61
67
//ImageDescriptor getImageDescriptor() = 0;
68
74
QString GetLabel()
const override
= 0;
75
84
virtual
bool
IsInternal()
const
= 0;
85
94
virtual
bool
IsOpenInPlace()
const
= 0;
95
104
virtual
bool
IsOpenExternal()
const
= 0;
105
114
virtual
IEditorMatchingStrategy::Pointer
GetEditorMatchingStrategy() = 0;
115
};
116
117
}
118
119
#endif
/*BERRYIEDITORDESCRIPTOR_H_*/
berry
Definition:
QmitkPropertyItemModel.h:23
berry::SmartPointer< Self >
org_blueberry_ui_qt_Export.h
berryObjectMacro
#define berryObjectMacro(...)
Definition:
berryMacros.h:33
berry::IEditorDescriptor
Definition:
berryIEditorDescriptor.h:43
berryIWorkbenchPartDescriptor.h
berry::IWorkbenchPartDescriptor
Definition:
berryIWorkbenchPartDescriptor.h:33
berryIEditorMatchingStrategy.h
BERRY_UI_QT
#define BERRY_UI_QT
Definition:
org_blueberry_ui_qt_Export.h:25
Source
Plugins
org.blueberry.ui.qt
src
berryIEditorDescriptor.h
Generated on Thu Mar 12 2020 10:23:32 for Medical Imaging Interaction Toolkit by
1.8.13