|
Graphviz 14.0.3~dev.20251029.0425
|
#include <htmltable.h>
Data Fields | |
| pointf | pos |
| textfont_t | finfo |
| void * | obj |
| graph_t * | g |
| char * | imgscale |
| char * | objid |
| bool | objid_set |
Definition at line 167 of file htmltable.h.
| textfont_t htmlenv_t::finfo |
Definition at line 169 of file htmltable.h.
Referenced by emit_html_label(), emit_html_txt(), make_html_label(), popFontInfo(), pushFontInfo(), and size_html_txt().
| graph_t* htmlenv_t::g |
Definition at line 171 of file htmltable.h.
Referenced by initHTMLlexer(), make_html_label(), parseHTML(), and size_html_img().
| char* htmlenv_t::imgscale |
Definition at line 172 of file htmltable.h.
Referenced by emit_html_img(), and emit_html_label().
| void* htmlenv_t::obj |
Definition at line 170 of file htmltable.h.
Referenced by make_html_label(), and size_html_txt().
| char* htmlenv_t::objid |
Definition at line 173 of file htmltable.h.
Referenced by emit_html_label(), and initAnchor().
| bool htmlenv_t::objid_set |
Definition at line 174 of file htmltable.h.
Referenced by emit_html_label(), and initAnchor().
| pointf htmlenv_t::pos |
Definition at line 168 of file htmltable.h.
Referenced by emit_html_cell(), emit_html_img(), emit_html_label(), emit_html_rules(), emit_html_tbl(), and emit_html_txt().