Module ida_kernwin :: Class IDAViewWrapper
[frames] | no frames]

Class IDAViewWrapper

object --+        
         |        
View_Hooks --+    
             |    
 CustomIDAMemo --+
                 |
                IDAViewWrapper

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.)

Instance Methods
 
Bind(self)
 
Unbind(self)
View_Hooks
__init__(self, title)
x.__init__(...) initializes x; see help(type(x)) for signature

Inherited from 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 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__

Properties

Inherited from View_Hooks: thisown

Inherited from object: __class__

Method Details

__init__(self, title)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Returns: View_Hooks
Overrides: object.__init__
(inherited documentation)