IDAPython 9.0
Loading...
Searching...
No Matches
history_item_t Class Reference

Proxy of C++ history_item_t class.

Inheritance diagram for history_item_t:
ctext_position_t

Public Member Functions

 __init__ (self, *args)
 init(self, fea=BADADDR, cea=BADADDR, _lnnum=-1, _x=0, _y=0) -> history_item_t
 
- Public Member Functions inherited from ctext_position_t
"bool" in_ctree (self, "int" hdrlines)
 in_ctree(self, hdrlines) -> bool Is the cursor in the variable/type declaration area?
 
"bool" __eq__ (self, "ctext_position_t" r)
 eq(self, r) -> bool
 
"bool" __ne__ (self, "ctext_position_t" r)
 ne(self, r) -> bool
 
"bool" __lt__ (self, "ctext_position_t" r)
 lt(self, r) -> bool
 
"bool" __gt__ (self, "ctext_position_t" r)
 gt(self, r) -> bool
 
"bool" __le__ (self, "ctext_position_t" r)
 le(self, r) -> bool
 
"bool" __ge__ (self, "ctext_position_t" r)
 ge(self, r) -> bool
 
"int" compare (self, "ctext_position_t" r)
 compare(self, r) -> int
 

Static Public Attributes

str func_ea = property(_ida_hexrays.history_item_t_func_ea_get, _ida_hexrays.history_item_t_func_ea_set, doc=)
 
str curr_ea = property(_ida_hexrays.history_item_t_curr_ea_get, _ida_hexrays.history_item_t_curr_ea_set, doc=)
 
str end = property(_ida_hexrays.history_item_t_end_get, _ida_hexrays.history_item_t_end_set, doc=)
 
- Static Public Attributes inherited from ctext_position_t
str lnnum = property(_ida_hexrays.ctext_position_t_lnnum_get, _ida_hexrays.ctext_position_t_lnnum_set, doc=)
 
str x = property(_ida_hexrays.ctext_position_t_x_get, _ida_hexrays.ctext_position_t_x_set, doc=)
 
str y = property(_ida_hexrays.ctext_position_t_y_get, _ida_hexrays.ctext_position_t_y_set, doc=)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
- Properties inherited from ctext_position_t
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
feaea_t
ceaea_t
_lnnumint
_xint
_yint

init(self, fea, cea, p) -> history_item_t

Parameters
feaea_t
ceaea_t
pctext_position_t const &

Reimplemented from ctext_position_t.

Member Data Documentation

◆ curr_ea

str curr_ea = property(_ida_hexrays.history_item_t_curr_ea_get, _ida_hexrays.history_item_t_curr_ea_set, doc=)
static

◆ end

str end = property(_ida_hexrays.history_item_t_end_get, _ida_hexrays.history_item_t_end_set, doc=)
static

◆ func_ea

str func_ea = property(_ida_hexrays.history_item_t_func_ea_get, _ida_hexrays.history_item_t_func_ea_set, doc=)
static

Property Documentation

◆ thisown

thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

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