|
Freeciv-3.4
|
#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.
Display the city report dialog. Optionally raise it.
Definition at line 1273 of file cityrep.cpp.
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 1358 of file cityrep.cpp.
| void popdown_city_report | ( | ) |
Closes city report
Definition at line 1338 of file cityrep.cpp.
Referenced by popdown_all_game_dialogs().
Update (refresh) the entire city report dialog.
Definition at line 1300 of file cityrep.cpp.
Update the information for a single city in the city report.
Definition at line 1319 of file cityrep.cpp.