#include <ClusterGraphObserver.h>
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 ClusterGraph * | getGraph () const |
Protected Attributes | |
| const ClusterGraph * | m_pClusterGraph |
| ListIterator < ClusterGraphObserver * > | m_itCGList |
Friends | |
| class | ClusterGraph |
Definition at line 78 of file ClusterGraphObserver.h.
| ogdf::ClusterGraphObserver::ClusterGraphObserver | ( | ) | [inline] |
Definition at line 82 of file ClusterGraphObserver.h.
| ogdf::ClusterGraphObserver::ClusterGraphObserver | ( | const ClusterGraph * | CG | ) | [inline] |
Definition at line 84 of file ClusterGraphObserver.h.
| virtual ogdf::ClusterGraphObserver::~ClusterGraphObserver | ( | ) | [inline, virtual] |
Definition at line 89 of file ClusterGraphObserver.h.
| void ogdf::ClusterGraphObserver::reregister | ( | const ClusterGraph * | pCG | ) | [inline] |
Definition at line 95 of file ClusterGraphObserver.h.
| virtual void ogdf::ClusterGraphObserver::clusterDeleted | ( | cluster | v | ) | [pure virtual] |
| virtual void ogdf::ClusterGraphObserver::clusterAdded | ( | cluster | v | ) | [pure virtual] |
| const ClusterGraph* ogdf::ClusterGraphObserver::getGraph | ( | ) | const [inline] |
Definition at line 106 of file ClusterGraphObserver.h.
friend class ClusterGraph [friend] |
Definition at line 79 of file ClusterGraphObserver.h.
const ClusterGraph* ogdf::ClusterGraphObserver::m_pClusterGraph [protected] |
Definition at line 109 of file ClusterGraphObserver.h.
Definition at line 112 of file ClusterGraphObserver.h.