|
|
| AddCommand(self,
title,
shortcut) |
|
|
|
|
AddEdge(self,
src_node,
dest_node)
Creates an edge between two given node ids |
|
|
|
|
AddNode(self,
obj)
Creates a node associated with the given object and returns the node
id |
|
|
|
|
Clear(self)
Clears all the nodes and edges |
|
|
|
|
Close(self)
Closes the graph. |
|
|
|
|
Count(self)
Returns the node count |
|
|
|
|
|
|
|
| OnPopup(self,
widget,
popup_handle) |
|
|
|
|
OnRefresh(self)
Event called when the graph is refreshed or first created. |
|
|
|
|
Select(self,
node_id)
Selects a node on the graph |
|
|
|
|
Show(self)
Shows an existing graph or creates a new one |
|
|
|
|
__getitem__(self,
idx)
Returns a reference to the object associated with this node id |
|
|
|
View_Hooks
|
__init__(self,
title,
close_open=False)
Constructs the GraphView object. |
|
|
|
|
|
|
Inherited from ida_kernwin.CustomIDAMemo:
CreateGroups,
DelNodesInfos,
DeleteGroups,
GetCurrentRendererType,
GetNodeInfo,
GetWidget,
GetWidgetAsGraphViewer,
Refresh,
SetCurrentRendererType,
SetGroupsVisibility,
SetNodeInfo,
SetNodesInfos,
view_activated,
view_click,
view_close,
view_curpos,
view_dblclick,
view_deactivated,
view_keydown,
view_loc_changed,
view_mouse_moved,
view_mouse_over,
view_switched
Inherited from ida_kernwin.View_Hooks:
__disown__,
__repr__,
__swig_destroy__,
hook,
unhook,
view_created
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|