IDA C++ SDK 9.2
|
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 |
Information about a node in a graph.
|
inline |
Has valid frame_color?
|
inline |
Get combination of Node info flags describing which attributes are valid.
bgcolor_t node_info_t::bg_color = DEFCOLOR |
background color
bgcolor_t node_info_t::frame_color = DEFCOLOR |
color of enclosing frame
uint32 node_info_t::flags = 0 |
flags
ea_t node_info_t::ea = BADADDR |
address
qstring node_info_t::text |
node contents