IDAPython 9.0
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, "edge_layout_point_t" r)
 compare(self, r) -> int
 
"bool" __eq__ (self, "edge_layout_point_t" r)
 eq(self, r) -> bool
 
"bool" __ne__ (self, "edge_layout_point_t" r)
 ne(self, r) -> bool
 

Static Public Attributes

str pidx = property(_ida_graph.edge_layout_point_t_pidx_get, _ida_graph.edge_layout_point_t_pidx_set, doc=)
 
str e = property(_ida_graph.edge_layout_point_t_e_get, _ida_graph.edge_layout_point_t_e_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,
* args )
Parameters
_eedge_t const &
_pidxint

Member Function Documentation

◆ __eq__()

"bool" __eq__ ( self,
"edge_layout_point_t" r )
Parameters
redge_layout_point_t const &

◆ __ne__()

"bool" __ne__ ( self,
"edge_layout_point_t" r )
Parameters
redge_layout_point_t const &

◆ compare()

"int" compare ( self,
"edge_layout_point_t" r )
Parameters
redge_layout_point_t const &

Member Data Documentation

◆ e

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

◆ pidx

str pidx = property(_ida_graph.edge_layout_point_t_pidx_get, _ida_graph.edge_layout_point_t_pidx_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: