Freeciv-3.3
|
#include <repodlgs.h>
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 205 of file repodlgs.h.
eco_report::eco_report | ( | ) |
Constructor for economy report
Definition at line 1210 of file repodlgs.cpp.
eco_report::~eco_report | ( | ) |
Destructor for economy report
Definition at line 1261 of file repodlgs.cpp.
|
privateslot |
Disband pointed units (in economy report)
Definition at line 1449 of file repodlgs.cpp.
Referenced by eco_report().
void eco_report::init | ( | ) |
Initializes place in tab for economy report
Definition at line 1269 of file repodlgs.cpp.
Referenced by economy_report_dialog_popup().
|
privateslot |
Action for selection changed in economy report
Definition at line 1401 of file repodlgs.cpp.
Referenced by eco_report().
|
privateslot |
Sell all pointed buildings.
Definition at line 1486 of file repodlgs.cpp.
Referenced by eco_report().
|
privateslot |
void eco_report::update_report | ( | ) |
Refresh all widgets for economy report
Definition at line 1280 of file repodlgs.cpp.
Referenced by economy_report_dialog_popup(), and qtg_real_economy_report_dialog_update().
|
private |
Definition at line 225 of file repodlgs.h.
|
private |
Definition at line 222 of file repodlgs.h.
Referenced by init(), and selection_changed().
|
private |
Definition at line 208 of file repodlgs.h.
Referenced by eco_report(), and selection_changed().
|
private |
Definition at line 212 of file repodlgs.h.
Referenced by eco_report(), and update_report().
|
private |
Definition at line 211 of file repodlgs.h.
Referenced by eco_report(), selection_changed(), and update_report().
|
private |
Definition at line 221 of file repodlgs.h.
Referenced by init().
|
private |
Definition at line 223 of file repodlgs.h.
Referenced by selection_changed(), and update_report().
|
private |
Definition at line 209 of file repodlgs.h.
Referenced by eco_report(), and selection_changed().
|
private |
Definition at line 210 of file repodlgs.h.
Referenced by eco_report(), and selection_changed().
|
private |
Definition at line 224 of file repodlgs.h.
Referenced by disband_units(), selection_changed(), sell_buildings(), and sell_redundant().