IDA C++ SDK 9.2
|
Attributes of a graph edge. More...
#include <graph.hpp>
Public Member Functions | |
void idaapi | reverse_layout (void) |
void idaapi | add_layout_point (point_t p) |
Public Attributes | |
bgcolor_t | color = DEFCOLOR |
edge color | |
int | width = 1 |
edge width | |
int | srcoff = -1 |
source: edge port offset from the left | |
int | dstoff = -1 |
destination: edge port offset from the left | |
pointseq_t | layout |
describes geometry of edge |
Attributes of a graph edge.
bgcolor_t edge_info_t::color = DEFCOLOR |
edge color
int edge_info_t::width = 1 |
edge width
int edge_info_t::srcoff = -1 |
source: edge port offset from the left
int edge_info_t::dstoff = -1 |
destination: edge port offset from the left
pointseq_t edge_info_t::layout |
describes geometry of edge