![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <QApplication>#include <QHeaderView>#include <QVBoxLayout>#include "fcintl.h"#include "citydlg_common.h"#include "game.h"#include "global_worklist.h"#include "cityrep_g.h"#include "client_main.h"#include "fc_client.h"#include "governor.h"#include "hudwidget.h"#include "icons.h"#include "page_game.h"#include "qtg_cxxside.h"#include "top_bar.h"#include "views/view_cities.h"#include "views/view_map.h"
Include dependency graph for view_cities.cpp:Go to the source code of this file.
Functions | |
| void | city_report_dialog_popup () |
| Display the city report dialog. More... | |
| static void | update_city_report (struct city *pcity) |
| 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 | popdown_city_report () |
| Closes city report. More... | |
| 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 popdown_city_report | ( | ) |
Closes city report.
Definition at line 1312 of file view_cities.cpp.
Referenced by popdown_all_game_dialogs().
| 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().
|
static |
Definition at line 1273 of file view_cities.cpp.
Referenced by real_city_report_dialog_update(), and real_city_report_update_city().