Graphviz
2.41.20171026.1811
|
#include <htmltable.h>
Data Fields | |
union { | |
htmltbl_t * tbl | |
htmltxt_t * txt | |
htmlimg_t * img | |
} | u |
char | kind |
Definition at line 122 of file htmltable.h.
htmlimg_t* htmllabel_t::img |
Definition at line 126 of file htmltable.h.
Referenced by free_html_label().
char htmllabel_t::kind |
Definition at line 128 of file htmltable.h.
Referenced by emit_html_label(), free_html_label(), html_port(), and make_html_label().
htmltbl_t* htmllabel_t::tbl |
Definition at line 124 of file htmltable.h.
Referenced by emit_html_label(), free_html_label(), html_port(), and make_html_label().
htmltxt_t* htmllabel_t::txt |
Definition at line 125 of file htmltable.h.
Referenced by emit_html_label(), free_html_label(), and make_html_label().
union { ... } htmllabel_t::u |
Referenced by emit_html_label(), free_html_label(), html_port(), and make_html_label().