|
Freeciv-3.1
|
#include <QApplication>#include <QHeaderView>#include <QVBoxLayout>#include "client_main.h"#include "cityrep.h"#include "fc_client.h"#include "gui_main.h"#include "hudwidget.h"Go to the source code of this file.
Functions | |
| void | city_report_dialog_popup (bool raise) |
| void | real_city_report_dialog_update (void *unused) |
| void | real_city_report_update_city (struct city *pcity) |
| void | popdown_city_report () |
| void | hilite_cities_from_canvas (void) |
| void | toggle_city_hilite (struct city *pcity, bool on_off) |
| void city_report_dialog_popup | ( | bool | raise | ) |
Display the city report dialog. Optionally raise it.
Definition at line 1275 of file cityrep.cpp.
| void hilite_cities_from_canvas | ( | void | ) |
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 1360 of file cityrep.cpp.
| void popdown_city_report | ( | ) |
Closes city report
Definition at line 1340 of file cityrep.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 1302 of file cityrep.cpp.
| void real_city_report_update_city | ( | struct city * | pcity | ) |
Update the information for a single city in the city report.
Definition at line 1321 of file cityrep.cpp.
Toggle a city's hilited status.
Definition at line 1368 of file cityrep.cpp.