Graphviz  2.41.20171026.1811
Data Fields
htmlcell_t Struct Reference

#include <htmltable.h>

Collaboration diagram for htmlcell_t:
Collaboration graph
[legend]

Data Fields

htmldata_t data
 
unsigned short cspan
 
unsigned short rspan
 
unsigned short col
 
unsigned short row
 
htmllabel_t child
 
htmltbl_tparent
 
unsigned char ruled
 

Detailed Description

Definition at line 131 of file htmltable.h.

Field Documentation

htmllabel_t htmlcell_t::child

Definition at line 137 of file htmltable.h.

unsigned short htmlcell_t::col

Definition at line 135 of file htmltable.h.

Referenced by makeGraphs(), and sizeLinearArray().

unsigned short htmlcell_t::cspan

Definition at line 133 of file htmltable.h.

Referenced by makeGraphs(), and sizeLinearArray().

htmldata_t htmlcell_t::data

Definition at line 132 of file htmltable.h.

Referenced by makeGraphs(), and sizeLinearArray().

htmltbl_t* htmlcell_t::parent

Definition at line 138 of file htmltable.h.

unsigned short htmlcell_t::row

Definition at line 136 of file htmltable.h.

Referenced by makeGraphs(), and sizeLinearArray().

unsigned short htmlcell_t::rspan

Definition at line 134 of file htmltable.h.

Referenced by makeGraphs(), and sizeLinearArray().

unsigned char htmlcell_t::ruled

Definition at line 139 of file htmltable.h.


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