GRASS GIS 8 Programmer's Manual 8.3.2(2024)-exported
Loading...
Searching...
No Matches
html_state Struct Reference

#include <htmlmap.h>

Collaboration diagram for html_state:

Data Fields

char * last_text
 
int last_text_len
 
int type
 
FILE * output
 
struct MapPolyhead
 
struct MapPoly ** tail
 
int MAX_POINTS
 
int BBOX_MINIMUM
 
int MINIMUM_DIST
 

Detailed Description

Definition at line 25 of file htmlmap.h.

Field Documentation

◆ BBOX_MINIMUM

int html_state::BBOX_MINIMUM

Definition at line 33 of file htmlmap.h.

Referenced by HTML_Graph_set(), and html_polygon().

◆ head

struct MapPoly* html_state::head

Definition at line 30 of file htmlmap.h.

Referenced by HTML_Graph_close(), and HTML_Graph_set().

◆ last_text

char* html_state::last_text

Definition at line 26 of file htmlmap.h.

Referenced by HTML_Graph_set(), html_polygon(), and HTML_Text().

◆ last_text_len

int html_state::last_text_len

Definition at line 27 of file htmlmap.h.

Referenced by HTML_Graph_set(), and HTML_Text().

◆ MAX_POINTS

int html_state::MAX_POINTS

Definition at line 32 of file htmlmap.h.

Referenced by HTML_Graph_set(), and html_polygon().

◆ MINIMUM_DIST

int html_state::MINIMUM_DIST

Definition at line 34 of file htmlmap.h.

Referenced by HTML_Graph_set(), and html_polygon().

◆ output

FILE* html_state::output

Definition at line 29 of file htmlmap.h.

Referenced by HTML_Graph_close(), and HTML_Graph_set().

◆ tail

struct MapPoly** html_state::tail

Definition at line 31 of file htmlmap.h.

Referenced by HTML_Graph_set(), and html_polygon().

◆ type

int html_state::type

Definition at line 28 of file htmlmap.h.

Referenced by HTML_Graph_close(), and HTML_Graph_set().


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