GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <grass/config.h>
#include <errno.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <grass/gis.h>
#include <grass/glocale.h>
#include <grass/raster.h>
#include <grass/graphics.h>
#include "driver.h"
#include "transport.h"
Go to the source code of this file.
Functions | |
int | R_open_driver (void) |
void | R__open_quiet (void) |
void | R_stabilize (void) |
void | R_kill_driver (void) |
void | R_close_driver (void) |
void | R_release_driver (void) |
Variables | |
struct transport | loc_trans |
struct transport * | trans |
void R__open_quiet | ( | void | ) |
Definition at line 187 of file com_io.c.
References transport::open_quiet.
void R_close_driver | ( | void | ) |
Definition at line 203 of file com_io.c.
References transport::close_driver.
void R_kill_driver | ( | void | ) |
Definition at line 198 of file com_io.c.
References transport::kill_driver.
int R_open_driver | ( | void | ) |
Definition at line 181 of file com_io.c.
References transport::open_driver.
void R_release_driver | ( | void | ) |
Definition at line 208 of file com_io.c.
References transport::release_driver.
void R_stabilize | ( | void | ) |
Definition at line 193 of file com_io.c.
References transport::stabilize.
Referenced by LOC_panel_delete(), LOC_panel_restore(), LOC_panel_save(), and R_flush().
struct transport* trans |
Definition at line 143 of file com_io.c.
Referenced by G_plot_icon(), R_begin_scaled_raster(), R_bitmap(), R_box_abs(), R_box_rel(), R_charset(), R_cont_abs(), R_cont_rel(), R_end_scaled_raster(), R_erase(), R_font(), R_font_info(), R_font_list(), R_get_location_with_box(), R_get_location_with_line(), R_get_location_with_pointer(), R_get_num_colors(), R_get_text_box(), R_line_width(), R_move_abs(), R_move_rel(), R_pad_append_item(), R_pad_create(), R_pad_current(), R_pad_delete(), R_pad_delete_item(), R_pad_get_item(), R_pad_invent(), R_pad_list(), R_pad_list_items(), R_pad_select(), R_pad_set_item(), R_panel_delete(), R_panel_restore(), R_panel_save(), R_polydots_abs(), R_polydots_rel(), R_polygon_abs(), R_polygon_rel(), R_polyline_abs(), R_polyline_rel(), R_RGB_color(), R_scaled_raster(), R_screen_bot(), R_screen_left(), R_screen_rite(), R_screen_top(), R_set_window(), R_standard_color(), R_text(), R_text_rotation(), R_text_size(), read_png(), and write_png().