Freeciv-3.4
|
#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 225 of file hudwidget.h.
Constructor for widget allowing loading units on transports
Definition at line 1197 of file hudwidget.cpp.
hud_unit_loader::~hud_unit_loader | ( | ) |
Destructor for units loader
Definition at line 1221 of file hudwidget.cpp.
|
protectedslot |
Selects given transport and closes widget
Definition at line 1289 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 1229 of file hudwidget.cpp.
Definition at line 236 of file hudwidget.h.
Referenced by hud_unit_loader(), selection_changed(), and show_me().
Definition at line 237 of file hudwidget.h.
Referenced by hud_unit_loader(), selection_changed(), and show_me().
Definition at line 227 of file hudwidget.h.
Referenced by selection_changed(), and show_me().