Proxy of C++ hidden_range_t class.
|
| __init__ (self, *args) |
| init(self) -> hidden_range_t
|
|
"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
|
|
"bool" | contains (self, *args) |
| contains(self, ea) -> bool Is every ea in 'r' also in this range_t?
|
|
"bool" | overlaps (self, *args) |
| overlaps(self, r) -> bool Is there an ea in 'r' that is also in this range_t?
|
|
"void" | clear (self, *args) |
| clear(self) Set start_ea, end_ea to 0.
|
|
"bool" | empty (self, *args) |
| empty(self) -> bool Is the size of the range_t <= 0?
|
|
"asize_t" | size (self, *args) |
| size(self) -> asize_t Get end_ea - start_ea.
|
|
"void" | intersect (self, *args) |
| intersect(self, r) Assign the range_t to the intersection between the range_t and 'r'.
|
|
"void" | extend (self, *args) |
| extend(self, ea) Ensure that the range_t includes 'ea'.
|
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
| description = property(_ida_bytes.hidden_range_t_description_get, _ida_bytes.hidden_range_t_description_set, doc=) |
|
| header = property(_ida_bytes.hidden_range_t_header_get, _ida_bytes.hidden_range_t_header_set, doc=!) |
|
| footer = property(_ida_bytes.hidden_range_t_footer_get, _ida_bytes.hidden_range_t_footer_set, doc=!) |
|
| visible = property(_ida_bytes.hidden_range_t_visible_get, _ida_bytes.hidden_range_t_visible_set, doc=) |
|
| color = property(_ida_bytes.hidden_range_t_color_get, _ida_bytes.hidden_range_t_color_set, doc=!) |
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
| start_ea = property(_ida_range.range_t_start_ea_get, _ida_range.range_t_start_ea_set, doc=) |
|
| end_ea = property(_ida_range.range_t_end_ea_get, _ida_range.range_t_end_ea_set, doc=) |
|
|
"size_t" | _print (self, *args) |
| _print(self) -> size_t
|
|
◆ __init__()
__init__ |
( |
| self, |
|
|
* | args ) |
◆ color
color = property(_ida_bytes.hidden_range_t_color_get, _ida_bytes.hidden_range_t_color_set, doc=!) |
|
static |
◆ description
description = property(_ida_bytes.hidden_range_t_description_get, _ida_bytes.hidden_range_t_description_set, doc=) |
|
static |
◆ footer
footer = property(_ida_bytes.hidden_range_t_footer_get, _ida_bytes.hidden_range_t_footer_set, doc=!) |
|
static |
◆ header
header = property(_ida_bytes.hidden_range_t_header_get, _ida_bytes.hidden_range_t_header_set, doc=!) |
|
static |
◆ thisown
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
◆ visible
visible = property(_ida_bytes.hidden_range_t_visible_get, _ida_bytes.hidden_range_t_visible_set, doc=) |
|
static |
The documentation for this class was generated from the following file: