
Definition at line 16 of file Observer.sip.
Public Member Functions | |
| virtual void | update (const Observable *)=0 |
| The update method. | |
| virtual void | willDelete (const Observable *) |
Notifies this Observer object that one of its Observable objects is about to be deleted. | |
| virtual | ~Observer () |
| The destructor. | |
Protected Member Functions | |
| Observer () | |
|
|
|
|
|
The destructor.
|
|
|
The update method. This member function is called by the observed Observable when its state has changed The Command argument is optional and may be a null pointer. Implemented in PlotterBase, QtView, and ViewBase. |
|
|
Notifies Since most Observable objects are owned by its Observer, it is the Observer that issued the delete. Thus the default implementation here does nothing. Derived classes that observe objects owned by another should implement this method to remove the Observable from the list they are observing. |
1.4.3