Graphviz  2.41.20171026.1811
Data Fields
htmllabel_t Struct Reference

#include <htmltable.h>

Collaboration diagram for htmllabel_t:
Collaboration graph
[legend]

Data Fields

union {
   htmltbl_t *   tbl
 
   htmltxt_t *   txt
 
   htmlimg_t *   img
 
u
 
char kind
 

Detailed Description

Definition at line 122 of file htmltable.h.

Field Documentation

htmlimg_t* htmllabel_t::img

Definition at line 126 of file htmltable.h.

Referenced by free_html_label().

char htmllabel_t::kind

Definition at line 128 of file htmltable.h.

Referenced by emit_html_label(), free_html_label(), html_port(), and make_html_label().

htmltbl_t* htmllabel_t::tbl

Definition at line 124 of file htmltable.h.

Referenced by emit_html_label(), free_html_label(), html_port(), and make_html_label().

htmltxt_t* htmllabel_t::txt

Definition at line 125 of file htmltable.h.

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

union { ... } htmllabel_t::u

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