35 #ifndef ANATOMIST_REFERENCE_REFOBSERVER_H
36 #define ANATOMIST_REFERENCE_REFOBSERVER_H
This class can be subclassed to represent an object that the programmer wants to have observed.
A class can implement the Observer interface when it wants to be informed of changes in observable ob...
Referentiable(Referential *r)
const Referential * referential() const
void changeObserverReferential(const Referential *ref)
virtual ~ReferentialObserver()
void unregisterReferentiable(const Referentiable *o)
virtual void update(const Observable *obs, void *arg)
This method is called whenever the observed object is changed.
void listenReferentiable(const Referentiable *o)
ReferentialObserver(const Referential *observerRef, Observer *notify)
Referential: marker for transformations, with an associated color.