IDAPython 9.0
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)
 is_node(self) -> bool
 
"bool" is_edge (self)
 is_edge(self) -> bool
 
 __init__ (self)
 init(self) -> graph_item_t
 

Static Public Attributes

str type = property(_ida_graph.graph_item_t_type_get, _ida_graph.graph_item_t_type_set, doc=)
 
str e = property(_ida_graph.graph_item_t_e_get, _ida_graph.graph_item_t_e_set, doc=)
 
str n = property(_ida_graph.graph_item_t_n_get, _ida_graph.graph_item_t_n_set, doc=)
 
str b = property(_ida_graph.graph_item_t_b_get, _ida_graph.graph_item_t_b_set, doc=)
 
str p = property(_ida_graph.graph_item_t_p_get, _ida_graph.graph_item_t_p_set, doc=)
 
str elp = property(_ida_graph.graph_item_t_elp_get, _ida_graph.graph_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)

Member Function Documentation

◆ is_edge()

"bool" is_edge ( self)

◆ is_node()

"bool" is_node ( self)

Member Data Documentation

◆ b

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

◆ e

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

◆ elp

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

◆ n

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

◆ p

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

◆ type

str type = property(_ida_graph.graph_item_t_type_get, _ida_graph.graph_item_t_type_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: