#include <observer.h>
|
ObservableSet | observables_ |
|
|
class | ObservableInterface |
|
Class to support observer pattern. An example of usage is given in the Observable class.
- See also
- Observable
◆ ~Observer()
inviwo::Observer::~Observer |
( |
| ) |
|
|
virtual |
Removes the observer from all observable objects. Makes sure that it cannot be called when destroyed.
◆ addObservation()
Add an object to observe.
- Parameters
-
observable | The observable to add. |
◆ removeObservation()
Stop observing object by removing it from observation list.
- Parameters
-
The documentation for this class was generated from the following files: