Graphviz 13.0.0~dev.20241220.2304
|
#include <htmltable.h>
Data Fields | ||
union { | ||
htmltbl_t * tbl | ||
htmltxt_t * txt | ||
htmlimg_t * img | ||
} | u | |
label_type_t | kind | |
Definition at line 148 of file htmltable.h.
htmlimg_t* htmllabel_t::img |
Definition at line 152 of file htmltable.h.
Referenced by emit_html_cell(), free_html_label(), heightOfLbl(), pos_html_cell(), setCell(), setCell(), and size_html_cell().
label_type_t htmllabel_t::kind |
Definition at line 154 of file htmltable.h.
Referenced by cleanCell(), emit_html_cell(), emit_html_label(), free_html_label(), heightOfLbl(), html_port(), make_html_label(), mkLabel(), portToCell(), pos_html_cell(), setCell(), setCell(), and size_html_cell().
htmltbl_t* htmllabel_t::tbl |
Definition at line 150 of file htmltable.h.
Referenced by cleanCell(), emit_html_cell(), emit_html_label(), free_html_label(), heightOfLbl(), html_port(), make_html_label(), mkLabel(), portToCell(), pos_html_cell(), setCell(), setCell(), and size_html_cell().
htmltxt_t* htmllabel_t::txt |
Definition at line 151 of file htmltable.h.
Referenced by cleanCell(), emit_html_cell(), emit_html_label(), free_html_label(), heightOfLbl(), make_html_label(), mkLabel(), pos_html_cell(), setCell(), setCell(), and size_html_cell().
union { ... } htmllabel_t::u |
Referenced by cleanCell(), emit_html_cell(), emit_html_label(), free_html_label(), heightOfLbl(), html_port(), make_html_label(), mkLabel(), portToCell(), pos_html_cell(), setCell(), setCell(), and size_html_cell().