Graphviz 13.0.0~dev.20241220.2304
|
#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 141 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 144 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 150 of file xdot.h.
Referenced by draw_xdot(), makeXDotSpline(), and parseOp().
xdot_rect _xdot_op::ellipse |
Definition at line 138 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 146 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 148 of file xdot.h.
Referenced by jsonXDot_Op(), parseOp(), printXDot_Op(), write_xdot(), and xdotBB().
xdot_color _xdot_op::grad_color |
Definition at line 145 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 143 of file xdot.h.
Referenced by freeXOpData(), InsertImage(), jsonXDot_Op(), parseOp(), and printXDot_Op().
xdot_kind _xdot_op::kind |
Definition at line 136 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 139 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 140 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 147 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 142 of file xdot.h.
Referenced by EmbedText(), emit_xdot(), freeXOpData(), jsonXDot_Op(), parseOp(), printXDot_Op(), write_xdot(), and xdotBB().
union { ... } _xdot_op::u |