GRASS GIS 8 Programmer's Manual 8.3.2(2024)-exported
|
#include <string.h>
#include <stdlib.h>
#include <grass/gis.h>
#include <grass/glocale.h>
#include "driverlib.h"
#include "driver.h"
#include "htmlmap.h"
Go to the source code of this file.
Functions | |
int | HTML_Graph_set (void) |
Variables | |
struct html_state | html |
int HTML_Graph_set | ( | void | ) |
Definition at line 26 of file htmldriver/graph_set.c.
References APACHE, html_state::BBOX_MINIMUM, CLIENT, DEF_MAXPTS, DEF_MINBBOX, DEF_MINDIST, FILE_NAME, G_fatal_error(), G_verbose_message(), html_state::head, html, INITIAL_TEXT, html_state::last_text, html_state::last_text_len, html_state::MAX_POINTS, html_state::MINIMUM_DIST, NULL, html_state::output, RAW, screen_height, screen_width, html_state::tail, and html_state::type.
Referenced by HTML_Driver().
struct html_state html |
Definition at line 24 of file htmldriver/graph_set.c.
Referenced by HTML_Graph_close(), HTML_Graph_set(), html_polygon(), and HTML_Text().