Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::PropertyListReplacedObserver Class Reference

#include <mitkPropertyListReplacedObserver.h>

Inheritance diagram for mitk::PropertyListReplacedObserver:

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 32 of file mitkPropertyListReplacedObserver.h.

Member Function Documentation

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

Reimplemented in QmitkOpenCVVideoControls.

Definition at line 24 of file mitkPropertyListReplacedObserver.cpp.

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

Definition at line 19 of file mitkPropertyListReplacedObserver.cpp.


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