|
| | __init__ (self) |
| |
| bool | __eq__ (self, 'range_t' r) |
| |
| bool | __ne__ (self, 'range_t' r) |
| |
| bool | __lt__ (self, 'range_t' r) |
| |
| bool | __gt__ (self, 'range_t' r) |
| |
| bool | __le__ (self, 'range_t' r) |
| |
| bool | __ge__ (self, 'range_t' r) |
| |
| int | compare (self, 'range_t' r) |
| |
| bool | contains (self, *args) |
| |
| bool | overlaps (self, 'range_t' r) |
| |
| None | clear (self) |
| |
| bool | empty (self) |
| |
| 'asize_t' | size (self) |
| |
| None | intersect (self, 'range_t' r) |
| |
| None | extend (self, ida_idaapi.ea_t ea) |
| |
◆ __init__()
◆ color
Initial value:= property(_ida_bytes.hidden_range_t_color_get,
_ida_bytes.hidden_range_t_color_set)
◆ description
Initial value:= property(_ida_bytes.
hidden_range_t_description_get, _ida_bytes.
hidden_range_t_description_set)
◆ footer
Initial value:= property(_ida_bytes.hidden_range_t_footer_get,
_ida_bytes.hidden_range_t_footer_set)
◆ header
Initial value:= property(_ida_bytes.hidden_range_t_header_get,
_ida_bytes.hidden_range_t_header_set)
◆ visible
Initial value:= property(_ida_bytes.hidden_range_t_visible_get,
_ida_bytes.hidden_range_t_visible_set)
◆ thisown
Initial value:= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')
The documentation for this class was generated from the following file: