GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
defs/form.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int F_generate (char *driver, char *database, char *table, char *key, int keyval, char *frmname, char *frmmapset, int edit_mode, int format, char **form)
 
int F_open (char *title, char *html)
 
void F_clear (void)
 
void F_close (void)
 

Function Documentation

◆ F_clear()

void F_clear ( void  )

◆ F_close()

void F_close ( void  )

◆ F_generate()

int F_generate ( char *  driver,
char *  database,
char *  table,
char *  key,
int  keyval,
char *  frmname,
char *  frmmapset,
int  edit_mode,
int  format,
char **  form 
)

◆ F_open()

int F_open ( char *  title,
char *  html 
)