|
IDA C++ SDK 9.2
|
Describes a sub-item of a graph. More...
#include <graph.hpp>
Public Member Functions | |
| bool | operator== (const graph_item_t &r) const |
| bool | is_node (void) const |
| bool | is_edge (void) const |
Public Attributes | |
| graph_item_type_t | type |
| type | |
| edge_t | e |
| edge source and destination | |
| int | n |
| node number | |
| int | b |
| button number | |
| point_t | p |
| text coordinates in the node | |
| edge_layout_point_t | elp |
| edge layout point | |
Describes a sub-item of a graph.
| bool graph_item_t::operator== | ( | const graph_item_t & | r | ) | const |
| graph_item_type_t graph_item_t::type |
type
| edge_t graph_item_t::e |
edge source and destination
| int graph_item_t::n |
node number
| int graph_item_t::b |
button number
| point_t graph_item_t::p |
text coordinates in the node
| edge_layout_point_t graph_item_t::elp |
edge layout point