| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
__init__(self,
address,
imm) Init the graphing object |
||
|
orderNodesFromTree(self) return a call ordered list of nodes |
||
|
makeNode(self,
title,
content="",
vertical_order=0) build a simple node VCG buf entry |
||
|
makeEdge(self,
source,
target,
label="",
color="green") work out the relations between the boxies |
||
|
makeVCG(self,
title,
nodes=[],
edges=[]) build a simple node tree VCG buffer |
||
|
graphCallTree(self) pop up a call tree graph for this address |
||
|
|||
|
|
|
|
|
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Thu May 29 13:03:07 2008 | http://epydoc.sourceforge.net |