Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
berryIPerspectiveDescriptor.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 BERRYIPERSPECTIVEDESCRIPTOR_H_
14
#define BERRYIPERSPECTIVEDESCRIPTOR_H_
15
16
#include <
berryMacros.h
>
17
#include <
berryObject.h
>
18
19
#include <
org_blueberry_ui_qt_Export.h
>
20
21
namespace
berry
{
22
57
struct
BERRY_UI_QT
IPerspectiveDescriptor
:
public
virtual
Object
58
{
59
60
berryObjectMacro
(
berry::IPerspectiveDescriptor
);
61
62
~
IPerspectiveDescriptor
()
override
;
63
71
virtual
QString GetDescription()
const
= 0;
72
79
virtual
QString GetId()
const
= 0;
80
88
virtual
QIcon GetImageDescriptor()
const
= 0;
89
96
virtual
QString GetLabel()
const
= 0;
97
104
//virtual bool IsPredefined() const = 0;
105
111
virtual
QStringList GetCategoryPath()
const
= 0;
112
121
virtual
QStringList GetKeywordReferences()
const
= 0;
122
};
123
124
}
125
126
#endif
/*BERRYIPERSPECTIVEDESCRIPTOR_H_*/
berry
Definition:
QmitkPropertyItemModel.h:23
berryMacros.h
berry::Object
Light weight base class for most BlueBerry classes.
Definition:
berryObject.h:72
org_blueberry_ui_qt_Export.h
berry::IPerspectiveDescriptor
Definition:
berryIPerspectiveDescriptor.h:57
berryObjectMacro
#define berryObjectMacro(...)
Definition:
berryMacros.h:33
berryObject.h
BERRY_UI_QT
#define BERRY_UI_QT
Definition:
org_blueberry_ui_qt_Export.h:25
Source
Plugins
org.blueberry.ui.qt
src
berryIPerspectiveDescriptor.h
Generated on Thu Mar 12 2020 10:23:32 for Medical Imaging Interaction Toolkit by
1.8.13