IDAPython 9.0
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)
 reverse_layout(self)
 
 __init__ (self)
 init(self) -> edge_info_t
 

Static Public Attributes

str color = property(_ida_graph.edge_info_t_color_get, _ida_graph.edge_info_t_color_set, doc=!)
 
str width = property(_ida_graph.edge_info_t_width_get, _ida_graph.edge_info_t_width_set, doc=)
 
str srcoff = property(_ida_graph.edge_info_t_srcoff_get, _ida_graph.edge_info_t_srcoff_set, doc=)
 
str dstoff = property(_ida_graph.edge_info_t_dstoff_get, _ida_graph.edge_info_t_dstoff_set, doc=)
 
str layout = property(_ida_graph.edge_info_t_layout_get, _ida_graph.edge_info_t_layout_set, doc=)
 

Properties

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

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ reverse_layout()

"void" reverse_layout ( self)

Member Data Documentation

◆ color

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

◆ dstoff

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

◆ layout

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

◆ srcoff

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

◆ width

str width = property(_ida_graph.edge_info_t_width_get, _ida_graph.edge_info_t_width_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: