IDAPython 9.0
Loading...
Searching...
No Matches
edge_info_t Class Reference
Inheritance diagram for edge_info_t:

Public Member Functions

None reverse_layout (self)
 
 __init__ (self)
 

Static Public Attributes

str color
 
str width
 
str srcoff
 
str dstoff
 
str layout
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ reverse_layout()

None reverse_layout ( self)

Member Data Documentation

◆ color

str color
static
Initial value:
= property(_ida_graph.edge_info_t_color_get,
_ida_graph.edge_info_t_color_set)

◆ dstoff

str dstoff
static
Initial value:
= property(_ida_graph.edge_info_t_dstoff_get, _ida_graph.
edge_info_t_dstoff_set)

◆ layout

str layout
static
Initial value:
= property(_ida_graph.edge_info_t_layout_get,
_ida_graph.edge_info_t_layout_set)

◆ srcoff

str srcoff
static
Initial value:
= property(_ida_graph.edge_info_t_srcoff_get, _ida_graph.
edge_info_t_srcoff_set)

◆ width

str width
static
Initial value:
= property(_ida_graph.edge_info_t_width_get, _ida_graph.
edge_info_t_width_set)

Property Documentation

◆ thisown

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

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