Package Libs :: Module immvcglib :: Class graphTree
[hide private]
[frames] | no frames]

Class graphTree

source code

Instance Methods [hide private]
  __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

Method Details [hide private]

__init__(self, address, imm)
(Constructor)

source code 
Init the graphing object

orderNodesFromTree(self)

source code 
return a call ordered list of nodes

makeNode(self, title, content="", vertical_order=0)

source code 
build a simple node VCG buf entry

makeEdge(self, source, target, label="", color="green")

source code 
work out the relations between the boxies

makeVCG(self, title, nodes=[], edges=[])

source code 
build a simple node tree VCG buffer

graphCallTree(self)

source code 
pop up a call tree graph for this address