![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Include dependency graph for cityrep_g.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | city_report_dialog_popup () |
| Display the city report dialog. More... | |
| void | real_city_report_dialog_update (void *unused) |
| Update (refresh) the entire city report dialog. More... | |
| void | real_city_report_update_city (struct city *pcity) |
| Update the information for a single city in the city report. More... | |
| void | city_report_dialog_update_city (struct city *pcity) |
| void | city_report_dialog_update () |
| void city_report_dialog_popup | ( | ) |
Display the city report dialog.
Optionally raise it.
Definition at line 1249 of file view_cities.cpp.
Referenced by pageGame::pageGame(), and mr_menu::setup_menus().
| void city_report_dialog_update | ( | ) |
Definition at line 441 of file update_queue.cpp.
Referenced by city_packet_common(), client_remove_city(), and handle_player_info().
| void city_report_dialog_update_city | ( | struct city * | pcity | ) |
Definition at line 420 of file update_queue.cpp.
Referenced by city_packet_common(), and cma_yoloswag::release_city().
| void real_city_report_dialog_update | ( | void * | unused | ) |
Update (refresh) the entire city report dialog.
Definition at line 1296 of file view_cities.cpp.
Referenced by city_report_dialog_update().
| void real_city_report_update_city | ( | struct city * | pcity | ) |
Update the information for a single city in the city report.
Definition at line 1304 of file view_cities.cpp.
Referenced by cities_update_callback().