![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#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... | |
| 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 popdown_endgame_report | ( | ) |
Removes endgame report.
Definition at line 122 of file endgamereport.cpp.
Referenced by popdown_all_game_dialogs().
| 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().