|
Graphviz 2.29.20120208.0545
|
#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 |
Definition at line 95 of file htmltable.h.
| 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 makeGraphs(), sizeArray(), and sizeLinearArray().
Definition at line 100 of file htmltable.h.
Definition at line 96 of file htmltable.h.
Referenced by emit_html_label(), make_html_label(), and sizeLinearArray().
| 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 setSizes(), sizeArray(), and sizeLinearArray().
| struct { ... } htmltbl_t::n |
Referenced by makeGraphs(), and sizeLinearArray().
| 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 makeGraphs(), sizeArray(), and sizeLinearArray().
Definition at line 104 of file htmltable.h.
| union { ... } htmltbl_t::u |
Referenced by makeGraphs(), and sizeLinearArray().
| int* htmltbl_t::widths |
Definition at line 109 of file htmltable.h.
Referenced by setSizes(), sizeArray(), and sizeLinearArray().
1.7.4