Open
Graph Drawing
Framework

 v.2010.10
 

Public Member Functions | Protected Attributes | Friends

ogdf::ClusterGraphObserver Class Reference

#include <ogdf/cluster/ClusterGraphObserver.h>

List of all members.

Public Member Functions

 ClusterGraphObserver ()
 ClusterGraphObserver (const ClusterGraph *CG)
virtual ~ClusterGraphObserver ()
void reregister (const ClusterGraph *pCG)
virtual void clusterDeleted (cluster v)=0
virtual void clusterAdded (cluster v)=0
const ClusterGraphgetGraph () const

Protected Attributes

const ClusterGraphm_pClusterGraph
ListIterator
< ClusterGraphObserver * > 
m_itCGList

Friends

class ClusterGraph

Detailed Description

Definition at line 80 of file ClusterGraphObserver.h.


Constructor & Destructor Documentation

ogdf::ClusterGraphObserver::ClusterGraphObserver (  )  [inline]

Definition at line 84 of file ClusterGraphObserver.h.

ogdf::ClusterGraphObserver::ClusterGraphObserver ( const ClusterGraph CG  )  [inline]

Definition at line 86 of file ClusterGraphObserver.h.

virtual ogdf::ClusterGraphObserver::~ClusterGraphObserver (  )  [inline, virtual]

Definition at line 91 of file ClusterGraphObserver.h.


Member Function Documentation

virtual void ogdf::ClusterGraphObserver::clusterAdded ( cluster  v  )  [pure virtual]
virtual void ogdf::ClusterGraphObserver::clusterDeleted ( cluster  v  )  [pure virtual]
const ClusterGraph* ogdf::ClusterGraphObserver::getGraph (  )  const [inline]

Definition at line 108 of file ClusterGraphObserver.h.

void ogdf::ClusterGraphObserver::reregister ( const ClusterGraph pCG  )  [inline]

Definition at line 97 of file ClusterGraphObserver.h.


Friends And Related Function Documentation

friend class ClusterGraph [friend]

Definition at line 81 of file ClusterGraphObserver.h.


Member Data Documentation

Definition at line 114 of file ClusterGraphObserver.h.

Definition at line 111 of file ClusterGraphObserver.h.


The documentation for this class was generated from the following file: