IDAPython 9.0
Loading...
Searching...
No Matches
selection_item_t Class Reference

Proxy of C++ selection_item_t class.

Inheritance diagram for selection_item_t:

Public Member Functions

 __init__ (self, *args)
 init(self) -> selection_item_t init(self, n) -> selection_item_t
 
"int" compare (self, "selection_item_t" r)
 compare(self, r) -> int
 
"bool" __eq__ (self, "selection_item_t" r)
 eq(self, r) -> bool
 
"bool" __ne__ (self, "selection_item_t" r)
 ne(self, r) -> bool
 
"bool" __lt__ (self, "selection_item_t" r)
 lt(self, r) -> bool
 

Static Public Attributes

str is_node = property(_ida_graph.selection_item_t_is_node_get, _ida_graph.selection_item_t_is_node_set, doc=)
 
str node = property(_ida_graph.selection_item_t_node_get, _ida_graph.selection_item_t_node_set, doc=)
 
str elp = property(_ida_graph.selection_item_t_elp_get, _ida_graph.selection_item_t_elp_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
nint

init(self, _elp) -> selection_item_t

Parameters
_elpedge_layout_point_t &

init(self, e, idx) -> selection_item_t

Parameters
eedge_t
idxint

Member Function Documentation

◆ __eq__()

"bool" __eq__ ( self,
"selection_item_t" r )
Parameters
rselection_item_t const &

◆ __lt__()

"bool" __lt__ ( self,
"selection_item_t" r )
Parameters
rselection_item_t const &

◆ __ne__()

"bool" __ne__ ( self,
"selection_item_t" r )
Parameters
rselection_item_t const &

◆ compare()

"int" compare ( self,
"selection_item_t" r )
Parameters
rselection_item_t const &

Member Data Documentation

◆ elp

str elp = property(_ida_graph.selection_item_t_elp_get, _ida_graph.selection_item_t_elp_set, doc=)
static

◆ is_node

str is_node = property(_ida_graph.selection_item_t_is_node_get, _ida_graph.selection_item_t_is_node_set, doc=)
static

◆ node

str node = property(_ida_graph.selection_item_t_node_get, _ida_graph.selection_item_t_node_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: