|
|
|
|
|
|
|
areacb_t
|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
|
|
|
|
|
__swig_destroy__(...)
delete_areacb_t(areacb_t self) |
|
|
|
|
|
|
|
|
|
|
link(*args)
link(self, char file, char name, int infosize) -> bool |
|
|
|
|
create(*args)
create(self, char file, char name, uint infosize) -> bool |
|
|
|
|
|
|
|
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
|
|
|
area_t
|
|
|
|
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
|
|
|
|
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__
|