GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-36359e2344
|
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 594 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 589 of file gis.h.
Referenced by G_define_standard_flag().
const char* Flag::label |
Optional short label, used in GUI as item label
Definition at line 593 of file gis.h.
Referenced by G_define_standard_flag().
char Flag::suppress_overwrite |
char Flag::suppress_required |