Medical Imaging Interaction Toolkit  2023.12.99-63768887
Medical Imaging Interaction Toolkit
berryIPresentationSerializer.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 
14 #ifndef BERRYIPRESENTATIONSERIALIZER_H_
15 #define BERRYIPRESENTATIONSERIALIZER_H_
16 
17 #include "berryIPresentablePart.h"
18 
19 #include <QString>
20 
21 namespace berry {
22 
42  virtual QString GetId(IPresentablePart::Pointer part) = 0;
43 
55  virtual IPresentablePart::Pointer GetPart(const QString& id) = 0;
56 
57  virtual ~IPresentationSerializer();
58 };
59 
60 }
61 
62 #endif /* BERRYIPRESENTATIONSERIALIZER_H_ */
berry::SmartPointer
Implements transparent reference counting.
Definition: berryICommandCategoryListener.h:21
berryIPresentablePart.h
BERRY_UI_QT
#define BERRY_UI_QT
Definition: org_blueberry_ui_qt_Export.h:26
berry
Definition: QmitkPropertyItemModel.h:24
berry::IPresentationSerializer
Definition: berryIPresentationSerializer.h:32