34 #ifndef ANA_OBSERVER_OBSERVCREAT_H 35 #define ANA_OBSERVER_OBSERVCREAT_H 53 static const std::list<Notifier> &
notifiers();
56 static std::list<Notifier> & _notifiers();
This class can be subclassed to represent an object that the programmer wants to have observed...
static const std::list< Notifier > & notifiers()
static void notifyCreated(Observable *o)
calls the notifiers
static void registerNotifier(Notifier n)
This is a manager for callbacks called when an new Observable is created.
::sigc::trackable Observable
static void unregisterNotifier(Notifier n)
void(* Notifier)(Observable *)