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

Proxy of C++ graph_item_t class.

Inheritance diagram for graph_item_t:

Public Member Functions

"bool" is_node (self, *args)
 is_node(self) -> bool
 
"bool" is_edge (self, *args)
 is_edge(self) -> bool
 
 __init__ (self, *args)
 init(self) -> graph_item_t
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 type = property(_ida_graph.graph_item_t_type_get, _ida_graph.graph_item_t_type_set, doc=)
 
 e = property(_ida_graph.graph_item_t_e_get, _ida_graph.graph_item_t_e_set, doc=)
 
 n = property(_ida_graph.graph_item_t_n_get, _ida_graph.graph_item_t_n_set, doc=)
 
 b = property(_ida_graph.graph_item_t_b_get, _ida_graph.graph_item_t_b_set, doc=)
 
 p = property(_ida_graph.graph_item_t_p_get, _ida_graph.graph_item_t_p_set, doc=)
 
 elp = property(_ida_graph.graph_item_t_elp_get, _ida_graph.graph_item_t_elp_set, doc=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Member Function Documentation

◆ is_edge()

"bool" is_edge ( self,
* args )

◆ is_node()

"bool" is_node ( self,
* args )

Property Documentation

◆ b

b = property(_ida_graph.graph_item_t_b_get, _ida_graph.graph_item_t_b_set, doc=)
static

◆ e

e = property(_ida_graph.graph_item_t_e_get, _ida_graph.graph_item_t_e_set, doc=)
static

◆ elp

elp = property(_ida_graph.graph_item_t_elp_get, _ida_graph.graph_item_t_elp_set, doc=)
static

◆ n

n = property(_ida_graph.graph_item_t_n_get, _ida_graph.graph_item_t_n_set, doc=)
static

◆ p

p = property(_ida_graph.graph_item_t_p_get, _ida_graph.graph_item_t_p_set, doc=)
static

◆ thisown

thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

◆ type

type = property(_ida_graph.graph_item_t_type_get, _ida_graph.graph_item_t_type_set, doc=)
static

The documentation for this class was generated from the following file: