Graphviz 13.0.0~dev.20241220.2304
|
#include <htmltable.h>
Data Fields | |
htmldata_t | data |
uint16_t | colspan |
uint16_t | rowspan |
uint16_t | col |
uint16_t | row |
htmllabel_t | child |
htmltbl_t * | parent |
bool | vruled: 1 |
vertically ruled? | |
bool | hruled: 1 |
horizontally ruled? | |
Definition at line 157 of file htmltable.h.
htmllabel_t htmlcell_t::child |
Definition at line 163 of file htmltable.h.
Referenced by cleanCell(), emit_html_cell(), free_html_cell(), portToCell(), pos_html_cell(), setCell(), setCell(), and size_html_cell().
uint16_t htmlcell_t::col |
Definition at line 161 of file htmltable.h.
Referenced by emit_html_rules(), pos_html_tbl(), and processTbl().
uint16_t htmlcell_t::colspan |
Definition at line 159 of file htmltable.h.
Referenced by emit_html_rules(), findCol(), pos_html_tbl(), and processTbl().
htmldata_t htmlcell_t::data |
Definition at line 158 of file htmltable.h.
Referenced by cleanCell(), emit_html_cell(), emit_html_rules(), free_html_cell(), portToCell(), pos_html_cell(), pos_html_tbl(), and size_html_cell().
bool htmlcell_t::hruled |
Definition at line 166 of file htmltable.h.
Referenced by emit_html_rules(), emit_html_tbl(), processTbl(), setCell(), and setCell().
htmltbl_t* htmlcell_t::parent |
Definition at line 164 of file htmltable.h.
Referenced by emit_html_rules(), pos_html_cell(), and size_html_cell().
uint16_t htmlcell_t::row |
Definition at line 162 of file htmltable.h.
Referenced by emit_html_rules(), pos_html_tbl(), and processTbl().
uint16_t htmlcell_t::rowspan |
Definition at line 160 of file htmltable.h.
Referenced by emit_html_rules(), findCol(), pos_html_tbl(), and processTbl().
bool htmlcell_t::vruled |
Definition at line 165 of file htmltable.h.
Referenced by emit_html_rules(), emit_html_tbl(), setCell(), and setCell().