![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <repodlgs_common.h>
Collaboration diagram for improvement_entry:Public Attributes | |
| struct impr_type * | type |
| int | count |
| int | redundant |
| int | cost |
| int | total_cost |
| QString | city_names |
Definition at line 21 of file repodlgs_common.h.
| QString improvement_entry::city_names |
Definition at line 24 of file repodlgs_common.h.
Referenced by get_economy_report_data(), and eco_report::update_report().
| int improvement_entry::cost |
Definition at line 23 of file repodlgs_common.h.
Referenced by get_economy_report_data(), and eco_report::update_report().
| int improvement_entry::count |
Definition at line 23 of file repodlgs_common.h.
Referenced by get_economy_report_data(), and eco_report::update_report().
| int improvement_entry::redundant |
Definition at line 23 of file repodlgs_common.h.
Referenced by get_economy_report_data(), and eco_report::update_report().
| int improvement_entry::total_cost |
Definition at line 23 of file repodlgs_common.h.
Referenced by get_economy_report_data(), and eco_report::update_report().
| struct impr_type* improvement_entry::type |
Definition at line 22 of file repodlgs_common.h.
Referenced by get_economy_report_data(), and eco_report::update_report().