#include <watcher.h>
Collaboration diagram for Watcher< T >:

Public Member Functions | |
| virtual void | notifyChange (T *, int)=0 |
| Watcher (T &_watched) | |
| virtual | ~Watcher () |
Private Attributes | |
| T & | watched |
|
||||||||||
|
Definition at line 19 of file watcher.h. References Watcher< T >::watched.
|
|
|||||||||
|
Definition at line 24 of file watcher.h. References Watcher< T >::watched. 00025 {
00026 watched.removeWatcher(this);
00027 }
|
|
||||||||||||||||
|
|
|
|||||
|
Definition at line 16 of file watcher.h. Referenced by Watcher< T >::Watcher(), and Watcher< T >::~Watcher(). |
1.4.1