IDAPython 8.4
Loading...
Searching...
No Matches
abstract_graph_t Class Reference

Proxy of C++ abstract_graph_t class.

Inheritance diagram for abstract_graph_t:
gdl_graph_t mutable_graph_t

Public Member Functions

 __init__ (self, *args)
 init(self) -> abstract_graph_t
 
"bool" create_tree_layout (self, *args)
 create_tree_layout(self) -> bool
 
"bool" create_circle_layout (self, *args)
 create_circle_layout(self, p, radius) -> bool
 
"void" set_callback (self, *args)
 set_callback(self, _callback, _ud)
 
"ssize_t" grcall (self, *args)
 grcall(self, code) -> ssize_t
 
"edge_info_t *" get_edge (self, *args)
 get_edge(self, e) -> edge_info_t
 
"rect_t" nrect (self, *args)
 nrect(self, n) -> rect_t
 
 __disown__ (self)
 
- Public Member Functions inherited from gdl_graph_t
"char *" get_node_label (self, *args)
 get_node_label(self, n) -> char *
 
"void" print_graph_attributes (self, *args)
 print_graph_attributes(self, fp)
 
"bool" print_node (self, *args)
 print_node(self, fp, n) -> bool
 
"bool" print_edge (self, *args)
 print_edge(self, fp, i, j) -> bool
 
"void" print_node_attributes (self, *args)
 print_node_attributes(self, fp, n)
 
"int" size (self, *args)
 size(self) -> int
 
"int" node_qty (self, *args)
 node_qty(self) -> int
 
"bool" exists (self, *args)
 exists(self, node) -> bool
 
"int" entry (self, *args)
 entry(self) -> int
 
"int" exit (self, *args)
 exit(self) -> int
 
"int" nsucc (self, *args)
 nsucc(self, node) -> int
 
"int" npred (self, *args)
 npred(self, node) -> int
 
"int" succ (self, *args)
 succ(self, node, i) -> int
 
"int" pred (self, *args)
 pred(self, node, i) -> int
 
"bool" empty (self, *args)
 empty(self) -> bool
 
"bgcolor_t" get_node_color (self, *args)
 get_node_color(self, n) -> bgcolor_t
 
"bgcolor_t" get_edge_color (self, *args)
 get_edge_color(self, i, j) -> bgcolor_t
 
"size_t" nedge (self, *args)
 nedge(self, node, ispred) -> size_t
 
"int" edge (self, *args)
 edge(self, node, i, ispred) -> int
 
"int" front (self, *args)
 front(self) -> int
 
"node_iterator" begin (self, *args)
 begin(self) -> node_iterator
 
"node_iterator" end (self, *args)
 end(self) -> node_iterator
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 title = property(_ida_graph.abstract_graph_t_title_get, _ida_graph.abstract_graph_t_title_set, doc=)
 
 rect_edges_made = property(_ida_graph.abstract_graph_t_rect_edges_made_get, _ida_graph.abstract_graph_t_rect_edges_made_set, doc=)
 
 current_layout = property(_ida_graph.abstract_graph_t_current_layout_get, _ida_graph.abstract_graph_t_current_layout_set, doc=)
 
 circle_center = property(_ida_graph.abstract_graph_t_circle_center_get, _ida_graph.abstract_graph_t_circle_center_set, doc=!)
 
 circle_radius = property(_ida_graph.abstract_graph_t_circle_radius_get, _ida_graph.abstract_graph_t_circle_radius_set, doc=)
 
 callback_ud = property(_ida_graph.abstract_graph_t_callback_ud_get, _ida_graph.abstract_graph_t_callback_ud_set, doc=)
 
- Properties inherited from gdl_graph_t
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
selfPyObject *

Reimplemented from gdl_graph_t.

Reimplemented in mutable_graph_t.

Member Function Documentation

◆ __disown__()

__disown__ ( self)

Reimplemented from gdl_graph_t.

◆ create_circle_layout()

"bool" create_circle_layout ( self,
* args )
Parameters
ppoint_t
radiusint

◆ create_tree_layout()

"bool" create_tree_layout ( self,
* args )

◆ get_edge()

"edge_info_t *" get_edge ( self,
* args )
Parameters
eedge_t

◆ grcall()

"ssize_t" grcall ( self,
* args )
Parameters
codeint

◆ nrect()

"rect_t" nrect ( self,
* args )
Parameters
nint

◆ set_callback()

"void" set_callback ( self,
* args )
Parameters
_callbackhook_cb_t *
_udvoid *

Property Documentation

◆ callback_ud

callback_ud = property(_ida_graph.abstract_graph_t_callback_ud_get, _ida_graph.abstract_graph_t_callback_ud_set, doc=)
static

◆ circle_center

circle_center = property(_ida_graph.abstract_graph_t_circle_center_get, _ida_graph.abstract_graph_t_circle_center_set, doc=!)
static

◆ circle_radius

circle_radius = property(_ida_graph.abstract_graph_t_circle_radius_get, _ida_graph.abstract_graph_t_circle_radius_set, doc=)
static

◆ current_layout

current_layout = property(_ida_graph.abstract_graph_t_current_layout_get, _ida_graph.abstract_graph_t_current_layout_set, doc=)
static

◆ rect_edges_made

rect_edges_made = property(_ida_graph.abstract_graph_t_rect_edges_made_get, _ida_graph.abstract_graph_t_rect_edges_made_set, doc=)
static

◆ thisown

thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

◆ title

title = property(_ida_graph.abstract_graph_t_title_get, _ida_graph.abstract_graph_t_title_set, doc=)
static

The documentation for this class was generated from the following file: