![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Collaboration diagram for option_common_vtable:Public Attributes | |
| 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 *) |
Definition at line 146 of file options.cpp.
| int(* option_common_vtable::category) (const struct option *) |
Definition at line 151 of file options.cpp.
Referenced by option_category_name().
| const char*(* option_common_vtable::description) (const struct option *) |
Definition at line 149 of file options.cpp.
Referenced by option_description().
| const char*(* option_common_vtable::help_text) (const struct option *) |
Definition at line 150 of file options.cpp.
Referenced by option_help_text().
| bool(* option_common_vtable::is_changeable) (const struct option *) |
Definition at line 152 of file options.cpp.
Referenced by option_is_changeable().
| const char*(* option_common_vtable::name) (const struct option *) |
Definition at line 148 of file options.cpp.
Referenced by option_name().
Definition at line 152 of file options.cpp.
Referenced by option_next().
| int(* option_common_vtable::number) (const struct option *) |
Definition at line 147 of file options.cpp.
Referenced by option_number().