Graphviz  2.41.20171026.1811
Data Fields
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
 
intheights
 
intwidths
 
int rc
 
int cc
 
textfont_tfont
 
unsigned char flags
 

Detailed Description

Definition at line 101 of file htmltable.h.

Field Documentation

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().


The documentation for this struct was generated from the following file: