|
Graphviz
2.31.20130525.0447
|
#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 |
| htmlfont_t * | font |
| unsigned char | flags |
| signed char htmltbl_t::cb |
Definition at line 107 of file htmltable.h.
| int htmltbl_t::cc |
Definition at line 111 of file htmltable.h.
Referenced by sizeLinearArray(), makeGraphs(), and sizeArray().
Definition at line 100 of file htmltable.h.
Definition at line 96 of file htmltable.h.
Referenced by emit_html_label(), sizeLinearArray(), and make_html_label().
| unsigned char htmltbl_t::flags |
Definition at line 113 of file htmltable.h.
Definition at line 112 of file htmltable.h.
| int* htmltbl_t::heights |
Definition at line 108 of file htmltable.h.
Referenced by sizeLinearArray(), setSizes(), and sizeArray().
| struct { ... } htmltbl_t::n |
Referenced by sizeLinearArray(), and makeGraphs().
| struct { ... } htmltbl_t::p |
Definition at line 99 of file htmltable.h.
Definition at line 103 of file htmltable.h.
| int htmltbl_t::rc |
Definition at line 110 of file htmltable.h.
Referenced by sizeLinearArray(), makeGraphs(), and sizeArray().
Definition at line 104 of file htmltable.h.
| union { ... } htmltbl_t::u |
Referenced by sizeLinearArray(), and makeGraphs().
| int* htmltbl_t::widths |
Definition at line 109 of file htmltable.h.
Referenced by sizeLinearArray(), setSizes(), and sizeArray().
1.7.5