Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members

mitkObserver Class Reference

mitkObserver - abstract base class for observers More...

#include <mitkObserver.h>

Inherits mitkObject.

Inheritance diagram for mitkObserver:

Inheritance graph
[legend]
Collaboration diagram for mitkObserver:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual void PrintSelf (ostream &os)
virtual void Update ()=0

Detailed Description

mitkObserver - abstract base class for observers

mitkObserver is an abstract class for observers. All mitkObjects can attach observers. You can derive from this class to get an actual observer processing the interaction between an mitkObject and the user interface.


Member Function Documentation

virtual void mitkObserver::PrintSelf ostream &  os  )  [virtual]
 

Print the necessary information about this object for the debugging purpose.

Parameters:
os The specified ostream to output information.

Reimplemented from mitkObject.

virtual void mitkObserver::Update  )  [pure virtual]
 

Update the observer according to the changes of the mitkObject it is attached to. A working observer should implement this pure virtual function.


The documentation for this class was generated from the following file:
Generated on Tue Feb 25 15:04:16 2014 for MITK (Medical Imaging ToolKit) by  doxygen 1.4.3