Graphviz  2.41.20171026.1811
Data Fields
_xdot_op Struct Reference

#include <xdot.h>

Collaboration diagram for _xdot_op:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 128 of file xdot.h.

Field Documentation

xdot_polyline _xdot_op::bezier

Definition at line 134 of file xdot.h.

Referenced by statXDot().

char* _xdot_op::color

Definition at line 137 of file xdot.h.

drawfunc_t _xdot_op::drawfunc

Definition at line 143 of file xdot.h.

xdot_rect _xdot_op::ellipse

Definition at line 131 of file xdot.h.

Referenced by xdotBB().

xdot_font _xdot_op::font

Definition at line 139 of file xdot.h.

Referenced by xdotBB().

unsigned int _xdot_op::fontchar

Definition at line 141 of file xdot.h.

Referenced by xdotBB().

xdot_color _xdot_op::grad_color

Definition at line 138 of file xdot.h.

xdot_image _xdot_op::image

Definition at line 136 of file xdot.h.

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().

char* _xdot_op::style

Definition at line 140 of file xdot.h.

xdot_text _xdot_op::text

Definition at line 135 of file xdot.h.

Referenced by xdotBB().

union { ... } _xdot_op::u

Referenced by statXDot(), and xdotBB().


The documentation for this struct was generated from the following file: