|
Graphviz 14.0.3~dev.20251028.0232
|
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 62 of file gv2gml.c.
Referenced by emitNodeAttrs().
| unsigned int node_attrs::flags |
Definition at line 54 of file gv2gml.c.
Referenced by emitNodeAttrs().
| char* node_attrs::fontColor |
Definition at line 67 of file gv2gml.c.
Referenced by emitNodeAttrs().
| char* node_attrs::fontName |
Definition at line 69 of file gv2gml.c.
Referenced by emitNodeAttrs().
| char* node_attrs::fontSize |
Definition at line 68 of file gv2gml.c.
Referenced by emitNodeAttrs().
| double node_attrs::h |
Definition at line 59 of file gv2gml.c.
Referenced by emitNodeAttrs().
| char* node_attrs::image |
Definition at line 61 of file gv2gml.c.
Referenced by emitNodeAttrs().
| char* node_attrs::outline |
Definition at line 63 of file gv2gml.c.
Referenced by emitNodeAttrs().
| char* node_attrs::outlineStyle |
Definition at line 65 of file gv2gml.c.
Referenced by emitNodeAttrs().
| char* node_attrs::type |
Definition at line 60 of file gv2gml.c.
Referenced by emitNodeAttrs().
| double node_attrs::w |
Definition at line 58 of file gv2gml.c.
Referenced by emitNodeAttrs().
| char* node_attrs::width |
Definition at line 64 of file gv2gml.c.
Referenced by emitNodeAttrs().
| double node_attrs::x |
Definition at line 56 of file gv2gml.c.
Referenced by emitNodeAttrs().
| double node_attrs::y |
Definition at line 57 of file gv2gml.c.
Referenced by emitNodeAttrs().