#include <htmltable.h>
Collaboration diagram for htmllabel_t:
Data Fields | |
union { | |
htmltbl_t * tbl | |
htmltxt_t * txt | |
htmlimg_t * img | |
} | u |
char | kind |
Definition at line 140 of file htmltable.h.
Definition at line 142 of file htmltable.h.
Referenced by emit_html_label(), free_html_label(), html_port(), and make_html_label().
Definition at line 143 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().
char htmllabel_t::kind |
Definition at line 146 of file htmltable.h.
Referenced by emit_html_label(), free_html_label(), html_port(), and make_html_label().