ask_vctrs.c File Reference

#include <grass/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


Function Documentation

char* G_ask_vector_any ( char *  prompt,
char *  name 
)

Definition at line 70 of file ask_vctrs.c.

References G_ask_any().

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.

Parameters:
prompt 
name 
Returns:
char *

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.

Parameters:
prompt 
name 
Returns:
char *

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.

Parameters:
prompt 
name 
Returns:
char *

Definition at line 63 of file ask_vctrs.c.

References G_ask_old().


Generated on Sun Apr 6 17:32:15 2008 for GRASS by  doxygen 1.5.5