Freeciv21
Develop your civilization from humble roots to a global empire
repodlgs_g.h File Reference
#include "support.h"
#include "packets.h"
#include "repodlgs_common.h"
+ 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 ()
 

Function Documentation

◆ economy_report_dialog_popup()

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().

◆ economy_report_dialog_update()

void economy_report_dialog_update ( )

◆ endgame_report_dialog_player()

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().

◆ endgame_report_dialog_start()

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().

◆ real_economy_report_dialog_update()

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().

◆ real_science_report_dialog_update()

void real_science_report_dialog_update ( void *  unused)

Update the science report.

Definition at line 660 of file view_research.cpp.

◆ real_units_report_dialog_update()

void real_units_report_dialog_update ( void *  unused)

◆ science_report_dialog_popup()

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().

◆ science_report_dialog_redraw()

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().

◆ science_report_dialog_update()

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().

◆ units_report_dialog_update()

void units_report_dialog_update ( )