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

Public Member Functions

bool valid_bg_color (self)
 
bool valid_frame_color (self)
 
bool valid_ea (self)
 
bool valid_text (self)
 
bool valid_flags (self)
 
int get_flags_for_valid (self)
 
 __init__ (self)
 

Static Public Attributes

str bg_color
 
str frame_color
 
str flags
 
str ea
 
str text
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ get_flags_for_valid()

int get_flags_for_valid ( self)
Get combination of Node info flags describing which attributes are valid.

◆ valid_bg_color()

bool valid_bg_color ( self)
Has valid bg_color?

◆ valid_ea()

bool valid_ea ( self)
Has valid ea?

◆ valid_flags()

bool valid_flags ( self)
Has valid flags?

◆ valid_frame_color()

bool valid_frame_color ( self)
Has valid frame_color?

◆ valid_text()

bool valid_text ( self)
Has non-empty text?

Member Data Documentation

◆ bg_color

str bg_color
static
Initial value:
= property(_ida_graph.node_info_t_bg_color_get,
_ida_graph.node_info_t_bg_color_set)

◆ ea

str ea
static
Initial value:
= property(_ida_graph.node_info_t_ea_get, _ida_graph.
node_info_t_ea_set)

◆ flags

str flags
static
Initial value:
= property(_ida_graph.node_info_t_flags_get, _ida_graph
.node_info_t_flags_set)

◆ frame_color

str frame_color
static
Initial value:
= property(_ida_graph.
node_info_t_frame_color_get, _ida_graph.node_info_t_frame_color_set)

◆ text

str text
static
Initial value:
= property(_ida_graph.node_info_t_text_get, _ida_graph.
node_info_t_text_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: