Freeciv-3.3
|
#include <hudwidget.h>
Public Member Functions | |
hud_unit_loader (struct unit *pcargo, struct tile *ptile) | |
~hud_unit_loader () | |
void | show_me () |
Protected Slots | |
void | selection_changed (const QItemSelection &, const QItemSelection &) |
Private Attributes | |
QList< unit * > | transports |
struct unit * | cargo |
struct tile * | qtile |
Definition at line 229 of file hudwidget.h.
Constructor for widget allowing loading units on transports
Definition at line 1201 of file hudwidget.cpp.
hud_unit_loader::~hud_unit_loader | ( | ) |
Destructor for units loader
Definition at line 1225 of file hudwidget.cpp.
|
protectedslot |
Selects given transport and closes widget
Definition at line 1293 of file hudwidget.cpp.
Referenced by hud_unit_loader().
void hud_unit_loader::show_me | ( | ) |
Shows unit loader, adds possible transports and units to table Calculates table size
Definition at line 1233 of file hudwidget.cpp.
Definition at line 240 of file hudwidget.h.
Referenced by hud_unit_loader(), selection_changed(), and show_me().
Definition at line 241 of file hudwidget.h.
Referenced by hud_unit_loader(), selection_changed(), and show_me().
Definition at line 231 of file hudwidget.h.
Referenced by selection_changed(), and show_me().