|
Freeciv-3.4
|
#include <SDL2/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.
Macros | |
| #define | COL 17 |
Variables | |
| static struct advanced_dialog * | city_rep = NULL |
User interacted with cityreport window.
Definition at line 78 of file cityrep.c.
Referenced by real_info_city_report_dialog_update().
User interacted with city report close button.
Definition at line 90 of file cityrep.c.
Referenced by real_info_city_report_dialog_update().
Check if city report is open.
Definition at line 1130 of file cityrep.c.
Referenced by popup_hurry_production_dialog().
User interacted with city production button on city report.
Definition at line 126 of file cityrep.c.
Referenced by real_info_city_report_dialog_update().
User interacted with city button on city report.
Definition at line 102 of file cityrep.c.
Referenced by real_info_city_report_dialog_update().
User interacted with cma button on city report.
Definition at line 138 of file cityrep.c.
Referenced by real_info_city_report_dialog_update().
User interacted with worklist button on city report.
Definition at line 114 of file cityrep.c.
Referenced by real_info_city_report_dialog_update().
|
static |
Update city information in city report.
Definition at line 964 of file cityrep.c.
Referenced by real_city_report_dialog_update(), and real_city_report_update_city().
Rebuild the city info report.
Definition at line 178 of file cityrep.c.
Referenced by city_report_dialog_popup(), real_city_report_dialog_update(), and real_city_report_update_city().
|
static |
Definition at line 53 of file cityrep.c.
Referenced by city_report_dialog_popdown(), city_report_dialog_popup(), city_report_windows_callback(), is_city_report_open(), real_city_report_dialog_update(), real_city_report_update_city(), and real_info_city_report_dialog_update().