Module ida_kernwin :: Class simplecustviewer_t :: Class UI_Hooks_Trampoline
[frames] | no frames]

Class UI_Hooks_Trampoline

object --+    
         |    
  UI_Hooks --+
             |
            simplecustviewer_t.UI_Hooks_Trampoline

Instance Methods
UI_Hooks
__init__(self, v)
x.__init__(...) initializes x; see help(type(x)) for signature
 
populating_widget_popup(self, form, popup_handle)
The UI is populating the TWidget's popup menu.

Inherited from UI_Hooks: __disown__, __repr__, __swig_destroy__, create_desktop_widget, current_widget_changed, database_inited, debugger_menu_change, finish_populating_widget_popup, get_chooser_item_attrs, get_custom_viewer_hint, get_ea_hint, get_item_hint, get_widget_config, hook, idcstart, idcstop, plugin_loaded, plugin_unloading, postprocess_action, preprocess_action, range, ready_to_run, resume, saved, saving, screen_ea_changed, set_widget_config, suspend, term, unhook, updated_actions, updating_actions, widget_closing, widget_invisible, widget_visible

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from UI_Hooks: thisown

Inherited from object: __class__

Method Details

__init__(self, v)
(Constructor)

 

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

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

populating_widget_popup(self, form, popup_handle)

 

The UI is populating the TWidget's popup menu. Now is a good time to call idaapi.attach_action_to_popup()

Parameters:
  • widget - The widget
  • popup - The popup menu.
Returns:
Ignored
Overrides: UI_Hooks.populating_widget_popup
(inherited documentation)