| 
    IDA SDK
    
   | 
 
Information about a node in a graph.
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  | |
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.  | |