|
Graphviz
2.41.20171026.1811
|
#include <htmltable.h>

Data Fields | |
| htmldata_t | data |
| union { | |
| struct { | |
| htmlcell_t * parent | |
| htmlcell_t ** cells | |
| } n | |
| struct { | |
| htmltbl_t * prev | |
| Dt_t * rows | |
| } p | |
| } | u |
| signed char | cb |
| int * | heights |
| int * | widths |
| int | rc |
| int | cc |
| textfont_t * | font |
| unsigned char | flags |
Definition at line 101 of file htmltable.h.
| signed char htmltbl_t::cb |
Definition at line 113 of file htmltable.h.
| int htmltbl_t::cc |
Definition at line 117 of file htmltable.h.
Referenced by makeGraphs(), sizeArray(), and sizeLinearArray().
| htmlcell_t** htmltbl_t::cells |
Definition at line 106 of file htmltable.h.
| htmldata_t htmltbl_t::data |
Definition at line 102 of file htmltable.h.
Referenced by emit_html_label(), make_html_label(), and sizeLinearArray().
| unsigned char htmltbl_t::flags |
Definition at line 119 of file htmltable.h.
| textfont_t* htmltbl_t::font |
Definition at line 118 of file htmltable.h.
| int* htmltbl_t::heights |
Definition at line 114 of file htmltable.h.
Referenced by setSizes(), sizeArray(), and sizeLinearArray().
| struct { ... } htmltbl_t::n |
Referenced by makeGraphs(), and sizeLinearArray().
| struct { ... } htmltbl_t::p |
| htmlcell_t* htmltbl_t::parent |
Definition at line 105 of file htmltable.h.
| htmltbl_t* htmltbl_t::prev |
Definition at line 109 of file htmltable.h.
| int htmltbl_t::rc |
Definition at line 116 of file htmltable.h.
Referenced by makeGraphs(), sizeArray(), and sizeLinearArray().
| Dt_t* htmltbl_t::rows |
Definition at line 110 of file htmltable.h.
| union { ... } htmltbl_t::u |
Referenced by makeGraphs(), and sizeLinearArray().
| int* htmltbl_t::widths |
Definition at line 115 of file htmltable.h.
Referenced by setSizes(), sizeArray(), and sizeLinearArray().
1.8.5