|
Freeciv-3.1
|
#include <repodlgs.h>
Inheritance diagram for eco_report:Public Member Functions | |
| eco_report () | |
| ~eco_report () | |
| void | update_report () |
| void | init () |
Private Slots | |
| void | disband_units () |
| void | sell_buildings () |
| void | sell_redundant () |
| void | selection_changed (const QItemSelection &sl, const QItemSelection &ds) |
Private Attributes | |
| QPushButton * | disband_button |
| QPushButton * | sell_button |
| QPushButton * | sell_redun_button |
| QTableWidget * | eco_widget |
| QLabel * | eco_label |
| int | index |
| int | curr_row |
| int | max_row |
| cid | uid |
| int | counter |
Definition at line 208 of file repodlgs.h.
| eco_report::eco_report | ( | ) |
Constructor for economy report
Definition at line 1204 of file repodlgs.cpp.
| eco_report::~eco_report | ( | ) |
Destructor for economy report
Definition at line 1255 of file repodlgs.cpp.
|
privateslot |
Disband pointed units (in economy report)
Definition at line 1442 of file repodlgs.cpp.
Referenced by eco_report().
| void eco_report::init | ( | ) |
Initializes place in tab for economy report
Definition at line 1263 of file repodlgs.cpp.
Referenced by economy_report_dialog_popup().
|
privateslot |
Action for selection changed in economy report
Definition at line 1394 of file repodlgs.cpp.
Referenced by eco_report().
|
privateslot |
Sell all pointed buildings.
Definition at line 1479 of file repodlgs.cpp.
Referenced by eco_report().
|
privateslot |
| void eco_report::update_report | ( | ) |
Refresh all widgets for economy report
Definition at line 1274 of file repodlgs.cpp.
Referenced by economy_report_dialog_popup(), and real_economy_report_dialog_update().
|
private |
Definition at line 228 of file repodlgs.h.
Referenced by disband_units(), selection_changed(), sell_buildings(), and sell_redundant().
|
private |
Definition at line 225 of file repodlgs.h.
Referenced by init(), and selection_changed().
|
private |
Definition at line 211 of file repodlgs.h.
Referenced by eco_report(), and selection_changed().
|
private |
Definition at line 215 of file repodlgs.h.
Referenced by eco_report(), and update_report().
|
private |
Definition at line 214 of file repodlgs.h.
Referenced by eco_report(), selection_changed(), and update_report().
|
private |
Definition at line 224 of file repodlgs.h.
Referenced by init().
|
private |
Definition at line 226 of file repodlgs.h.
Referenced by selection_changed(), and update_report().
|
private |
Definition at line 212 of file repodlgs.h.
Referenced by eco_report(), and selection_changed().
|
private |
Definition at line 213 of file repodlgs.h.
Referenced by eco_report(), and selection_changed().
|
private |
Definition at line 227 of file repodlgs.h.
Referenced by disband_units(), selection_changed(), sell_buildings(), and sell_redundant().