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

Proxy of C++ edge_info_t class.

Inheritance diagram for edge_info_t:

Public Member Functions

"void" reverse_layout (self, *args)
 reverse_layout(self)
 
 __init__ (self, *args)
 init(self) -> edge_info_t
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 color = property(_ida_graph.edge_info_t_color_get, _ida_graph.edge_info_t_color_set, doc=!)
 
 width = property(_ida_graph.edge_info_t_width_get, _ida_graph.edge_info_t_width_set, doc=)
 
 srcoff = property(_ida_graph.edge_info_t_srcoff_get, _ida_graph.edge_info_t_srcoff_set, doc=)
 
 dstoff = property(_ida_graph.edge_info_t_dstoff_get, _ida_graph.edge_info_t_dstoff_set, doc=)
 
 layout = property(_ida_graph.edge_info_t_layout_get, _ida_graph.edge_info_t_layout_set, doc=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Member Function Documentation

◆ reverse_layout()

"void" reverse_layout ( self,
* args )

Property Documentation

◆ color

color = property(_ida_graph.edge_info_t_color_get, _ida_graph.edge_info_t_color_set, doc=!)
static

◆ dstoff

dstoff = property(_ida_graph.edge_info_t_dstoff_get, _ida_graph.edge_info_t_dstoff_set, doc=)
static

◆ layout

layout = property(_ida_graph.edge_info_t_layout_get, _ida_graph.edge_info_t_layout_set, doc=)
static

◆ srcoff

srcoff = property(_ida_graph.edge_info_t_srcoff_get, _ida_graph.edge_info_t_srcoff_set, doc=)
static

◆ thisown

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

◆ width

width = property(_ida_graph.edge_info_t_width_get, _ida_graph.edge_info_t_width_set, doc=)
static

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