IDAPython 9.0
Loading...
Searching...
No Matches
node_info_t Class Reference

Proxy of C++ node_info_t class.

Inheritance diagram for node_info_t:

Public Member Functions

"bool" valid_bg_color (self)
 valid_bg_color(self) -> bool Has valid bg_color?
 
"bool" valid_frame_color (self)
 valid_frame_color(self) -> bool Has valid frame_color?
 
"bool" valid_ea (self)
 valid_ea(self) -> bool Has valid ea?
 
"bool" valid_text (self)
 valid_text(self) -> bool Has non-empty text?
 
"bool" valid_flags (self)
 valid_flags(self) -> bool Has valid flags?
 
"uint32" get_flags_for_valid (self)
 get_flags_for_valid(self) -> uint32 Get combination of Node info flags describing which attributes are valid.
 
 __init__ (self)
 init(self) -> node_info_t
 

Static Public Attributes

str bg_color = property(_ida_graph.node_info_t_bg_color_get, _ida_graph.node_info_t_bg_color_set, doc=!)
 
str frame_color = property(_ida_graph.node_info_t_frame_color_get, _ida_graph.node_info_t_frame_color_set, doc=!)
 
str flags = property(_ida_graph.node_info_t_flags_get, _ida_graph.node_info_t_flags_set, doc=)
 
str ea = property(_ida_graph.node_info_t_ea_get, _ida_graph.node_info_t_ea_set, doc=)
 
str text = property(_ida_graph.node_info_t_text_get, _ida_graph.node_info_t_text_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

◆ get_flags_for_valid()

"uint32" get_flags_for_valid ( self)

◆ valid_bg_color()

"bool" valid_bg_color ( self)

◆ valid_ea()

"bool" valid_ea ( self)

◆ valid_flags()

"bool" valid_flags ( self)

◆ valid_frame_color()

"bool" valid_frame_color ( self)

◆ valid_text()

"bool" valid_text ( self)

Member Data Documentation

◆ bg_color

str bg_color = property(_ida_graph.node_info_t_bg_color_get, _ida_graph.node_info_t_bg_color_set, doc=!)
static

◆ ea

str ea = property(_ida_graph.node_info_t_ea_get, _ida_graph.node_info_t_ea_set, doc=)
static

◆ flags

str flags = property(_ida_graph.node_info_t_flags_get, _ida_graph.node_info_t_flags_set, doc=)
static

◆ frame_color

str frame_color = property(_ida_graph.node_info_t_frame_color_get, _ida_graph.node_info_t_frame_color_set, doc=!)
static

◆ text

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