Tulip
5.4.0
Large graphs analysis and drawing
|
#include <Observable.h>
The ObserverHolder class is a convenience class to automatically hold and unhold observers. It performs a call to Observable::holdObservers() at its creation and a call to Observable::unholdObservers() at its destruction. You can use it if you have to hold observers in a function with multiple return points to avoid to call Observable::unholdObservers() for each of them.
Definition at line 548 of file Observable.h.