IDAPython 8.4
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, *args)
 compare(self, r) -> int
 
"bool" __eq__ (self, *args)
 eq(self, r) -> bool
 
"bool" __ne__ (self, *args)
 ne(self, r) -> bool
 
"bool" __lt__ (self, *args)
 lt(self, r) -> bool
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 is_node = property(_ida_graph.selection_item_t_is_node_get, _ida_graph.selection_item_t_is_node_set, doc=)
 
 node = property(_ida_graph.selection_item_t_node_get, _ida_graph.selection_item_t_node_set, doc=)
 
 elp = property(_ida_graph.selection_item_t_elp_get, _ida_graph.selection_item_t_elp_set, doc=)
 

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,
* args )
Parameters
rselection_item_t const &

◆ __lt__()

"bool" __lt__ ( self,
* args )
Parameters
rselection_item_t const &

◆ __ne__()

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

◆ compare()

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

Property Documentation

◆ elp

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

◆ is_node

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

◆ node

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