Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
berryIExtension.h
Go to the documentation of this file.
1 /*===================================================================
2 
3 BlueBerry Platform
4 
5 Copyright (c) German Cancer Research Center,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
17 #ifndef BERRYIEXTENSION_H_
18 #define BERRYIEXTENSION_H_
19 
20 
21 #include <berryObject.h>
22 
23 #include <QList>
24 
25 namespace berry {
26 
27 struct IConfigurationElement;
28 struct IContributor;
29 
60 {
62 
63  virtual ~IExtension();
64 
76  virtual QList<SmartPointer<IConfigurationElement> > GetConfigurationElements() const = 0;
77 
84  virtual QString GetNamespaceIdentifier() const = 0;
85 
92  virtual SmartPointer<IContributor> GetContributor() const = 0;
93 
101  virtual QString GetExtensionPointUniqueIdentifier() const = 0;
102 
115  virtual QString GetLabel() const = 0;
116 
128  virtual QString GetSimpleIdentifier() const = 0;
129 
141  virtual QString GetUniqueIdentifier() const = 0;
142 
149  virtual bool IsValid() const = 0;
150 
151 };
152 
153 }
154 
155 #endif /*BERRYIEXTENSION_H_*/
Light weight base class for most BlueBerry classes.
Definition: berryObject.h:78
Implements transparent reference counting.
#define org_blueberry_core_runtime_EXPORT
#define berryObjectMacro(...)
Definition: berryMacros.h:37