Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
_xdot_op Struct Reference

#include <xdot.h>

Collaboration diagram for _xdot_op:
[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 135 of file xdot.h.

Field Documentation

◆ bezier

xdot_polyline _xdot_op::bezier

◆ color

char* _xdot_op::color

◆ drawfunc

drawfunc_t _xdot_op::drawfunc

Definition at line 150 of file xdot.h.

Referenced by draw_xdot(), makeXDotSpline(), and parseOp().

◆ ellipse

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

◆ font

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

◆ fontchar

unsigned int _xdot_op::fontchar

Definition at line 148 of file xdot.h.

Referenced by jsonXDot_Op(), parseOp(), printXDot_Op(), write_xdot(), and xdotBB().

◆ grad_color

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

◆ image

xdot_image _xdot_op::image

Definition at line 143 of file xdot.h.

Referenced by freeXOpData(), InsertImage(), jsonXDot_Op(), parseOp(), and printXDot_Op().

◆ kind

◆ polygon

xdot_polyline _xdot_op::polygon

◆ polyline

xdot_polyline _xdot_op::polyline

◆ style

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

◆ text

xdot_text _xdot_op::text

◆ [union]


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