Medical Imaging Interaction Toolkit
2016.11.0
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 32 of file mitkPropertyListReplacedObserver.h.
|
virtual |
will be called after the propertyList gets replaced with new contents, i.e. propertyList contains the new values
Reimplemented in QmitkOpenCVVideoControls.
Definition at line 24 of file mitkPropertyListReplacedObserver.cpp.
|
virtual |
will be called before the propertyList gets replaced with new contents, i.e. propertyList still contains the old values
Definition at line 19 of file mitkPropertyListReplacedObserver.cpp.