|
|
|
|
qflow_chart_t
|
__init__(self)
__init__(self, char _title, func_t _pfn, ea_t _ea1, ea_t _ea2, int
_flags) -> qflow_chart_t |
|
|
|
|
create(self,
*args)
create(self, char _title, func_t _pfn, ea_t _ea1, ea_t _ea2, int
_flags) create(self, char _title, areavec_t ranges, int _flags) |
|
|
|
|
append_to_flowchart(self,
*args)
append_to_flowchart(self, ea_t ea1, ea_t ea2) |
|
|
|
|
|
|
|
calc_block_type(self,
*args)
calc_block_type(self, size_t blknum) -> fc_block_type_t |
|
|
|
|
is_ret_block(self,
*args)
is_ret_block(self, size_t blknum) -> bool |
|
|
|
|
is_noret_block(self,
*args)
is_noret_block(self, size_t blknum) -> bool |
|
|
|
|
|
|
|
nsucc(self,
*args)
nsucc(self, int node) -> int |
|
|
|
|
npred(self,
*args)
npred(self, int node) -> int |
|
|
|
|
succ(self,
*args)
succ(self, int node, int i) -> int |
|
|
|
|
pred(self,
*args)
pred(self, int node, int i) -> int |
|
|
|
bool
|
|
|
|
get_node_label(self,
*args)
get_node_label(self, int arg0, char arg1, int arg2) -> char |
|
|
|
int
|
|
|
|
__getitem__(self,
*args)
__getitem__(self, int n) -> qbasic_block_t |
|
|
|
Inherited from gdl_graph_t:
begin,
edge,
empty,
end,
entry,
exists,
exit,
front,
get_edge_color,
get_node_color,
nedge,
node_qty,
print_edge,
print_graph_attributes,
print_node
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__str__
|
|
|
thisown = _swig_property(lambda x: x.this.own(), lambda x, v: ...
|
|
|
title = _swig_property(_idaapi.qflow_chart_t_title_get, _idaap...
|
|
|
bounds = _swig_property(_idaapi.qflow_chart_t_bounds_get, _ida...
|
|
|
pfn = _swig_property(_idaapi.qflow_chart_t_pfn_get, _idaapi.qf...
|
|
|
flags = _swig_property(_idaapi.qflow_chart_t_flags_get, _idaap...
|
|
|
nproper = _swig_property(_idaapi.qflow_chart_t_nproper_get, _i...
|
|
|
__swig_destroy__ = _idaapi.delete_qflow_chart_t
|
|
|
__del__ = lambda self:
|
|
Inherited from cancellable_graph_t:
cancelled,
padding
|