htmltbl_t Struct Reference

#include <htmltable.h>

Collaboration diagram for htmltbl_t:

Collaboration graph
[legend]

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_tfont

Detailed Description

Definition at line 120 of file htmltable.h.


Field Documentation

htmldata_t htmltbl_t::data

Definition at line 121 of file htmltable.h.

Referenced by emit_html_label(), make_html_label(), and sizeLinearArray().

htmlcell_t* htmltbl_t::parent

Definition at line 124 of file htmltable.h.

htmlcell_t** htmltbl_t::cells

Definition at line 125 of file htmltable.h.

struct { ... } htmltbl_t::n

Referenced by makeGraphs(), and sizeLinearArray().

htmltbl_t* htmltbl_t::prev

Definition at line 128 of file htmltable.h.

Dt_t* htmltbl_t::rows

Definition at line 129 of file htmltable.h.

struct { ... } htmltbl_t::p

union { ... } htmltbl_t::u

Referenced by makeGraphs(), and sizeLinearArray().

signed char htmltbl_t::cb

Definition at line 132 of file htmltable.h.

int* htmltbl_t::heights

Definition at line 133 of file htmltable.h.

Referenced by setSizes(), sizeArray(), and sizeLinearArray().

int* htmltbl_t::widths

Definition at line 134 of file htmltable.h.

Referenced by setSizes(), sizeArray(), and sizeLinearArray().

int htmltbl_t::rc

Definition at line 135 of file htmltable.h.

Referenced by makeGraphs(), sizeArray(), and sizeLinearArray().

int htmltbl_t::cc

Definition at line 136 of file htmltable.h.

Referenced by makeGraphs(), sizeArray(), and sizeLinearArray().

htmlfont_t* htmltbl_t::font

Definition at line 137 of file htmltable.h.


The documentation for this struct was generated from the following file:
Generated on Mon Mar 31 19:09:27 2008 for Graphviz by  doxygen 1.5.1