IDA C++ SDK 9.2
Loading...
Searching...
No Matches
edge_info_t Struct Reference

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

Detailed Description

Attributes of a graph edge.

Member Function Documentation

◆ reverse_layout()

void idaapi edge_info_t::reverse_layout ( void )
inline

◆ add_layout_point()

void idaapi edge_info_t::add_layout_point ( point_t p)

Member Data Documentation

◆ color

bgcolor_t edge_info_t::color = DEFCOLOR

edge color

◆ width

int edge_info_t::width = 1

edge width

◆ srcoff

int edge_info_t::srcoff = -1

source: edge port offset from the left

◆ dstoff

int edge_info_t::dstoff = -1

destination: edge port offset from the left

◆ layout

pointseq_t edge_info_t::layout

describes geometry of edge


The documentation for this struct was generated from the following file: