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

Public Member Functions

bool is_node (self)
 
bool is_edge (self)
 
 __init__ (self)
 

Static Public Attributes

str type
 
str e
 
str n
 
str b
 
str p
 
str elp
 

Properties

 thisown
 

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
static
Initial value:
= property(_ida_graph.graph_item_t_b_get, _ida_graph.
graph_item_t_b_set)

◆ e

str e
static
Initial value:
= property(_ida_graph.graph_item_t_e_get, _ida_graph.
graph_item_t_e_set)

◆ elp

str elp
static
Initial value:
= property(_ida_graph.graph_item_t_elp_get,
_ida_graph.graph_item_t_elp_set)

◆ n

str n
static
Initial value:
= property(_ida_graph.graph_item_t_n_get, _ida_graph.
graph_item_t_n_set)

◆ p

str p
static
Initial value:
= property(_ida_graph.graph_item_t_p_get, _ida_graph.
graph_item_t_p_set)

◆ type

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