Graphviz 13.0.0~dev.20241222.1117
|
Data Fields | |
unsigned int | flags |
char * | width |
char * | fill |
char * | arrow |
char * | arrowhead |
char * | arrowtail |
char * | pos |
char * | fontColor |
char * | fontSize |
char * | fontName |
char* edge_attrs::arrow |
Definition at line 79 of file gv2gml.c.
Referenced by emitEdgeAttrs().
char* edge_attrs::arrowhead |
Definition at line 80 of file gv2gml.c.
Referenced by emitEdgeAttrs().
char* edge_attrs::arrowtail |
Definition at line 81 of file gv2gml.c.
Referenced by emitEdgeAttrs().
char* edge_attrs::fill |
Definition at line 78 of file gv2gml.c.
Referenced by emitEdgeAttrs().
unsigned int edge_attrs::flags |
Definition at line 75 of file gv2gml.c.
Referenced by emitEdgeAttrs().
char* edge_attrs::fontColor |
Definition at line 84 of file gv2gml.c.
Referenced by emitEdgeAttrs().
char* edge_attrs::fontName |
Definition at line 86 of file gv2gml.c.
Referenced by emitEdgeAttrs().
char* edge_attrs::fontSize |
Definition at line 85 of file gv2gml.c.
Referenced by emitEdgeAttrs().
char* edge_attrs::pos |
Definition at line 82 of file gv2gml.c.
Referenced by emitEdgeAttrs().
char* edge_attrs::width |
Definition at line 77 of file gv2gml.c.
Referenced by emitEdgeAttrs().