Medical Imaging Interaction Toolkit
2024.06.00
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
26
berryObjectMacro
(
berry::ObjectStringMap
);
27
28
ObjectStringMap
();
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
src
MITK
Plugins
org.blueberry.core.runtime
src
berryObjectStringMap.h
Generated on Mon Jun 17 2024 12:43:21 for Medical Imaging Interaction Toolkit by
1.8.17