Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
mitkPropertyListReplacedObserver.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 mitkPropertyListReplacedObserver_h
13
#define mitkPropertyListReplacedObserver_h
14
15
// mitk
16
#include "
mitkPropertyList.h
"
17
#include <
MitkCoreExports.h
>
18
#include <string>
19
20
namespace
mitk
21
{
28
class
MITKCORE_EXPORT
PropertyListReplacedObserver
29
{
30
public
:
36
virtual
void
BeforePropertyListReplaced(
const
std::string &
id
,
mitk::PropertyList
*propertyList);
41
virtual
void
AfterPropertyListReplaced(
const
std::string &
id
,
mitk::PropertyList
*propertyList);
42
};
43
}
// namespace mitk
44
45
#endif
mitk::PropertyListReplacedObserver
Definition:
mitkPropertyListReplacedObserver.h:28
mitk
DataCollection - Class to facilitate loading/accessing structured data.
Definition:
RenderingTests.dox:1
MitkCoreExports.h
mitkPropertyList.h
mitk::PropertyList
Key-value list holding instances of BaseProperty.
Definition:
mitkPropertyList.h:64
MITKCORE_EXPORT
#define MITKCORE_EXPORT
Definition:
MitkCoreExports.h:15
src
MITK
Modules
Core
include
mitkPropertyListReplacedObserver.h
Generated on Wed May 17 2023 16:26:10 for Medical Imaging Interaction Toolkit by
1.8.17