| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
tlp::ObservableGraph Class ReferenceObservable object for graph.
More...
|
virtual tlp::ObservableGraph::~ObservableGraph | ( | ) | [inline, virtual] |
void tlp::ObservableGraph::addGraphObserver | ( | GraphObserver * | obs | ) | const [inline] |
Register a new observer
unsigned int tlp::ObservableGraph::countGraphObservers | ( | ) | [inline] |
Returns the number of observers
void tlp::ObservableGraph::notifyAddLocalProperty | ( | Graph * | , | |
const std::string & | ||||
) | [protected] |
void tlp::ObservableGraph::notifyDelLocalProperty | ( | Graph * | , | |
const std::string & | ||||
) | [protected] |
void tlp::ObservableGraph::notifyDestroy | ( | Graph * | ) | [protected] |
void tlp::ObservableGraph::removeGraphObserver | ( | GraphObserver * | item | ) | const [inline] |
Remove an observer
void tlp::ObservableGraph::removeGraphObservers | ( | ) | [inline] |
Remove all observers
stdext::slist<GraphObserver*> tlp::ObservableGraph::observers [mutable, protected] |
Tulip Software by LaBRI Visualization Team 2001 - 2009 |