IDA C++ SDK 9.2
Loading...
Searching...
No Matches
node_info_t Struct Reference

Information about a node in a graph. More...

#include <graph.hpp>

Public Member Functions

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

Public Attributes

bgcolor_t bg_color = DEFCOLOR
 background color
bgcolor_t frame_color = DEFCOLOR
 color of enclosing frame
uint32 flags = 0
 flags
ea_t ea = BADADDR
 address
qstring text
 node contents

Detailed Description

Information about a node in a graph.

Member Function Documentation

◆ valid_bg_color()

bool node_info_t::valid_bg_color ( ) const
inline

Has valid bg_color?

◆ valid_frame_color()

bool node_info_t::valid_frame_color ( ) const
inline

Has valid frame_color?

◆ valid_ea()

bool node_info_t::valid_ea ( ) const
inline

Has valid ea?

◆ valid_text()

bool node_info_t::valid_text ( ) const
inline

Has non-empty text?

◆ valid_flags()

bool node_info_t::valid_flags ( ) const
inline

Has valid flags?

◆ get_flags_for_valid()

uint32 node_info_t::get_flags_for_valid ( ) const
inline

Get combination of Node info flags describing which attributes are valid.

Member Data Documentation

◆ bg_color

bgcolor_t node_info_t::bg_color = DEFCOLOR

background color

◆ frame_color

bgcolor_t node_info_t::frame_color = DEFCOLOR

color of enclosing frame

◆ flags

uint32 node_info_t::flags = 0

flags

◆ ea

ea_t node_info_t::ea = BADADDR

address

◆ text

qstring node_info_t::text

node contents


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