Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon

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.


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