Freeciv-3.1
|
Data Fields | |
int(* | number )(const struct option *) |
const char *(* | name )(const struct option *) |
const char *(* | description )(const struct option *) |
const char *(* | help_text )(const struct option *) |
int(* | category )(const struct option *) |
bool(* | is_changeable )(const struct option *) |
struct option *(* | next )(const struct option *) |
int(* option::option_common_vtable::category) (const struct option *) |
Definition at line 466 of file options.c.
Referenced by option_category(), and option_category_name().
const char *(* option::option_common_vtable::description) (const struct option *) |
Definition at line 464 of file options.c.
Referenced by option_description().
const char *(* option::option_common_vtable::help_text) (const struct option *) |
Definition at line 465 of file options.c.
Referenced by option_help_text().
Definition at line 467 of file options.c.
Referenced by option_is_changeable().
const char *(* option::option_common_vtable::name) (const struct option *) |
Definition at line 463 of file options.c.
Referenced by option_name().
Definition at line 467 of file options.c.
Referenced by option_next().
int(* option::option_common_vtable::number) (const struct option *) |
Definition at line 462 of file options.c.
Referenced by option_number().