GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 (const char *prompt, char *name)
 prompt for a new vector map More...
 
char * G_ask_vector_old (const char *prompt, char *name)
 prompt for an existing vector map More...
 
char * G_ask_vector_any (const char *prompt, char *name)
 
char * G_ask_vector_in_mapset (const char *prompt, char *name)
 prompt for an existing vector map More...
 

Function Documentation

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

Definition at line 66 of file ask_vctrs.c.

References G_ask_any().

char* G_ask_vector_in_mapset ( const char *  prompt,
char *  name 
)

prompt for an existing vector map

Asks the user to enter the name of an existing vector file in the current mapset.

Parameters
prompt
name
Returns
char *

Definition at line 83 of file ask_vctrs.c.

References G_ask_in_mapset().

char* G_ask_vector_new ( const char *  prompt,
char *  name 
)

prompt for a new vector map

Asks the user to enter a name for a vector map 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 ( const char *  prompt,
char *  name 
)

prompt for an existing vector map

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 61 of file ask_vctrs.c.

References G_ask_old().