![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Include dependency graph for repodlgs_g.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | science_report_dialog_popup (bool raise) |
| Display the science report. More... | |
| void | science_report_dialog_redraw (void) |
| Resize and redraw the requirement tree. More... | |
| void | economy_report_dialog_popup () |
| Display the economy report. More... | |
| void | endgame_report_dialog_start (const struct packet_endgame_report *packet) |
| Show a dialog with player statistics at endgame. More... | |
| void | endgame_report_dialog_player (const struct packet_endgame_player *packet) |
| Received endgame report information about single player. More... | |
| void | real_science_report_dialog_update (void *unused) |
| Update the science report. More... | |
| void | real_economy_report_dialog_update (void *unused) |
| Update the economy report. More... | |
| void | real_units_report_dialog_update (void *unused) |
| void | science_report_dialog_update () |
| void | economy_report_dialog_update () |
| void | units_report_dialog_update () |
| void economy_report_dialog_popup | ( | ) |
Display the economy report.
Typically triggered by F5.
Definition at line 395 of file view_economics.cpp.
Referenced by mr_menu::setup_menus().
| void economy_report_dialog_update | ( | ) |
Definition at line 453 of file update_queue.cpp.
Referenced by handle_city_info(), handle_player_info(), handle_unit_packet_common(), and handle_unit_remove().
| void endgame_report_dialog_player | ( | const struct packet_endgame_player * | packet | ) |
Received endgame report information about single player.
Definition at line 147 of file endgamereport.cpp.
Referenced by handle_endgame_player().
| void endgame_report_dialog_start | ( | const struct packet_endgame_report * | packet | ) |
Show a dialog with player statistics at endgame.
Definition at line 112 of file endgamereport.cpp.
Referenced by handle_endgame_report().
| void real_economy_report_dialog_update | ( | void * | unused | ) |
Update the economy report.
Definition at line 375 of file view_economics.cpp.
Referenced by economy_report_dialog_update().
| void real_science_report_dialog_update | ( | void * | unused | ) |
Update the science report.
Definition at line 660 of file view_research.cpp.
| void real_units_report_dialog_update | ( | void * | unused | ) |
| void science_report_dialog_popup | ( | bool | raise | ) |
Display the science report.
Optionally raise it. Typically triggered by F6.
Definition at line 764 of file view_research.cpp.
Referenced by handle_research_info(), and mr_menu::slot_show_research_tab().
| void science_report_dialog_redraw | ( | void | ) |
Resize and redraw the requirement tree.
Definition at line 744 of file view_research.cpp.
Referenced by handle_research_info().
| void science_report_dialog_update | ( | ) |
Definition at line 447 of file update_queue.cpp.
Referenced by handle_city_info(), handle_player_info(), and handle_research_info().
| void units_report_dialog_update | ( | ) |
Definition at line 459 of file update_queue.cpp.
Referenced by handle_city_info(), handle_player_info(), handle_unit_packet_common(), and handle_unit_remove().