|
Freeciv-3.4
|
#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 201 of file repodlgs.h.
| eco_report::eco_report | ( | ) |
Constructor for economy report
Definition at line 1206 of file repodlgs.cpp.
| eco_report::~eco_report | ( | ) |
Destructor for economy report
Definition at line 1257 of file repodlgs.cpp.
|
privateslot |
Disband pointed units (in economy report)
Definition at line 1445 of file repodlgs.cpp.
Referenced by eco_report().
| void eco_report::init | ( | ) |
Initializes place in tab for economy report
Definition at line 1265 of file repodlgs.cpp.
Referenced by economy_report_dialog_popup().
|
privateslot |
Action for selection changed in economy report
Definition at line 1397 of file repodlgs.cpp.
Referenced by eco_report().
|
privateslot |
Sell all pointed buildings.
Definition at line 1482 of file repodlgs.cpp.
Referenced by eco_report().
|
privateslot |
| void eco_report::update_report | ( | ) |
Refresh all widgets for economy report
Definition at line 1276 of file repodlgs.cpp.
Referenced by economy_report_dialog_popup(), and qtg_real_economy_report_dialog_update().
|
private |
Definition at line 221 of file repodlgs.h.
|
private |
Definition at line 218 of file repodlgs.h.
Referenced by init(), and selection_changed().
|
private |
Definition at line 204 of file repodlgs.h.
Referenced by eco_report(), and selection_changed().
|
private |
Definition at line 208 of file repodlgs.h.
Referenced by eco_report(), and update_report().
|
private |
Definition at line 207 of file repodlgs.h.
Referenced by eco_report(), selection_changed(), and update_report().
|
private |
Definition at line 217 of file repodlgs.h.
Referenced by init().
|
private |
Definition at line 219 of file repodlgs.h.
Referenced by selection_changed(), and update_report().
|
private |
Definition at line 205 of file repodlgs.h.
Referenced by eco_report(), and selection_changed().
|
private |
Definition at line 206 of file repodlgs.h.
Referenced by eco_report(), and selection_changed().
|
private |
Definition at line 220 of file repodlgs.h.
Referenced by disband_units(), selection_changed(), sell_buildings(), and sell_redundant().