|
Graphviz 14.0.3~dev.20251028.0232
|
information the ID allocator needs to do its job More...
Data Fields | |
| IDTYPE | counter |
| base to derive next identifier from | |
| Agraph_t * | g |
| graph in use | |
| Site ** | sites |
| array of pointers to sites; used in qsort | |
| Site ** | endSite |
| sentinel on sites array | |
| Point | nw |
| Point | ne |
| Point | sw |
| Point | se |
| corners of clipping window | |
| Site ** | nextSite |
| int | Level |
| bool | isLatin |
| bool | doXDot |
| bool state_t::doXDot |
Definition at line 44 of file gvrender_core_json.c.
Referenced by json_end_graph(), and write_attrs().
| Site** state_t::endSite |
Definition at line 50 of file adjust.c.
Referenced by nextOne(), rmEquality(), and sortSites().
| bool state_t::isLatin |
Definition at line 43 of file gvrender_core_json.c.
Referenced by json_end_graph(), and stoj().
| int state_t::Level |
Definition at line 42 of file gvrender_core_json.c.
Referenced by json_end_graph(), write_attrs(), write_edge(), write_edges(), write_graph(), write_hdr(), write_linear_grad(), write_node(), write_nodes(), write_radial_grad(), write_subgs(), write_xdot(), and write_xdots().
| Point state_t::ne |
Definition at line 51 of file adjust.c.
Referenced by addCorners(), and setBoundBox().
| Site** state_t::nextSite |
Definition at line 52 of file adjust.c.
Referenced by nextOne(), and sortSites().
| Point state_t::nw |
Definition at line 51 of file adjust.c.
Referenced by addCorners(), and setBoundBox().
| Point state_t::se |
Definition at line 51 of file adjust.c.
Referenced by addCorners(), and setBoundBox().
| Site** state_t::sites |
Definition at line 49 of file adjust.c.
Referenced by geomUpdate(), removeOverlapWith(), rmEquality(), and sortSites().
| Point state_t::sw |
Definition at line 51 of file adjust.c.
Referenced by addCorners(), and setBoundBox().