Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
Medical Imaging Interaction Toolkit
mitk::PropertyListReplacedObserver Class Reference

#include <mitkPropertyListReplacedObserver.h>

Public Member Functions

virtual void BeforePropertyListReplaced (const std::string &id, mitk::PropertyList *propertyList)
 
virtual void AfterPropertyListReplaced (const std::string &id, mitk::PropertyList *propertyList)
 

Detailed Description

a PropertyListReplacedObserver gets informed as soon as a PropertyList with a given id was replaced during a Load() process

See also
IPersistenceService::AddPropertyListReplacedObserver()

Definition at line 28 of file mitkPropertyListReplacedObserver.h.

Member Function Documentation

◆ AfterPropertyListReplaced()

virtual void mitk::PropertyListReplacedObserver::AfterPropertyListReplaced ( const std::string &  id,
mitk::PropertyList propertyList 
)
virtual

will be called after the propertyList gets replaced with new contents, i.e. propertyList contains the new values

◆ BeforePropertyListReplaced()

virtual void mitk::PropertyListReplacedObserver::BeforePropertyListReplaced ( const std::string &  id,
mitk::PropertyList propertyList 
)
virtual

will be called before the propertyList gets replaced with new contents, i.e. propertyList still contains the old values


The documentation for this class was generated from the following file: