Module idaapi :: Class area_t
[frames] | no frames]

Class area_t

object --+
         |
        area_t

Proxy of C++ area_t class

Instance Methods
 
__repr__(self)
repr(x)
area_t
__init__(self)
__init__(self, ea_t ea1, ea_t ea2) -> area_t
 
compare(self, *args)
compare(self, area_t r) -> int
 
__eq__(self, *args)
__eq__(self, area_t r) -> bool
 
__ne__(self, *args)
__ne__(self, area_t r) -> bool
 
__gt__(self, *args)
__gt__(self, area_t r) -> bool
 
__lt__(self, *args)
__lt__(self, area_t r) -> bool
 
contains(self, *args)
contains(self, ea_t ea) -> bool contains(self, area_t r) -> bool
 
overlaps(self, *args)
overlaps(self, area_t r) -> bool
 
clear(self)
bool
empty(self)
asize_t
size(self)
 
intersect(self, *args)
intersect(self, area_t r)
 
extend(self, *args)
extend(self, ea_t ea)

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables
  thisown = _swig_property(lambda x: x.this.own(), lambda x, v: ...
  startEA = _swig_property(_idaapi.area_t_startEA_get, _idaapi.a...
  endEA = _swig_property(_idaapi.area_t_endEA_get, _idaapi.area_...
  __swig_destroy__ = _idaapi.delete_area_t
  __del__ = lambda self:
Properties

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self)
(Constructor)

 

__init__(self, ea_t ea1, ea_t ea2) -> area_t

Returns: area_t
Overrides: object.__init__

Class Variable Details

thisown

Value:
_swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc\
= 'The membership flag')

startEA

Value:
_swig_property(_idaapi.area_t_startEA_get, _idaapi.area_t_startEA_set)

endEA

Value:
_swig_property(_idaapi.area_t_endEA_get, _idaapi.area_t_endEA_set)