|
Graphviz 14.0.3~dev.20251028.0232
|
#include <htmltable.h>
Data Fields | ||
| union { | ||
| htmltbl_t * tbl | ||
| htmltxt_t * txt | ||
| htmlimg_t * img | ||
| } | u | |
| label_type_t | kind | |
Definition at line 146 of file htmltable.h.
| htmlimg_t* htmllabel_t::img |
Definition at line 150 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 152 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 148 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 149 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().