20 #ifndef GRAPHNEEDSSAVINGOBSERVER_H
21 #define GRAPHNEEDSSAVINGOBSERVER_H
23 #include <tulip/Observable.h>
50 void removeObservers();
70 bool needsSaving()
const;
83 virtual void treatEvents(
const std::vector<Event>&);
95 #endif //GRAPHNEEDSSAVINGOBSERVER_H
The GraphNeedsSavingObserver class will observe a graph and tells if it has been modified.
The Observable class is the base of Tulip's observation system.