|
Graphviz
2.41.20171026.1811
|
#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 134 of file xdot.h.
Referenced by statXDot().
| drawfunc_t _xdot_op::drawfunc |
| xdot_color _xdot_op::grad_color |
| xdot_image _xdot_op::image |
| xdot_kind _xdot_op::kind |
Definition at line 129 of file xdot.h.
Referenced by statXDot(), and xdotBB().
| xdot_polyline _xdot_op::polygon |
Definition at line 132 of file xdot.h.
Referenced by statXDot(), and xdotBB().
| xdot_polyline _xdot_op::polyline |
Definition at line 133 of file xdot.h.
Referenced by statXDot().
| union { ... } _xdot_op::u |
Referenced by statXDot(), and xdotBB().
1.8.5