GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <driver.h>
Data Fields | |
char * | name |
void(* | Box )(double, double, double, double) |
void(* | Erase )(void) |
int(* | Graph_set )(void) |
void(* | Graph_close )(void) |
const char *(* | Graph_get_file )(void) |
void(* | Line_width )(double) |
void(* | Set_window )(double, double, double, double) |
void(* | Begin_raster )(int, int[2][2], double[2][2]) |
int(* | Raster )(int, int, const unsigned char *, const unsigned char *, const unsigned char *, const unsigned char *) |
void(* | End_raster )(void) |
void(* | Begin )(void) |
void(* | Move )(double, double) |
void(* | Cont )(double, double) |
void(* | Close )(void) |
void(* | Stroke )(void) |
void(* | Fill )(void) |
void(* | Point )(double, double) |
void(* | Color )(int, int, int) |
void(* | Bitmap )(int, int, int, const unsigned char *) |
void(* | Text )(const char *) |
void(* | Text_box )(const char *, double *, double *, double *, double *) |
void(* | Set_font )(const char *) |
void(* | Font_list )(char ***, int *) |
void(* | Font_info )(char ***, int *) |
void(* driver::Begin) (void) |
Definition at line 40 of file driver.h.
Referenced by COM_Begin().
void(* driver::Bitmap) (int, int, int, const unsigned char *) |
void(* driver::Close) (void) |
Definition at line 43 of file driver.h.
Referenced by COM_Close().
void(* driver::Color) (int, int, int) |
Definition at line 48 of file driver.h.
Referenced by COM_Color_RGB().
void(* driver::Cont) (double, double) |
Definition at line 42 of file driver.h.
Referenced by COM_Cont().
void(* driver::End_raster) (void) |
Definition at line 39 of file driver.h.
Referenced by COM_end_raster().
void(* driver::Erase) (void) |
Definition at line 27 of file driver.h.
Referenced by COM_Erase().
void(* driver::Fill) (void) |
Definition at line 45 of file driver.h.
Referenced by COM_Fill().
void(* driver::Graph_close) (void) |
Definition at line 29 of file driver.h.
Referenced by COM_Graph_close().
const char*(* driver::Graph_get_file) (void) |
Definition at line 30 of file driver.h.
Referenced by COM_Graph_get_file().
int(* driver::Graph_set) (void) |
Definition at line 28 of file driver.h.
Referenced by COM_Graph_set().
void(* driver::Move) (double, double) |
Definition at line 41 of file driver.h.
Referenced by COM_Move().
void(* driver::Point) (double, double) |
Definition at line 46 of file driver.h.
Referenced by COM_Point().
int(* driver::Raster) (int, int, const unsigned char *, const unsigned char *, const unsigned char *, const unsigned char *) |
Definition at line 34 of file driver.h.
Referenced by COM_raster().
void(* driver::Stroke) (void) |
Definition at line 44 of file driver.h.
Referenced by COM_Stroke().
void(* driver::Text) (const char *) |
Definition at line 50 of file driver.h.
Referenced by COM_Text().
void(* driver::Text_box) (const char *, double *, double *, double *, double *) |
Definition at line 51 of file driver.h.
Referenced by COM_Get_text_box().