IDAPython 9.0
|
Proxy of C++ gdl_graph_t class.
Public Member Functions | |
"char *" | get_node_label (self, "int" n) |
get_node_label(self, n) -> char * | |
"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 | |
"void" | print_node_attributes (self, "FILE *" fp, "int" n) |
print_node_attributes(self, fp, n) | |
"int" | size (self) |
size(self) -> int | |
"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 | |
"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 | |
"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 | |
__init__ (self) | |
init(self) -> gdl_graph_t | |
__disown__ (self) | |
Properties | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
__init__ | ( | self | ) |
self | PyObject * |
Reimplemented in cancellable_graph_t, qflow_chart_t, drawable_graph_t, interactive_graph_t, mbl_graph_t, and simple_graph_t.
__disown__ | ( | self | ) |
Reimplemented in cancellable_graph_t, and drawable_graph_t.
"node_iterator" begin | ( | self | ) |
Reimplemented in simple_graph_t.
"int" edge | ( | self, | |
"int" | node, | ||
"int" | i, | ||
"bool" | ispred ) |
node | int |
i | int |
ispred | bool |
"bool" empty | ( | self | ) |
Reimplemented in interactive_graph_t.
"node_iterator" end | ( | self | ) |
Reimplemented in simple_graph_t.
"int" entry | ( | self | ) |
"bool" exists | ( | self, | |
"int" | node ) |
node | int |
Reimplemented in interactive_graph_t.
"int" exit | ( | self | ) |
"int" front | ( | self | ) |
Reimplemented in simple_graph_t.
"bgcolor_t" get_edge_color | ( | self, | |
"int" | i, | ||
"int" | j ) |
i | int |
j | int |
"bgcolor_t" get_node_color | ( | self, | |
"int" | n ) |
n | int |
"char *" get_node_label | ( | self, | |
"int" | n ) |
n | int |
Reimplemented in qflow_chart_t.
"size_t" nedge | ( | self, | |
"int" | node, | ||
"bool" | ispred ) |
node | int |
ispred | bool |
"int" node_qty | ( | self | ) |
Reimplemented in interactive_graph_t.
"int" npred | ( | self, | |
"int" | node ) |
node | int |
Reimplemented in qflow_chart_t, and interactive_graph_t.
"int" nsucc | ( | self, | |
"int" | node ) |
node | int |
Reimplemented in qflow_chart_t, and interactive_graph_t.
"int" pred | ( | self, | |
"int" | node, | ||
"int" | i ) |
node | int |
i | int |
Reimplemented in qflow_chart_t, and interactive_graph_t.
"bool" print_edge | ( | self, | |
"FILE *" | fp, | ||
"int" | i, | ||
"int" | j ) |
fp | FILE * |
i | int |
j | int |
"void" print_graph_attributes | ( | self, | |
"FILE *" | fp ) |
fp | FILE * |
"bool" print_node | ( | self, | |
"FILE *" | fp, | ||
"int" | n ) |
fp | FILE * |
n | int |
"void" print_node_attributes | ( | self, | |
"FILE *" | fp, | ||
"int" | n ) |
fp | FILE * |
n | int |
Reimplemented in qflow_chart_t.
"int" size | ( | self | ) |
Reimplemented in qflow_chart_t, and interactive_graph_t.
"int" succ | ( | self, | |
"int" | node, | ||
"int" | i ) |
node | int |
i | int |
Reimplemented in qflow_chart_t, and interactive_graph_t.
|
static |