Medical Imaging Interaction Toolkit  2023.12.99-77685e7b
Medical Imaging Interaction Toolkit
berryObjectStringMap.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 BERRYOBJECTSTRINGMAP_H
14 #define BERRYOBJECTSTRINGMAP_H
15 
16 #include <berryObject.h>
17 
18 #include <QHash>
19 
20 namespace berry {
21 
22 class ObjectStringMap : public QHash<QString,QString>, public Object
23 {
24 public:
25 
27 
29  ObjectStringMap(const QHash<QString,QString>& other);
30 
31 };
32 
33 }
34 
35 #endif // BERRYOBJECTSTRINGMAP_H
berry::Object
Light weight base class for most BlueBerry classes.
Definition: berryObject.h:72
berry::ObjectStringMap
Definition: berryObjectStringMap.h:22
berry::ObjectStringMap::ObjectStringMap
ObjectStringMap()
berryObjectMacro
#define berryObjectMacro(...)
Definition: berryMacros.h:31
berryObject.h
berry
Definition: QmitkPropertyItemModel.h:24