GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <grass/gis.h>
#include <grass/raster.h>
#include <grass/graphics.h>
#include "transport.h"
Go to the source code of this file.
Functions | |
int | R_pad_create (const char *pad) |
int | R_pad_current (char *name) |
int | R_pad_delete (void) |
int | R_pad_invent (char *pad) |
int | R_pad_list (char ***list, int *count) |
int | R_pad_select (const char *pad) |
int | R_pad_append_item (const char *item, const char *value, int replace) |
int | R_pad_delete_item (const char *name) |
int | R_pad_get_item (const char *name, char ***list, int *count) |
int | R_pad_list_items (char ***list, int *count) |
int | R_pad_set_item (const char *name, const char *value) |
Definition at line 49 of file com_pad.c.
References transport::pad_append_item, and trans.
Referenced by D_add_to_cell_list(), D_add_to_dig_list(), and D_add_to_list().
int R_pad_create | ( | const char * | pad | ) |
Definition at line 19 of file com_pad.c.
References transport::pad_create, and trans.
Referenced by D_new_window().
int R_pad_current | ( | char * | name | ) |
Definition at line 24 of file com_pad.c.
References transport::pad_current, and trans.
Referenced by D_timestamp().
int R_pad_delete | ( | void | ) |
Definition at line 29 of file com_pad.c.
References transport::pad_delete, and trans.
Referenced by D_new_window(), D_remove_window(), and D_remove_windows().
int R_pad_delete_item | ( | const char * | name | ) |
Definition at line 54 of file com_pad.c.
References transport::pad_delete_item, and trans.
Referenced by D_clear_window(), D_remove_window(), D_remove_windows(), D_reset_screen_window(), D_set_cell_name(), D_set_cur_wind(), D_set_dig_name(), D_set_erase_color(), and D_timestamp().
Definition at line 59 of file com_pad.c.
References transport::pad_get_item, and trans.
Referenced by D_check_map_window(), D_get_cell_list(), D_get_cell_name(), D_get_cur_wind(), D_get_dig_list(), D_get_dig_name(), D_get_erase_color(), D_get_list(), D_get_screen_window(), D_timestamp(), and ident_win().
int R_pad_invent | ( | char * | pad | ) |
Definition at line 34 of file com_pad.c.
References transport::pad_invent, and trans.
Referenced by D_new_window().
Definition at line 39 of file com_pad.c.
References transport::pad_list, and trans.
Referenced by D_remove_windows(), and ident_win().
Definition at line 64 of file com_pad.c.
References transport::pad_list_items, and trans.
int R_pad_select | ( | const char * | pad | ) |
Definition at line 44 of file com_pad.c.
References transport::pad_select, and trans.
Referenced by D_get_cur_wind(), D_new_window(), D_remove_window(), D_remove_windows(), D_set_cur_wind(), D_timestamp(), and ident_win().
int R_pad_set_item | ( | const char * | name, |
const char * | value | ||
) |
Definition at line 69 of file com_pad.c.
References transport::pad_set_item, and trans.
Referenced by D_check_map_window(), D_new_window(), D_reset_screen_window(), D_set_cell_name(), D_set_cur_wind(), D_set_dig_name(), D_set_erase_color(), and D_timestamp().