|
CreateGroups(self,
groups_infos)
Send a request to modify the graph by creating a
(set of) group(s), and perform an animation. |
|
|
|
DelNodesInfos(self,
*nodes)
Delete the properties for the given node(s). |
|
|
|
DeleteGroups(self,
groups,
new_current=-1)
Send a request to delete the specified groups in the graph, and
perform an animation. |
|
|
|
GetCurrentRendererType(self) |
|
|
|
GetNodeInfo(self,
*args)
Get the properties for the given node. |
|
|
|
GetWidget(self)
Return the TWidget underlying this view. |
|
|
|
|
|
|
|
|
|
SetGroupsVisibility(self,
groups,
expand,
new_current=-1)
Send a request to expand/collapse the specified groups in the graph,
and perform an animation. |
|
|
|
SetNodeInfo(self,
node_index,
node_info,
flags)
Set the properties for the given node. |
|
|
|
SetNodesInfos(self,
values)
Set the properties for the given nodes. |
|
|
View_Hooks
|
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from 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__
|