|
IDA SDK
|
Information about a node in a graph.
Public Attributes | |
| bgcolor_t | bg_color |
| background color | |
| bgcolor_t | frame_color |
| color of enclosing frame | |
| uint32 | flags |
| flags | |
| ea_t | ea |
| 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. | |
1.8.9.1