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

Proxy of C++ edge_layout_point_t class.

Inheritance diagram for edge_layout_point_t:

Public Member Functions

 __init__ (self, *args)
 init(self) -> edge_layout_point_t init(self, _e, _pidx) -> edge_layout_point_t
 
"int" compare (self, *args)
 compare(self, r) -> int
 
"bool" __eq__ (self, *args)
 eq(self, r) -> bool
 
"bool" __ne__ (self, *args)
 ne(self, r) -> bool
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 pidx = property(_ida_graph.edge_layout_point_t_pidx_get, _ida_graph.edge_layout_point_t_pidx_set, doc=)
 
 e = property(_ida_graph.edge_layout_point_t_e_get, _ida_graph.edge_layout_point_t_e_set, doc=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
_eedge_t const &
_pidxint

Member Function Documentation

◆ __eq__()

"bool" __eq__ ( self,
* args )
Parameters
redge_layout_point_t const &

◆ __ne__()

"bool" __ne__ ( self,
* args )
Parameters
redge_layout_point_t const &

◆ compare()

"int" compare ( self,
* args )
Parameters
redge_layout_point_t const &

Property Documentation

◆ e

e = property(_ida_graph.edge_layout_point_t_e_get, _ida_graph.edge_layout_point_t_e_set, doc=)
static

◆ pidx

pidx = property(_ida_graph.edge_layout_point_t_pidx_get, _ida_graph.edge_layout_point_t_pidx_set, doc=)
static

◆ 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: