Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
Medical Imaging Interaction Toolkit
berryIExecutableExtension.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 #ifndef BERRYIEXECUTABLEEXTENSION_H_
13 #define BERRYIEXECUTABLEEXTENSION_H_
14 
15 #include "berryObject.h"
16 #include "berrySmartPointer.h"
17 
18 #include <QObject>
19 
20 namespace berry {
21 
22 struct IConfigurationElement;
23 
43 {
44  virtual ~IExecutableExtension();
45 
131  virtual void SetInitializationData(const SmartPointer<IConfigurationElement>& config,
132  const QString& propertyName, const Object::Pointer& data) = 0;
133 
134 };
135 
136 }
137 
138 Q_DECLARE_INTERFACE(berry::IExecutableExtension, "org.blueberry.ui.IExecutableExtension")
139 
140 #endif /*BERRYIEXECUTABLEEXTENSION_H_*/
berry::SmartPointer
Implements transparent reference counting.
Definition: berryICommandCategoryListener.h:21
org_blueberry_core_runtime_EXPORT
#define org_blueberry_core_runtime_EXPORT
Definition: org_blueberry_core_runtime_Export.h:26
berry::IExecutableExtension
Definition: berryIExecutableExtension.h:42
berrySmartPointer.h
berryObject.h
berry
Definition: QmitkPropertyItemModel.h:24