Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
Medical Imaging Interaction Toolkit
berryIExtension.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 BERRYIEXTENSION_H_
14 #define BERRYIEXTENSION_H_
15 
16 
17 #include <berryObject.h>
18 
19 #include <QList>
20 
21 namespace berry {
22 
23 struct IConfigurationElement;
24 struct IContributor;
25 
55 {
57 
58  ~IExtension() override;
59 
71  virtual QList<SmartPointer<IConfigurationElement> > GetConfigurationElements() const = 0;
72 
79  virtual QString GetNamespaceIdentifier() const = 0;
80 
87  virtual SmartPointer<IContributor> GetContributor() const = 0;
88 
96  virtual QString GetExtensionPointUniqueIdentifier() const = 0;
97 
110  virtual QString GetLabel() const = 0;
111 
123  virtual QString GetSimpleIdentifier() const = 0;
124 
136  virtual QString GetUniqueIdentifier() const = 0;
137 
144  virtual bool IsValid() const = 0;
145 
146 };
147 
148 }
149 
150 #endif /*BERRYIEXTENSION_H_*/
berry::IExtension
Definition: berryIExtension.h:54
berry::SmartPointer
Implements transparent reference counting.
Definition: berryICommandCategoryListener.h:21
berry::Object
Light weight base class for most BlueBerry classes.
Definition: berryObject.h:72
org_blueberry_core_runtime_EXPORT
#define org_blueberry_core_runtime_EXPORT
Definition: org_blueberry_core_runtime_Export.h:26
berryObjectMacro
#define berryObjectMacro(...)
Definition: berryMacros.h:31
berryObject.h
berry
Definition: QmitkPropertyItemModel.h:24