#include <SDL3/SDL.h>
#include "fcintl.h"
#include "log.h"
#include "game.h"
#include "client_main.h"
#include "citydlg.h"
#include "cma_fe.h"
#include "colors.h"
#include "graphics.h"
#include "gui_id.h"
#include "gui_main.h"
#include "gui_tilespec.h"
#include "mapctrl.h"
#include "mapview.h"
#include "repodlgs.h"
#include "sprite.h"
#include "themespec.h"
#include "widget.h"
#include "wldlg.h"
#include "cityrep.h"
Go to the source code of this file.
◆ COL
◆ city_report_dialog_popdown()
void city_report_dialog_popdown |
( |
void |
| ) |
|
Close city report dialog.
Definition at line 58 of file cityrep.c.
◆ city_report_dialog_popup()
void city_report_dialog_popup |
( |
bool |
make_modal | ) |
|
Pop up or brings forward the city report dialog. It may or may not be modal.
Definition at line 1135 of file cityrep.c.
◆ city_report_windows_callback()
User interacted with cityreport window.
Definition at line 74 of file cityrep.c.
◆ exit_city_report_callback()
User interacted with city report close button.
Definition at line 86 of file cityrep.c.
◆ hilite_cities_from_canvas()
After a selection rectangle is defined, make the cities that are hilited on the canvas exclusively hilited in the City List window.
Definition at line 1220 of file cityrep.c.
◆ is_city_report_open()
Check if city report is open.
Definition at line 1126 of file cityrep.c.
◆ popup_buy_production_from_city_report_callback()
User interacted with city production button on city report.
Definition at line 122 of file cityrep.c.
◆ popup_citydlg_from_city_report_callback()
User interacted with city button on city report.
Definition at line 98 of file cityrep.c.
◆ popup_cma_from_city_report_callback()
User interacted with cma button on city report.
Definition at line 134 of file cityrep.c.
◆ popup_worklist_from_city_report_callback()
User interacted with worklist button on city report.
Definition at line 110 of file cityrep.c.
◆ real_city_report_dialog_update()
void real_city_report_dialog_update |
( |
void * |
unused | ) |
|
Update (refresh) the entire city report dialog.
Definition at line 1145 of file cityrep.c.
◆ real_city_report_dialog_update_city()
Update city information in city report.
Definition at line 960 of file cityrep.c.
◆ real_city_report_update_city()
Update the city report dialog for a single city.
Definition at line 1191 of file cityrep.c.
◆ real_info_city_report_dialog_update()
Rebuild the city info report.
Definition at line 174 of file cityrep.c.
◆ toggle_city_hilite()
Toggle a city's hilited status.
Definition at line 1228 of file cityrep.c.
◆ city_rep