IDAPython 9.0
Loading...
Searching...
No Matches
IDAViewWrapper Class Reference
Inheritance diagram for IDAViewWrapper:
CustomIDAMemo View_Hooks

Public Member Functions

 __init__ (self, title)
 
 Bind (self)
 
 Unbind (self)
 
- Public Member Functions inherited from CustomIDAMemo
 view_activated (self, view)
 
 view_deactivated (self, view)
 
 view_keydown (self, view, key, state)
 
 view_click (self, view, ve)
 
 view_dblclick (self, view, ve)
 
 view_curpos (self, view, *args)
 
 view_close (self, view, *args)
 
 view_switched (self, view, rt)
 
 view_mouse_over (self, view, ve)
 
 view_loc_changed (self, view, now, was)
 
 view_mouse_moved (self, view, ve)
 
 Refresh (self)
 
 GetCurrentRendererType (self)
 
 SetCurrentRendererType (self, rtype)
 
 SetNodeInfo (self, node_index, node_info, flags)
 
 SetNodesInfos (self, values)
 
 GetNodeInfo (self, *args)
 
 DelNodesInfos (self, *nodes)
 
 CreateGroups (self, groups_infos)
 
 DeleteGroups (self, groups, new_current=-1)
 
 SetGroupsVisibility (self, groups, expand, new_current=-1)
 
 GetWidget (self)
 
 GetWidgetAsGraphViewer (self)
 
- Public Member Functions inherited from View_Hooks
bool hook (self)
 
bool unhook (self)
 
None view_created (self, 'TWidget *' view)
 
 __disown__ (self)
 

Protected Attributes

 _title = title
 

Additional Inherited Members

- Protected Member Functions inherited from CustomIDAMemo
 _graph_item_tuple (self, ve)
 
 _get_cb (self, view, cb_name)
 
 _get_cb_arity (self, cb)
 
 _OnBind (self, hook)
 
- Static Protected Member Functions inherited from CustomIDAMemo
 _dummy_cb (*args)
 
- Properties inherited from View_Hooks
 thisown
 

Detailed Description

Deprecated. Use View_Hooks instead.

Because the lifecycle of an IDAView is not trivial to track (e.g., a user
might close, then re-open the same disassembly view), this wrapper doesn't
bring anything superior to the View_Hooks: quite the contrary, as the
latter is much more generic (and better maps IDA's internal model.)

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
title )

Reimplemented from CustomIDAMemo.

Member Function Documentation

◆ Bind()

Bind ( self)

◆ Unbind()

Unbind ( self)

Member Data Documentation

◆ _title

_title = title
protected

The documentation for this class was generated from the following file: