Medical Imaging Interaction Toolkit  2023.12.99-63768887
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 {
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
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
MitkCoreExports.h
mitkPropertyList.h
mitk::PropertyList
Key-value list holding instances of BaseProperty.
Definition: mitkPropertyList.h:56
MITKCORE_EXPORT
#define MITKCORE_EXPORT
Definition: MitkCoreExports.h:15