Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

Watcher< T > Class Template Reference

The Watcher interface is for classes that watch other classes. More...

#include <watcher.h>

Inheritance diagram for Watcher< T >:

Inheritance graph
[legend]
List of all members.

Public Methods

virtual void modified (T const &modobj)=0

Detailed Description

template<typename T>
class Watcher< T >

The Watcher interface is for classes that watch other classes.

Parameters:
T  The type of class to watch


Member Function Documentation

template<typename T>
virtual void Watcher< T >::modified T const &    modobj [pure virtual]
 

Called when the watched object is modified.

Parameters:
modobj  The modified object

Implemented in TreeView, and MainWindow.


The documentation for this class was generated from the following file:
Generated on Mon Apr 7 19:44:00 2003 for DuTree by doxygen1.2.18