GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
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
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
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
z
+
Enumerations
a
c
d
e
h
l
m
n
o
p
r
s
t
v
y
+
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
+
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
manage.h
Go to the documentation of this file.
1
#ifndef GRASS_MANAGE_H
2
#define GRASS_MANAGE_H
3
4
struct
list
5
{
6
const
char
**
element
;
/* list of related elements */
7
char
*
alias
;
/* element alias */
8
const
char
**
desc
;
/* description of elements */
9
char
*
text
;
/* menu text */
10
int
nelem
;
/* number of elements */
11
char
status
;
12
char
*
mainelem
;
/* main element */
13
char
*
maindesc
;
/* main element description */
14
};
15
16
#define REMOVE 1
17
#define RENAME 2
18
#define COPY 3
19
#define LIST 4
20
21
#include <
grass/gis.h
>
22
23
#include <
grass/defs/manage.h
>
24
25
#endif
list::mainelem
char * mainelem
Definition:
manage.h:12
list::alias
char * alias
Definition:
manage.h:7
gis.h
list::text
char * text
Definition:
manage.h:9
list
Definition:
manage.h:4
list::status
char status
Definition:
manage.h:11
list::desc
const char ** desc
Definition:
manage.h:8
list::element
const char ** element
Definition:
manage.h:6
list::maindesc
char * maindesc
Definition:
manage.h:13
list::nelem
int nelem
Definition:
manage.h:10
manage.h
include
grass
manage.h
Generated on Mon May 31 2021 05:21:30 for GRASS GIS 7 Programmer's Manual by
1.8.13