Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#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) |
a PropertyListReplacedObserver gets informed as soon as a PropertyList with a given id was replaced during a Load() process
Definition at line 28 of file mitkPropertyListReplacedObserver.h.
|
virtual |
will be called after the propertyList gets replaced with new contents, i.e. propertyList contains the new values
|
virtual |
will be called before the propertyList gets replaced with new contents, i.e. propertyList still contains the old values