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

Class areacb_t

object --+
         |
        areacb_t

Proxy of C++ areacb_t class

Instance Methods
 
__repr__(self)
repr(x)
 
zero(self)
areacb_t
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
terminate(self)
 
__swig_destroy__(...)
delete_areacb_t(areacb_t self)
 
__del__(self)
 
save(self)
 
link(*args)
link(self, char file, char name, int infosize) -> bool
 
create(*args)
create(self, char file, char name, uint infosize) -> bool
 
kill(self)
 
create_area(*args)
create_area(self, area_t info) -> bool
 
update(*args)
update(self, area_t info) -> bool
 
get_area(*args)
get_area(self, ea_t ea) -> area_t
 
getn_area(*args)
getn_area(self, unsigned int n) -> area_t
 
get_area_num(*args)
get_area_num(self, ea_t ea) -> int
 
prepare_to_create(*args)
prepare_to_create(self, ea_t start, ea_t end) -> ea_t
 
get_next_area(*args)
get_next_area(self, ea_t ea) -> int
 
get_prev_area(*args)
get_prev_area(self, ea_t ea) -> int
 
next_area_ptr(*args)
next_area_ptr(self, ea_t ea) -> area_t
 
prev_area_ptr(*args)
prev_area_ptr(self, ea_t ea) -> area_t
area_t
first_area_ptr(self)
area_t
last_area_ptr(self)
 
del_area(*args)
del_area(self, ea_t ea, bool delcmt=True) -> bool
 
may_start_at(*args)
may_start_at(self, uint n, ea_t newstart) -> bool
 
may_end_at(*args)
may_end_at(self, uint n, ea_t newend) -> bool
 
set_start(*args)
set_start(self, uint n, ea_t newstart) -> bool
 
set_end(*args)
set_end(self, uint n, ea_t newend) -> bool
 
make_hole(*args)
make_hole(self, ea_t ea1, ea_t ea2, bool create_tail_area)
 
resize_areas(*args)
resize_areas(self, uint n, ea_t newstart) -> bool
uint
get_area_qty(self)
 
set_area_cmt(*args)
set_area_cmt(self, area_t a, char cmt, bool repeatable) -> bool
 
del_area_cmt(*args)
del_area_cmt(self, area_t a, bool repeatable)
 
get_area_cmt(*args)
get_area_cmt(self, area_t a, bool repeatable) -> char

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

Properties
  thisown
The membership flag

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Returns: areacb_t
Overrides: object.__init__

Property Details

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)