Medical Imaging Interaction Toolkit
2018.4.99-389bf124
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
Reimplemented in QmitkOpenCVVideoControls.
Definition at line 20 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 15 of file mitkPropertyListReplacedObserver.cpp.