|
| | __init__ (self, *args) |
| | init(self) -> qflow_chart_t init(self, _title, _pfn, _ea1, _ea2, _flags) -> qflow_chart_t
|
| |
| "void" | create (self, *args) |
| | create(self, _title, _pfn, _ea1, _ea2, _flags)
|
| |
| "void" | append_to_flowchart (self, "ea_t" ea1, "ea_t" ea2) |
| | append_to_flowchart(self, ea1, ea2)
|
| |
| "void" | refresh (self) |
| | refresh(self)
|
| |
| "fc_block_type_t" | calc_block_type (self, "size_t" blknum) |
| | calc_block_type(self, blknum) -> fc_block_type_t
|
| |
| "bool" | is_ret_block (self, "size_t" blknum) |
| | is_ret_block(self, blknum) -> bool
|
| |
| "bool" | is_noret_block (self, "size_t" blknum) |
| | is_noret_block(self, blknum) -> bool
|
| |
| "void" | print_node_attributes (self, "FILE *" fp, "int" n) |
| | print_node_attributes(self, fp, n)
|
| |
| "int" | nsucc (self, "int" node) |
| | nsucc(self, node) -> int
|
| |
| "int" | npred (self, "int" node) |
| | npred(self, node) -> int
|
| |
| "int" | succ (self, "int" node, "int" i) |
| | succ(self, node, i) -> int
|
| |
| "int" | pred (self, "int" node, "int" i) |
| | pred(self, node, i) -> int
|
| |
| "char *" | get_node_label (self, *args) |
| | get_node_label(self, n) -> char *
|
| |
| "int" | size (self) |
| | size(self) -> int
|
| |
| "bool" | print_names (self) |
| | print_names(self) -> bool
|
| |
| "qbasic_block_t *" | __getitem__ (self, "int" n) |
| | getitem(self, n) -> qbasic_block_t
|
| |
| | __disown__ (self) |
| |
| "void" | print_graph_attributes (self, "FILE *" fp) |
| | print_graph_attributes(self, fp)
|
| |
| "bool" | print_node (self, "FILE *" fp, "int" n) |
| | print_node(self, fp, n) -> bool
|
| |
| "bool" | print_edge (self, "FILE *" fp, "int" i, "int" j) |
| | print_edge(self, fp, i, j) -> bool
|
| |
| "int" | node_qty (self) |
| | node_qty(self) -> int
|
| |
| "bool" | exists (self, "int" node) |
| | exists(self, node) -> bool
|
| |
| "int" | entry (self) |
| | entry(self) -> int
|
| |
| "int" | exit (self) |
| | exit(self) -> int
|
| |
| "bool" | empty (self) |
| | empty(self) -> bool
|
| |
| "bgcolor_t" | get_node_color (self, "int" n) |
| | get_node_color(self, n) -> bgcolor_t
|
| |
| "bgcolor_t" | get_edge_color (self, "int" i, "int" j) |
| | get_edge_color(self, i, j) -> bgcolor_t
|
| |
| "size_t" | nedge (self, "int" node, "bool" ispred) |
| | nedge(self, node, ispred) -> size_t
|
| |
| "int" | edge (self, "int" node, "int" i, "bool" ispred) |
| | edge(self, node, i, ispred) -> int
|
| |
| "int" | front (self) |
| | front(self) -> int
|
| |
| "node_iterator" | begin (self) |
| | begin(self) -> node_iterator
|
| |
| "node_iterator" | end (self) |
| | end(self) -> node_iterator
|
| |
|
| str | title = property(_ida_gdl.qflow_chart_t_title_get, _ida_gdl.qflow_chart_t_title_set, doc=) |
| |
| str | bounds = property(_ida_gdl.qflow_chart_t_bounds_get, _ida_gdl.qflow_chart_t_bounds_set, doc=) |
| |
| str | pfn = property(_ida_gdl.qflow_chart_t_pfn_get, _ida_gdl.qflow_chart_t_pfn_set, doc=) |
| |
| str | flags = property(_ida_gdl.qflow_chart_t_flags_get, _ida_gdl.qflow_chart_t_flags_set, doc=) |
| |
| str | nproper = property(_ida_gdl.qflow_chart_t_nproper_get, _ida_gdl.qflow_chart_t_nproper_set, doc=!) |
| |
| str | cancelled = property(_ida_gdl.cancellable_graph_t_cancelled_get, _ida_gdl.cancellable_graph_t_cancelled_set, doc=) |
| |