Proxy of C++ history_item_t class.
|
| __init__ (self, *args) |
| init(self, fea=BADADDR, cea=BADADDR, _lnnum=-1, _x=0, _y=0) -> history_item_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
|
|
|
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=) |
|
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=) |
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
◆ __init__()
__init__ |
( |
| self, |
|
|
* | args ) |
◆ 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 |
◆ 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: