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

Public Member Functions

 __init__ (self, *args)
 
int compare (self, 'selection_item_t' r)
 
bool __eq__ (self, 'selection_item_t' r)
 
bool __ne__ (self, 'selection_item_t' r)
 
bool __lt__ (self, 'selection_item_t' r)
 

Static Public Attributes

str is_node
 
str node
 
str elp
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Member Function Documentation

◆ __eq__()

bool __eq__ ( self,
'selection_item_t' r )

◆ __lt__()

bool __lt__ ( self,
'selection_item_t' r )

◆ __ne__()

bool __ne__ ( self,
'selection_item_t' r )

◆ compare()

int compare ( self,
'selection_item_t' r )

Member Data Documentation

◆ elp

str elp
static
Initial value:
= property(_ida_graph.
selection_item_t_elp_get, _ida_graph.selection_item_t_elp_set)

◆ is_node

str is_node
static
Initial value:
= property(_ida_graph.selection_item_t_is_node_get,
_ida_graph.selection_item_t_is_node_set)

◆ node

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