Medical Imaging Interaction Toolkit  2024.12.00
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 
17 
19 #include "berryIViewPart.h"
20 
22 #include <berryIAdaptable.h>
23 
24 namespace berry
25 {
26 
43 {
44 
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