#include "gis.h"Include dependency graph for ask_vctrs.c:

Go to the source code of this file.
Functions | |
| char * | G_ask_vector_new (char *prompt, char *name) |
| prompt for a new vector file | |
| char * | G_ask_vector_old (char *prompt, char *name) |
| prompt for an existing vector file | |
| char * | G_ask_vector_any (char *prompt, char *name) |
| char * | G_ask_vector_in_mapset (char *prompt, char *name) |
| prompt for an existing vector file | |
| char* G_ask_vector_any | ( | char * | prompt, | |
| char * | name | |||
| ) |
| char* G_ask_vector_in_mapset | ( | char * | prompt, | |
| char * | name | |||
| ) |
prompt for an existing vector file
Asks the user to enter the name of an existing vector file in the current mapset.
| prompt | ||
| name |
Definition at line 89 of file ask_vctrs.c.
References G_ask_in_mapset().
| char* G_ask_vector_new | ( | char * | prompt, | |
| char * | name | |||
| ) |
prompt for a new vector file
Asks the user to enter a name for a vector file which does not exist in the current mapset.
| prompt | ||
| name |
Definition at line 44 of file ask_vctrs.c.
References G_ask_new().
| char* G_ask_vector_old | ( | char * | prompt, | |
| char * | name | |||
| ) |
prompt for an existing vector file
Asks the user to enter the name of an existing vector file in any mapset in the database.
| prompt | ||
| name |
Definition at line 63 of file ask_vctrs.c.
References G_ask_old().
1.4.7