Graphviz
2.41.20171026.1811
|
#include <htmltable.h>
Data Fields | |
htmldata_t | data |
unsigned short | cspan |
unsigned short | rspan |
unsigned short | col |
unsigned short | row |
htmllabel_t | child |
htmltbl_t * | parent |
unsigned char | ruled |
Definition at line 131 of file htmltable.h.
htmllabel_t htmlcell_t::child |
Definition at line 137 of file htmltable.h.
unsigned short htmlcell_t::col |
Definition at line 135 of file htmltable.h.
Referenced by makeGraphs(), and sizeLinearArray().
unsigned short htmlcell_t::cspan |
Definition at line 133 of file htmltable.h.
Referenced by makeGraphs(), and sizeLinearArray().
htmldata_t htmlcell_t::data |
Definition at line 132 of file htmltable.h.
Referenced by makeGraphs(), and sizeLinearArray().
htmltbl_t* htmlcell_t::parent |
Definition at line 138 of file htmltable.h.
unsigned short htmlcell_t::row |
Definition at line 136 of file htmltable.h.
Referenced by makeGraphs(), and sizeLinearArray().
unsigned short htmlcell_t::rspan |
Definition at line 134 of file htmltable.h.
Referenced by makeGraphs(), and sizeLinearArray().
unsigned char htmlcell_t::ruled |
Definition at line 139 of file htmltable.h.