GRASS GIS 8 Programmer's Manual 8.3.2(2024)-exported
|
#include <htmlmap.h>
Data Fields | |
char * | last_text |
int | last_text_len |
int | type |
FILE * | output |
struct MapPoly * | head |
struct MapPoly ** | tail |
int | MAX_POINTS |
int | BBOX_MINIMUM |
int | MINIMUM_DIST |
int html_state::BBOX_MINIMUM |
Definition at line 33 of file htmlmap.h.
Referenced by HTML_Graph_set(), and html_polygon().
struct MapPoly* html_state::head |
Definition at line 30 of file htmlmap.h.
Referenced by HTML_Graph_close(), and HTML_Graph_set().
char* html_state::last_text |
Definition at line 26 of file htmlmap.h.
Referenced by HTML_Graph_set(), html_polygon(), and HTML_Text().
int html_state::last_text_len |
Definition at line 27 of file htmlmap.h.
Referenced by HTML_Graph_set(), and HTML_Text().
int html_state::MAX_POINTS |
Definition at line 32 of file htmlmap.h.
Referenced by HTML_Graph_set(), and html_polygon().
int html_state::MINIMUM_DIST |
Definition at line 34 of file htmlmap.h.
Referenced by HTML_Graph_set(), and html_polygon().
FILE* html_state::output |
Definition at line 29 of file htmlmap.h.
Referenced by HTML_Graph_close(), and HTML_Graph_set().
struct MapPoly** html_state::tail |
Definition at line 31 of file htmlmap.h.
Referenced by HTML_Graph_set(), and html_polygon().
int html_state::type |
Definition at line 28 of file htmlmap.h.
Referenced by HTML_Graph_close(), and HTML_Graph_set().