Proxy of C++ UI_Hooks class.
|
|
UI_Hooks
|
__init__(self,
_flags=0)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
|
PyObject *
|
create_desktop_widget(self,
title,
cfg) |
|
|
|
current_widget_changed(self,
widget,
prev_widget) |
|
|
|
database_inited(self,
is_new_database,
idc_script) |
|
|
|
debugger_menu_change(self,
enable) |
|
|
|
|
|
get_chooser_item_attrs(self,
chooser,
n,
attrs) |
|
|
PyObject *
|
get_custom_viewer_hint(self,
viewer,
place) |
|
|
PyObject *
|
get_ea_hint(self,
ea)
The UI wants to display a simple hint for an address in the
navigation band |
|
|
PyObject *
|
get_item_hint(self,
ea,
max_lines) |
|
|
PyObject *
|
get_widget_config(self,
widget,
cfg) |
|
|
bool
|
hook(self)
Creates an UI hook |
|
|
|
|
|
|
|
plugin_loaded(self,
plugin_info) |
|
|
|
plugin_unloading(self,
plugin_info) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
saved(self)
The kernel has saved the database. |
|
|
|
saving(self)
The kernel is saving the database. |
|
|
|
screen_ea_changed(self,
ea,
prev_ea) |
|
|
|
set_widget_config(self,
widget,
cfg) |
|
|
|
|
|
term(self)
IDA is terminated and the database is already closed. |
|
|
bool
|
unhook(self)
Removes the UI hook |
|
|
|
|
|
|
|
widget_closing(self,
widget) |
|
|
|
widget_invisible(self,
widget) |
|
|
|
widget_visible(self,
widget) |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|