Overview     Modules     Class Hierarchy     Classes     Members  

tlp::ObservableGraph Class Reference
[Graphs]

#include <ObservableGraph.h>

Inherited by tlp::Graph.

Inheritance diagram for tlp::ObservableGraph:

Inheritance graph
[legend]
List of all members.

Detailed Description

Observable object for graph.

Public Member Functions

Protected Member Functions

Protected Attributes


Constructor & Destructor Documentation

virtual tlp::ObservableGraph::~ObservableGraph  )  [inline, virtual]
 


Member Function Documentation

void tlp::ObservableGraph::addObserver GraphObserver  )  const [inline]
 

Register a new observer

unsigned int tlp::ObservableGraph::countObservers  )  [inline]
 

Returns the number of observers

void tlp::ObservableGraph::notifyAddEdge Graph ,
const edge  e
[protected]
 

void tlp::ObservableGraph::notifyAddNode Graph ,
const node  n
[protected]
 

void tlp::ObservableGraph::notifyDelEdge Graph ,
const edge  e
[protected]
 

void tlp::ObservableGraph::notifyDelNode Graph ,
const node  n
[protected]
 

void tlp::ObservableGraph::notifyDestroy Graph  )  [protected]
 

void tlp::ObservableGraph::notifyReverseEdge Graph ,
const edge  e
[protected]
 

void tlp::ObservableGraph::removeObserver GraphObserver  )  const [inline]
 

Remove an observer

void tlp::ObservableGraph::removeObservers  )  [inline]
 

Remove all observers


Member Data Documentation

std::set<GraphObserver*> tlp::ObservableGraph::observers [mutable, protected]
 



Tulip Software by LaBRI Visualization Team    2001 - 2007