Package vdb :: Package gui :: Package extensions :: Module windows :: Class Win32HeapWindow
[hide private]
[frames] | no frames]

Class Win32HeapWindow

source code

vwidget.windows.VWindow --+
                          |
                         Win32HeapWindow

Instance Methods [hide private]
 
__init__(self, db) source code
 
chunkListActivated(self, tree, path, column) source code
 
heapTreeActivated(self, tree, path, column) source code
 
updateWindow(self, trace) source code
 
setupChunkList(self) source code
 
updateChunkList(self, seg)
Because this is already parsing chunks, we'll have this update the segment view as well.
source code
 
setupHeapTree(self) source code
 
updateHeapTree(self, tree=None) source code

Inherited from vwidget.windows.VWindow: delete, getGeometry, getWidget, hide, setGeometry, setSensitive, setTitle, show, textFromWidget

Method Details [hide private]

__init__(self, db)
(Constructor)

source code 
Overrides: vwidget.windows.VWindow.__init__