goblinTreeView Class Reference

Trees to display hierarchical data. More...

#include <treeView.h>

Inheritance diagram for goblinTreeView:

sparseDiGraph abstractDiGraph abstractMixedGraph managedObject goblinRootObject

Public Member Functions

 goblinTreeView (TNode, goblinController &) throw ()
 ~goblinTreeView () throw ()
bool HiddenNode (TNode v) const throw (ERRange)

Detailed Description

Trees to display hierarchical data.


Constructor & Destructor Documentation

goblinTreeView TNode  ,
goblinController
throw ()
 

~goblinTreeView  )  throw ()
 


Member Function Documentation

bool HiddenNode TNode  v  )  const throw (ERRange) [virtual]
 

Check wether a given graph node shall be visualized or not.

Parameters:
v A node index ranged [0,1,..,n-1]
Return values:
true This node is not visualized
If the node v is not visualized, none of the incident arcs are visualized

Reimplemented from abstractMixedGraph.