Freeciv21
Develop your civilization from humble roots to a global empire
view_cities.cpp File Reference
#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...
 

Function Documentation

◆ city_report_dialog_popup()

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

◆ popdown_city_report()

void popdown_city_report ( )

Closes city report.

Definition at line 1312 of file view_cities.cpp.

Referenced by popdown_all_game_dialogs().

◆ real_city_report_dialog_update()

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

◆ real_city_report_update_city()

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

◆ update_city_report()

static void update_city_report ( struct city pcity)
static