Freeciv21
Develop your civilization from humble roots to a global empire
endgamereport.cpp File Reference
#include "endgamereport.h"
#include <QGridLayout>
#include <QHeaderView>
#include <QTableWidget>
#include "nation.h"
#include "fc_client.h"
#include "page_game.h"
#include "tileset/sprite.h"
+ Include dependency graph for endgamereport.cpp:

Go to the source code of this file.

Functions

void endgame_report_dialog_start (const struct packet_endgame_report *packet)
 Show a dialog with player statistics at endgame. More...
 
void popdown_endgame_report ()
 Removes endgame report. More...
 
void popup_endgame_report ()
 Popups endgame report to front if exists. More...
 
void endgame_report_dialog_player (const struct packet_endgame_player *packet)
 Received endgame report information about single player. More...
 

Function Documentation

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

◆ popdown_endgame_report()

void popdown_endgame_report ( )

Removes endgame report.

Definition at line 122 of file endgamereport.cpp.

Referenced by popdown_all_game_dialogs().

◆ popup_endgame_report()

void popup_endgame_report ( )

Popups endgame report to front if exists.

Definition at line 135 of file endgamereport.cpp.

Referenced by mr_menu::slot_endgame().