|
| __init__ (self, *args) |
|
None | create (self, *args) |
|
None | append_to_flowchart (self, ida_idaapi.ea_t ea1, ida_idaapi.ea_t ea2) |
|
None | refresh (self) |
|
'fc_block_type_t' | calc_block_type (self, 'size_t' blknum) |
|
bool | is_ret_block (self, 'size_t' blknum) |
|
bool | is_noret_block (self, 'size_t' blknum) |
|
None | print_node_attributes (self, 'FILE *' fp, int n) |
|
int | nsucc (self, int node) |
|
int | npred (self, int node) |
|
int | succ (self, int node, int i) |
|
int | pred (self, int node, int i) |
|
'char *' | get_node_label (self, *args) |
|
int | size (self) |
|
bool | print_names (self) |
|
'qbasic_block_t *' | __getitem__ (self, int n) |
|
| __disown__ (self) |
|
None | print_graph_attributes (self, 'FILE *' fp) |
|
bool | print_node (self, 'FILE *' fp, int n) |
|
bool | print_edge (self, 'FILE *' fp, int i, int j) |
|
int | node_qty (self) |
|
bool | exists (self, int node) |
|
int | entry (self) |
|
int | exit (self) |
|
bool | empty (self) |
|
'bgcolor_t' | get_node_color (self, int n) |
|
'bgcolor_t' | get_edge_color (self, int i, int j) |
|
'size_t' | nedge (self, int node, bool ispred) |
|
int | edge (self, int node, int i, bool ispred) |
|
int | front (self) |
|
'node_iterator' | begin (self) |
|
'node_iterator' | end (self) |
|
◆ __init__()
__init__ |
( |
| self, |
|
|
* | args ) |
◆ __getitem__()
◆ append_to_flowchart()
◆ calc_block_type()
'fc_block_type_t' calc_block_type |
( |
| self, |
|
|
'size_t' | blknum ) |
◆ create()
None create |
( |
| self, |
|
|
* | args ) |
This function has the following signatures:
0. create(_title: str, _pfn: func_t *, _ea1: ida_idaapi.ea_t, _ea2: ida_idaapi.ea_t, _flags: int) -> None
1. create(_title: str, ranges: const rangevec_t &, _flags: int) -> None
# 0: create(_title: str, _pfn: func_t *, _ea1: ida_idaapi.ea_t, _ea2: ida_idaapi.ea_t, _flags: int) -> None
# 1: create(_title: str, ranges: const rangevec_t &, _flags: int) -> None
◆ get_node_label()
'char *' get_node_label |
( |
| self, |
|
|
* | args ) |
◆ is_noret_block()
bool is_noret_block |
( |
| self, |
|
|
'size_t' | blknum ) |
◆ is_ret_block()
bool is_ret_block |
( |
| self, |
|
|
'size_t' | blknum ) |
◆ npred()
int npred |
( |
| self, |
|
|
int | node ) |
◆ nsucc()
int nsucc |
( |
| self, |
|
|
int | node ) |
◆ pred()
int pred |
( |
| self, |
|
|
int | node, |
|
|
int | i ) |
◆ print_names()
◆ print_node_attributes()
None print_node_attributes |
( |
| self, |
|
|
'FILE *' | fp, |
|
|
int | n ) |
◆ refresh()
◆ size()
◆ succ()
int succ |
( |
| self, |
|
|
int | node, |
|
|
int | i ) |
◆ bounds
Initial value:= property(_ida_gdl.qflow_chart_t_bounds_get,
_ida_gdl.qflow_chart_t_bounds_set)
◆ flags
Initial value:= property(_ida_gdl.qflow_chart_t_flags_get, _ida_gdl.
qflow_chart_t_flags_set)
◆ nproper
Initial value:= property(_ida_gdl.qflow_chart_t_nproper_get, _ida_gdl.
qflow_chart_t_nproper_set)
◆ pfn
Initial value:= property(_ida_gdl.qflow_chart_t_pfn_get, _ida_gdl.
qflow_chart_t_pfn_set)
◆ title
Initial value:= property(_ida_gdl.qflow_chart_t_title_get, _ida_gdl.
qflow_chart_t_title_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: