GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
devlib.h File Reference

Go to the source code of this file.

Functions

int Box_abs (int, int, int, int)
 
int Box_rel (int, int)
 
int Color_table_float (void)
 
int Color_table_fixed (void)
 
int _get_lookup_for_color (int, int, int)
 
int get_table_type (void)
 
int Color (int)
 
int RGB_color (unsigned char, unsigned char, unsigned char)
 
int _get_color_index (int)
 
int _get_color_index_array (int *, int)
 
int Standard_color (int)
 
int Color_offset (int)
 
int get_color_offset (void)
 
int Cont_abs (int, int)
 
int Cont_rel (int, int)
 
int Erase (void)
 
int Font (char *)
 
int Get_text_box (char *, int *, int *, int *, int *)
 
int Linemod (char *)
 
int Move_abs (int, int)
 
int Get_current_xy (int *, int *)
 
int Move_rel (int, int)
 
int Number_of_colors (int *)
 
int Polydots_abs (int *, int *, int)
 
int Polydots_rel (int *, int *, int)
 
int Polyline_abs (int *, int *, int)
 
int Polyline_rel (int *, int *, int)
 
int Polygon_rel (int *, int *, int)
 
int Set_RGB_color (unsigned char, unsigned char, unsigned char)
 
int RGB_raster (int, int, register unsigned char *, register unsigned char *, register unsigned char *, int)
 
int Raster_char (int, int, unsigned char *, int, int)
 
int Raster_int_def (int, int, int *, int, int)
 
int Raster_int (int, int, int *, int, int)
 
int Reset_colors (int, int, unsigned char *, unsigned char *, unsigned char *)
 
int Reset_color (unsigned char, unsigned char, unsigned char, int)
 
void close_mon (void)
 
int Set_window (int, int, int, int)
 
int window_clip (double *, double *, double *, double *)
 
int window_box_clip (double *, double *, double *, double *)
 
int Text (char *)
 
int Text_size (int, int)
 
int Text_rotation (float)
 
int clip (register double, register double, register double, register double, register double *, register double *, register double *, register double *)
 
int assign_fixed_color (int, int)
 
int get_fixed_color (int)
 
int get_fixed_color_array (register int *, register int)
 
int assign_standard_color (int, int)
 
int get_standard_color (int)
 
int get_max_std_colors (void)
 
int get_connection (char *, int *, int *)
 
int prepare_connection (void)
 

Function Documentation

◆ _get_color_index()

int _get_color_index ( int  )

◆ _get_color_index_array()

int _get_color_index_array ( int *  ,
int   
)

◆ _get_lookup_for_color()

int _get_lookup_for_color ( int  ,
int  ,
int   
)

◆ assign_fixed_color()

int assign_fixed_color ( int  ,
int   
)

◆ assign_standard_color()

int assign_standard_color ( int  ,
int   
)

◆ Box_abs()

int Box_abs ( int  ,
int  ,
int  ,
int   
)

◆ Box_rel()

int Box_rel ( int  ,
int   
)

◆ clip()

int clip ( register  double,
register  double,
register  double,
register  double,
register double *  ,
register double *  ,
register double *  ,
register double *   
)

◆ close_mon()

void close_mon ( void  )

◆ Color()

int Color ( int  )

◆ Color_offset()

int Color_offset ( int  )

◆ Color_table_fixed()

int Color_table_fixed ( void  )

◆ Color_table_float()

int Color_table_float ( void  )

◆ Cont_abs()

int Cont_abs ( int  ,
int   
)

◆ Cont_rel()

int Cont_rel ( int  ,
int   
)

◆ Erase()

int Erase ( void  )

◆ Font()

int Font ( char *  )

◆ get_color_offset()

int get_color_offset ( void  )

◆ get_connection()

int get_connection ( char *  ,
int *  ,
int *   
)

◆ Get_current_xy()

int Get_current_xy ( int *  ,
int *   
)

◆ get_fixed_color()

int get_fixed_color ( int  )

◆ get_fixed_color_array()

int get_fixed_color_array ( register int *  ,
register  int 
)

◆ get_max_std_colors()

int get_max_std_colors ( void  )

◆ get_standard_color()

int get_standard_color ( int  )

◆ get_table_type()

int get_table_type ( void  )

◆ Get_text_box()

int Get_text_box ( char *  ,
int *  ,
int *  ,
int *  ,
int *   
)

◆ Linemod()

int Linemod ( char *  )

◆ Move_abs()

int Move_abs ( int  ,
int   
)

◆ Move_rel()

int Move_rel ( int  ,
int   
)

◆ Number_of_colors()

int Number_of_colors ( int *  )

◆ Polydots_abs()

int Polydots_abs ( int *  ,
int *  ,
int   
)

◆ Polydots_rel()

int Polydots_rel ( int *  ,
int *  ,
int   
)

◆ Polygon_rel()

int Polygon_rel ( int *  ,
int *  ,
int   
)

◆ Polyline_abs()

int Polyline_abs ( int *  ,
int *  ,
int   
)

◆ Polyline_rel()

int Polyline_rel ( int *  ,
int *  ,
int   
)

◆ prepare_connection()

int prepare_connection ( void  )

◆ Raster_char()

int Raster_char ( int  ,
int  ,
unsigned char *  ,
int  ,
int   
)

◆ Raster_int()

int Raster_int ( int  ,
int  ,
int *  ,
int  ,
int   
)

◆ Raster_int_def()

int Raster_int_def ( int  ,
int  ,
int *  ,
int  ,
int   
)

◆ Reset_color()

int Reset_color ( unsigned  char,
unsigned  char,
unsigned  char,
int   
)

◆ Reset_colors()

int Reset_colors ( int  ,
int  ,
unsigned char *  ,
unsigned char *  ,
unsigned char *   
)

◆ RGB_color()

int RGB_color ( unsigned  char,
unsigned  char,
unsigned  char 
)

◆ RGB_raster()

int RGB_raster ( int  ,
int  ,
register unsigned char *  ,
register unsigned char *  ,
register unsigned char *  ,
int   
)

◆ Set_RGB_color()

int Set_RGB_color ( unsigned  char,
unsigned  char,
unsigned  char 
)

◆ Set_window()

int Set_window ( int  ,
int  ,
int  ,
int   
)

◆ Standard_color()

int Standard_color ( int  )

◆ Text()

int Text ( char *  )

◆ Text_rotation()

int Text_rotation ( float  )

◆ Text_size()

int Text_size ( int  ,
int   
)

◆ window_box_clip()

int window_box_clip ( double *  ,
double *  ,
double *  ,
double *   
)

◆ window_clip()

int window_clip ( double *  ,
double *  ,
double *  ,
double *   
)