IDAPython 9.0
Loading...
Searching...
No Matches
drawable_graph_t Class Reference

Proxy of C++ drawable_graph_t class.

Inheritance diagram for drawable_graph_t:
gdl_graph_t interactive_graph_t

Public Member Functions

"bool" create_tree_layout (self)
 create_tree_layout(self) -> bool
 
"bool" create_circle_layout (self, "point_t" p, "int" radius)
 create_circle_layout(self, p, radius) -> bool
 
"void" set_callback (self, "hook_cb_t *" _callback, "void *" _ud)
 set_callback(self, _callback, _ud)
 
"ssize_t" grcall (self, "int" code)
 grcall(self, code) -> ssize_t
 
"edge_info_t *" get_edge (self, "edge_t" e)
 get_edge(self, e) -> edge_info_t
 
"rect_t" nrect (self, "int" n)
 nrect(self, n) -> rect_t
 
 __init__ (self)
 init(self) -> drawable_graph_t
 
 __disown__ (self)
 
- Public Member Functions inherited from gdl_graph_t
"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
 

Static Public Attributes

str title = property(_ida_graph.drawable_graph_t_title_get, _ida_graph.drawable_graph_t_title_set, doc=)
 
str rect_edges_made = property(_ida_graph.drawable_graph_t_rect_edges_made_get, _ida_graph.drawable_graph_t_rect_edges_made_set, doc=)
 
str current_layout = property(_ida_graph.drawable_graph_t_current_layout_get, _ida_graph.drawable_graph_t_current_layout_set, doc=)
 
str circle_center = property(_ida_graph.drawable_graph_t_circle_center_get, _ida_graph.drawable_graph_t_circle_center_set, doc=!)
 
str circle_radius = property(_ida_graph.drawable_graph_t_circle_radius_get, _ida_graph.drawable_graph_t_circle_radius_set, doc=)
 
str callback_ud = property(_ida_graph.drawable_graph_t_callback_ud_get, _ida_graph.drawable_graph_t_callback_ud_set, doc=)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
- 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)
Parameters
selfPyObject *

Reimplemented from gdl_graph_t.

Reimplemented in interactive_graph_t.

Member Function Documentation

◆ __disown__()

__disown__ ( self)

Reimplemented from gdl_graph_t.

◆ create_circle_layout()

"bool" create_circle_layout ( self,
"point_t" p,
"int" radius )
Parameters
ppoint_t
radiusint

◆ create_tree_layout()

"bool" create_tree_layout ( self)

◆ get_edge()

"edge_info_t *" get_edge ( self,
"edge_t" e )
Parameters
eedge_t

◆ grcall()

"ssize_t" grcall ( self,
"int" code )
Parameters
codeint

◆ nrect()

"rect_t" nrect ( self,
"int" n )
Parameters
nint

◆ set_callback()

"void" set_callback ( self,
"hook_cb_t *" _callback,
"void *" _ud )
Parameters
_callbackhook_cb_t *
_udvoid *

Member Data Documentation

◆ callback_ud

str callback_ud = property(_ida_graph.drawable_graph_t_callback_ud_get, _ida_graph.drawable_graph_t_callback_ud_set, doc=)
static

◆ circle_center

str circle_center = property(_ida_graph.drawable_graph_t_circle_center_get, _ida_graph.drawable_graph_t_circle_center_set, doc=!)
static

◆ circle_radius

str circle_radius = property(_ida_graph.drawable_graph_t_circle_radius_get, _ida_graph.drawable_graph_t_circle_radius_set, doc=)
static

◆ current_layout

str current_layout = property(_ida_graph.drawable_graph_t_current_layout_get, _ida_graph.drawable_graph_t_current_layout_set, doc=)
static

◆ rect_edges_made

str rect_edges_made = property(_ida_graph.drawable_graph_t_rect_edges_made_get, _ida_graph.drawable_graph_t_rect_edges_made_set, doc=)
static

◆ title

str title = property(_ida_graph.drawable_graph_t_title_get, _ida_graph.drawable_graph_t_title_set, doc=)
static

Property Documentation

◆ thisown

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

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