GRASS GIS 8 Programmer's Manual
8.5.0dev(2025)-565e82de51
Main Page
Related Pages
Data Structures
Data Structures
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Related Functions
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
x
y
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
r
s
t
u
v
w
y
Enumerations
a
c
d
e
h
i
j
l
m
n
o
p
r
s
t
v
y
Enumerator
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
defs/form.h
Go to the documentation of this file.
1
#ifndef GRASS_FORMDEFS_H
2
#define GRASS_FORMDEFS_H
3
4
int
F_generate
(
char
*
driver
,
char
*database,
char
*table,
char
*key,
int
keyval,
5
char
*frmname,
char
*frmmapset,
int
edit_mode,
int
format,
6
char
**form);
7
int
F_open
(
char
*title,
char
*
html
);
8
void
F_clear
(
void
);
9
void
F_close
(
void
);
10
11
#endif
F_clear
void F_clear(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)
F_close
void F_close(void)
html
struct html_state html
Definition:
htmldriver/graph_set.c:24
driver
Definition:
driver.h:27
include
grass
defs
form.h
Generated on Thu Mar 20 2025 07:33:24 for GRASS GIS 8 Programmer's Manual by
1.9.1