|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|
Structure that stores flag info. More...
#include <gis.h>

Data Fields | |
| char | key |
| char | answer |
| char | suppress_required |
| char | suppress_overwrite |
| const char * | label |
| const char * | description |
| const char * | guisection |
| struct Flag * | next_flag |
Structure that stores flag info.
Used by the G_parser() system.
| const char* Flag::description |
String describing flag meaning
Definition at line 600 of file gis.h.
Referenced by G_define_standard_flag().
| const char* Flag::guisection |
| char Flag::key |
Key char used on command line
Definition at line 595 of file gis.h.
Referenced by G__md_print_python_short_version(), and G_define_standard_flag().
| const char* Flag::label |
Optional short label, used in GUI as item label
Definition at line 599 of file gis.h.
Referenced by G_define_standard_flag().
| struct Flag* Flag::next_flag |
Pointer to next flag struct
Definition at line 603 of file gis.h.
Referenced by G__md_print_python_short_version().
| char Flag::suppress_overwrite |
| char Flag::suppress_required |