|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-56a9afeb9f
|


Go to the source code of this file.
Data Structures | |
| struct | MapPoly |
| struct | html_state |
Macros | |
| #define | DEF_MINBBOX 2 |
| #define | DEF_MINDIST 2 |
| #define | DEF_MAXPTS 99 |
| #define | FILE_NAME "htmlmap" |
| #define | INITIAL_TEXT 1000 |
| #define | APACHE 0 /* write output in apache/ncsa server image map format */ |
| #define | NCSA 0 /* write output in apache/ncsa server image map format */ |
| #define | CLIENT 1 /* write output in netscape client side image map format */ |
| #define | RAW 2 /* write output in raw format */ |
Functions | |
| void | HTML_Begin (void) |
| void | HTML_Move (double, double) |
| void | HTML_Cont (double, double) |
| void | HTML_Close (void) |
| void | HTML_Fill (void) |
| void | HTML_Stroke (void) |
| const struct driver * | HTML_Driver (void) |
| void | HTML_Graph_close (void) |
| int | HTML_Graph_set (void) |
| void | HTML_Box (double, double, double, double) |
| void | html_polygon (const struct path *) |
| void | HTML_Text (const char *) |
Variables | |
| struct html_state | html |
Definition at line 7 of file htmldriver/draw.c.
References path_begin().
Referenced by HTML_Box(), and HTML_Driver().
Definition at line 3 of file htmldriver/box.c.
References HTML_Begin(), HTML_Cont(), HTML_Fill(), and HTML_Move().
Referenced by HTML_Driver().
Definition at line 22 of file htmldriver/draw.c.
References path_close().
Referenced by HTML_Driver().
Definition at line 17 of file htmldriver/draw.c.
References path_cont(), and x.
Referenced by HTML_Box(), and HTML_Driver().
Definition at line 20 of file htmldriver/driver.c.
Definition at line 27 of file htmldriver/draw.c.
References html_polygon().
Referenced by HTML_Box(), and HTML_Driver().
Definition at line 28 of file graph_clse.c.
References APACHE, CLIENT, html, MapPoly::next_poly, NULL, MapPoly::num_pts, RAW, screen_height, screen_width, MapPoly::url, MapPoly::x_pts, and MapPoly::y_pts.
Referenced by HTML_Driver().
Definition at line 26 of file htmldriver/graph_set.c.
References _, APACHE, CLIENT, DEF_MAXPTS, DEF_MINBBOX, DEF_MINDIST, FILE_NAME, G_fatal_error(), G_gisinit, G_malloc, G_verbose_message(), html, INITIAL_TEXT, NULL, RAW, screen_height, and screen_width.
Referenced by HTML_Driver().
Definition at line 12 of file htmldriver/draw.c.
References path_move(), and x.
Referenced by HTML_Box(), and HTML_Driver().
Definition at line 51 of file htmldriver/polygon.c.
References path::count, G_free(), G_malloc, G_store(), html, NULL, path::vertices, and x.
Referenced by HTML_Fill().
Definition at line 32 of file htmldriver/draw.c.
References path_reset().
Referenced by HTML_Driver().
Definition at line 9 of file htmldriver/text.c.
References G_free(), G_malloc, and html.
Referenced by HTML_Driver().
|
extern |
Definition at line 24 of file htmldriver/graph_set.c.
Referenced by HTML_Graph_close(), HTML_Graph_set(), html_polygon(), and HTML_Text().