Graphviz 13.0.0~dev.20241222.1117
|
Data Fields | |
unsigned int | flags |
double | x |
double | y |
double | w |
double | h |
char * | type |
char * | image |
char * | fill |
char * | outline |
char * | width |
char * | outlineStyle |
char * | fontColor |
char * | fontSize |
char * | fontName |
char* node_attrs::fill |
Definition at line 64 of file gv2gml.c.
Referenced by emitNodeAttrs().
unsigned int node_attrs::flags |
Definition at line 56 of file gv2gml.c.
Referenced by emitNodeAttrs().
char* node_attrs::fontColor |
Definition at line 69 of file gv2gml.c.
Referenced by emitNodeAttrs().
char* node_attrs::fontName |
Definition at line 71 of file gv2gml.c.
Referenced by emitNodeAttrs().
char* node_attrs::fontSize |
Definition at line 70 of file gv2gml.c.
Referenced by emitNodeAttrs().
double node_attrs::h |
Definition at line 61 of file gv2gml.c.
Referenced by emitNodeAttrs().
char* node_attrs::image |
Definition at line 63 of file gv2gml.c.
Referenced by emitNodeAttrs().
char* node_attrs::outline |
Definition at line 65 of file gv2gml.c.
Referenced by emitNodeAttrs().
char* node_attrs::outlineStyle |
Definition at line 67 of file gv2gml.c.
Referenced by emitNodeAttrs().
char* node_attrs::type |
Definition at line 62 of file gv2gml.c.
Referenced by emitNodeAttrs().
double node_attrs::w |
Definition at line 60 of file gv2gml.c.
Referenced by emitNodeAttrs().
char* node_attrs::width |
Definition at line 66 of file gv2gml.c.
Referenced by emitNodeAttrs().
double node_attrs::x |
Definition at line 58 of file gv2gml.c.
Referenced by emitNodeAttrs().
double node_attrs::y |
Definition at line 59 of file gv2gml.c.
Referenced by emitNodeAttrs().