IDAPython 8.4
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, _ea=BADADDR, _lnnum=-1, _x=0, _y=0) -> history_item_t
 
- Public Member Functions inherited from ctext_position_t
"bool" in_ctree (self, *args)
 in_ctree(self, hdrlines) -> bool Is the cursor in the variable/type declaration area?
 
"bool" __eq__ (self, *args)
 eq(self, r) -> bool
 
"bool" __ne__ (self, *args)
 ne(self, r) -> bool
 
"bool" __lt__ (self, *args)
 lt(self, r) -> bool
 
"bool" __gt__ (self, *args)
 gt(self, r) -> bool
 
"bool" __le__ (self, *args)
 le(self, r) -> bool
 
"bool" __ge__ (self, *args)
 ge(self, r) -> bool
 
"int" compare (self, *args)
 compare(self, r) -> int
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 ea = property(_ida_hexrays.history_item_t_ea_get, _ida_hexrays.history_item_t_ea_set, doc=)
 
 end = property(_ida_hexrays.history_item_t_end_get, _ida_hexrays.history_item_t_end_set, doc=)
 
- Properties inherited from ctext_position_t
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 lnnum = property(_ida_hexrays.ctext_position_t_lnnum_get, _ida_hexrays.ctext_position_t_lnnum_set, doc=)
 
 x = property(_ida_hexrays.ctext_position_t_x_get, _ida_hexrays.ctext_position_t_x_set, doc=)
 
 y = property(_ida_hexrays.ctext_position_t_y_get, _ida_hexrays.ctext_position_t_y_set, doc=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
_eaea_t
_lnnumint
_xint
_yint

init(self, _ea, p) -> history_item_t

Parameters
_eaea_t
pctext_position_t const &

Reimplemented from ctext_position_t.

Property Documentation

◆ ea

ea = property(_ida_hexrays.history_item_t_ea_get, _ida_hexrays.history_item_t_ea_set, doc=)
static

◆ end

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

◆ 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: