|
Graphviz 14.0.3~dev.20251107.0405
|
#include <xdot.h>
Data Fields | ||
| xdot_kind | kind | |
| union { | ||
| xdot_rect ellipse | ||
| xdot_polyline polygon | ||
| xdot_polyline polyline | ||
| xdot_polyline bezier | ||
| xdot_text text | ||
| xdot_image image | ||
| char * color | ||
| xdot_color grad_color | ||
| xdot_font font | ||
| char * style | ||
| unsigned int fontchar | ||
| } | u | |
| drawfunc_t | drawfunc | |
| xdot_polyline _xdot_op::bezier |
Definition at line 152 of file xdot.h.
Referenced by DrawBeziers(), emit_xdot(), jsonXDot_Op(), makeXDotSpline(), parseOp(), printXDot_Op(), statXDot(), and write_xdot().
| char* _xdot_op::color |
Definition at line 155 of file xdot.h.
Referenced by emit_xdot(), freeXOpData(), jsonXDot_Op(), parseOp(), printXDot_Op(), SetFillColor(), SetPenColor(), and write_xdot().
| drawfunc_t _xdot_op::drawfunc |
Definition at line 161 of file xdot.h.
Referenced by draw_xdot(), makeXDotSpline(), and parseOp().
| xdot_rect _xdot_op::ellipse |
Definition at line 149 of file xdot.h.
Referenced by DrawEllipse(), emit_xdot(), jsonXDot_Op(), parseOp(), printXDot_Op(), write_xdot(), and xdotBB().
| xdot_font _xdot_op::font |
Definition at line 157 of file xdot.h.
Referenced by EmbedText(), freeXOpData(), jsonXDot_Op(), parseOp(), printXDot_Op(), write_xdot(), and xdotBB().
| unsigned int _xdot_op::fontchar |
Definition at line 159 of file xdot.h.
Referenced by jsonXDot_Op(), parseOp(), printXDot_Op(), write_xdot(), and xdotBB().
| xdot_color _xdot_op::grad_color |
Definition at line 156 of file xdot.h.
Referenced by emit_xdot(), freeXOpData(), jsonXDot_Op(), parseOp(), printXDot_Op(), and write_xdot().
| xdot_image _xdot_op::image |
Definition at line 154 of file xdot.h.
Referenced by freeXOpData(), InsertImage(), jsonXDot_Op(), parseOp(), and printXDot_Op().
| xdot_kind _xdot_op::kind |
Definition at line 147 of file xdot.h.
Referenced by DrawBeziers(), DrawEllipse(), DrawPolygon(), emit_xdot(), freePara(), freeXOpData(), jsonXDot_Op(), makeXDotSpline(), parseOp(), printXDot_Op(), statXDot(), write_xdot(), and xdotBB().
| xdot_polyline _xdot_op::polygon |
Definition at line 150 of file xdot.h.
Referenced by emit_xdot(), jsonXDot_Op(), parseOp(), printXDot_Op(), Render_Contour2(), statXDot(), write_xdot(), and xdotBB().
| xdot_polyline _xdot_op::polyline |
Definition at line 151 of file xdot.h.
Referenced by DrawPolyline(), emit_xdot(), freeXOpData(), jsonXDot_Op(), parseOp(), printXDot_Op(), statXDot(), and write_xdot().
| char* _xdot_op::style |
Definition at line 158 of file xdot.h.
Referenced by emit_xdot(), freeXOpData(), jsonXDot_Op(), parseOp(), printXDot_Op(), and write_xdot().
| xdot_text _xdot_op::text |
Definition at line 153 of file xdot.h.
Referenced by EmbedText(), emit_xdot(), freeXOpData(), jsonXDot_Op(), parseOp(), printXDot_Op(), write_xdot(), and xdotBB().
| union { ... } _xdot_op::u |