Graphviz 13.0.0~dev.20241220.2304
|
#include <htmltable.h>
Data Fields | |
char * | href |
char * | port |
char * | target |
char * | title |
char * | id |
char * | bgcolor |
char * | pencolor |
int | gradientangle |
signed char | space |
unsigned char | border |
unsigned char | pad |
unsigned char | sides |
unsigned short | flags |
unsigned short | width |
unsigned short | height |
htmlstyle_t | style |
boxf | box |
Definition at line 81 of file htmltable.h.
char* htmldata_t::bgcolor |
Definition at line 87 of file htmltable.h.
Referenced by emit_html_cell(), emit_html_tbl(), and free_html_data().
unsigned char htmldata_t::border |
Definition at line 91 of file htmltable.h.
Referenced by doBorder(), emit_html_cell(), emit_html_rules(), emit_html_tbl(), pos_html_cell(), pos_html_tbl(), size_html_cell(), and size_html_tbl().
boxf htmldata_t::box |
Definition at line 98 of file htmltable.h.
Referenced by emit_html_cell(), emit_html_rules(), emit_html_tbl(), heightOfLbl(), html_port(), make_html_label(), pos_html_cell(), pos_html_tbl(), size_html_cell(), and size_html_tbl().
unsigned short htmldata_t::flags |
Definition at line 94 of file htmltable.h.
Referenced by doBorder(), pos_html_cell(), pos_html_tbl(), size_html_cell(), and size_html_tbl().
int htmldata_t::gradientangle |
Definition at line 89 of file htmltable.h.
Referenced by emit_html_cell(), and emit_html_tbl().
unsigned short htmldata_t::height |
Definition at line 96 of file htmltable.h.
Referenced by size_html_cell(), and size_html_tbl().
char* htmldata_t::href |
Definition at line 82 of file htmltable.h.
Referenced by emit_html_cell(), emit_html_tbl(), and free_html_data().
char* htmldata_t::id |
Definition at line 86 of file htmltable.h.
Referenced by free_html_data().
unsigned char htmldata_t::pad |
Definition at line 92 of file htmltable.h.
Referenced by pos_html_cell(), and size_html_cell().
char* htmldata_t::pencolor |
Definition at line 88 of file htmltable.h.
Referenced by doBorder(), emit_html_label(), emit_html_tbl(), free_html_data(), make_html_label(), pos_html_cell(), and pos_html_tbl().
char* htmldata_t::port |
Definition at line 83 of file htmltable.h.
Referenced by free_html_data(), portToCell(), and portToTbl().
unsigned char htmldata_t::sides |
Definition at line 93 of file htmltable.h.
Referenced by html_port(), pos_html_cell(), and pos_html_tbl().
signed char htmldata_t::space |
Definition at line 90 of file htmltable.h.
Referenced by emit_html_rules(), pos_html_tbl(), and size_html_tbl().
htmlstyle_t htmldata_t::style |
Definition at line 97 of file htmltable.h.
Referenced by doBorder(), emit_html_cell(), and emit_html_tbl().
char* htmldata_t::target |
Definition at line 84 of file htmltable.h.
Referenced by emit_html_cell(), emit_html_tbl(), and free_html_data().
char* htmldata_t::title |
Definition at line 85 of file htmltable.h.
Referenced by emit_html_cell(), emit_html_tbl(), and free_html_data().
unsigned short htmldata_t::width |
Definition at line 95 of file htmltable.h.
Referenced by size_html_cell(), and size_html_tbl().