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
manage.h
Go to the documentation of this file.
1
#ifndef GRASS_MANAGE_H
2
#define GRASS_MANAGE_H
3
4
struct
list
{
5
const
char
**
element
;
/* list of related elements */
6
char
*
alias
;
/* element alias */
7
const
char
**
desc
;
/* description of elements */
8
char
*
text
;
/* menu text */
9
int
nelem
;
/* number of elements */
10
char
status
;
11
char
*
mainelem
;
/* main element */
12
char
*
maindesc
;
/* main element description */
13
};
14
15
#define REMOVE 1
16
#define RENAME 2
17
#define COPY 3
18
#define LIST 4
19
20
#include <
grass/gis.h
>
21
22
#include <
grass/defs/manage.h
>
23
24
#endif
manage.h
gis.h
list
Definition:
manage.h:4
list::desc
const char ** desc
Definition:
manage.h:7
list::status
char status
Definition:
manage.h:10
list::maindesc
char * maindesc
Definition:
manage.h:12
list::mainelem
char * mainelem
Definition:
manage.h:11
list::nelem
int nelem
Definition:
manage.h:9
list::element
const char ** element
Definition:
manage.h:5
list::alias
char * alias
Definition:
manage.h:6
list::text
char * text
Definition:
manage.h:8
include
grass
manage.h
Generated on Thu Mar 20 2025 07:33:27 for GRASS GIS 8 Programmer's Manual by
1.9.1