Module ida_hexrays :: Class vdui_t
[frames] | no frames]

Class vdui_t

object --+
         |
        vdui_t

Proxy of C++ vdui_t class.

Instance Methods
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
cmt_type_t
calc_cmt_type(self, lnnum, cmttype)
 
clear(self)
bool
collapse_item(self, hide)
bool
collapse_lvars(self, hide)
bool
ctree_to_disasm(self)
bool
del_orphan_cmts(self)
bool
edit_cmt(self, loc)
bool
edit_func_cmt(self)
bool
get_current_item(self, idv)
int
get_current_label(self)
cnumber_t
get_number(self)
bool
in_ctree(self)
bool
invert_bits(self)
bool
invert_sign(self)
bool
jump_enter(self, idv, omflags)
bool
locked(self)
bool
map_lvar(self, frm, to)
bool
refresh_cpos(self, idv)
 
refresh_ctext(self, activate=True)
 
refresh_view(self, redo_mba)
bool
rename_global(self, ea)
bool
rename_label(self, label)
bool
rename_lvar(self, v, name, is_user_name)
bool
rename_strmem(self, sptr, mptr)
bool
set_global_type(self, ea)
bool
set_locked(self, v)
bool
set_lvar_cmt(self, v, cmt)
bool
set_lvar_type(self, v, type)
bool
set_noptr_lvar(self, v)
bool
set_num_enum(self)
bool
set_num_radix(self, base)
bool
set_num_stroff(self)
bool
set_strmem_type(self, sptr, mptr)
 
set_valid(self, v)
 
set_visible(self, v)
bool
split_item(self, split)
 
switch_to(self, f, activate)
bool
ui_edit_lvar_cmt(self, v)
bool
ui_map_lvar(self, v)
bool
ui_rename_lvar(self, v)
bool
ui_set_call_type(self, e)
bool
ui_set_lvar_type(self, v)
bool
ui_unmap_lvar(self, v)
bool
valid(self)
bool
visible(self)

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

Properties
  cfunc
vdui_t_cfunc_get(self) -> cfuncptr_t
  cpos
vdui_t_cpos_get(self) -> ctext_position_t
  ct
vdui_t_ct_get(self) -> TWidget *
  flags
vdui_t_flags_get(self) -> int
  head
vdui_t_head_get(self) -> ctree_item_t
  item
vdui_t_item_get(self) -> ctree_item_t
  last_code
vdui_t_last_code_get(self) -> merror_t
  mba
vdui_t_mba_get(self) -> mbl_array_t
  tail
vdui_t_tail_get(self) -> ctree_item_t
  thisown
The membership flag
  toplevel
vdui_t_toplevel_get(self) -> TWidget *
  view_idx
vdui_t_view_idx_get(self) -> int

Inherited from object: __class__

Method Details

__init__(self, *args, **kwargs)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

cfunc

vdui_t_cfunc_get(self) -> cfuncptr_t

Get Method:
unreachable.vdui_t_cfunc_get(self)
Set Method:
unreachable.vdui_t_cfunc_set(self, cfunc)

cpos

vdui_t_cpos_get(self) -> ctext_position_t

Get Method:
unreachable.vdui_t_cpos_get(self)
Set Method:
unreachable.vdui_t_cpos_set(self, cpos)

ct

vdui_t_ct_get(self) -> TWidget *

Get Method:
unreachable.vdui_t_ct_get(self)
Set Method:
unreachable.vdui_t_ct_set(self, ct)

flags

vdui_t_flags_get(self) -> int

Get Method:
unreachable.vdui_t_flags_get(self)
Set Method:
unreachable.vdui_t_flags_set(self, flags)

head

vdui_t_head_get(self) -> ctree_item_t

Get Method:
unreachable.vdui_t_head_get(self)
Set Method:
unreachable.vdui_t_head_set(self, head)

item

vdui_t_item_get(self) -> ctree_item_t

Get Method:
unreachable.vdui_t_item_get(self)
Set Method:
unreachable.vdui_t_item_set(self, item)

last_code

vdui_t_last_code_get(self) -> merror_t

Get Method:
unreachable.vdui_t_last_code_get(self)
Set Method:
unreachable.vdui_t_last_code_set(self, last_code)

mba

vdui_t_mba_get(self) -> mbl_array_t

Get Method:
unreachable.vdui_t_mba_get(self)
Set Method:
unreachable.vdui_t_mba_set(self, mba)

tail

vdui_t_tail_get(self) -> ctree_item_t

Get Method:
unreachable.vdui_t_tail_get(self)
Set Method:
unreachable.vdui_t_tail_set(self, tail)

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)

toplevel

vdui_t_toplevel_get(self) -> TWidget *

Get Method:
unreachable.vdui_t_toplevel_get(self)
Set Method:
unreachable.vdui_t_toplevel_set(self, toplevel)

view_idx

vdui_t_view_idx_get(self) -> int

Get Method:
unreachable.vdui_t_view_idx_get(self)
Set Method:
unreachable.vdui_t_view_idx_set(self, view_idx)