Freeciv-3.3
|
#include <hudwidget.h>
Public Member Functions | |
hud_units (QWidget *parent) | |
~hud_units () | |
void | update_actions (unit_list *punits) |
Protected Member Functions | |
void | moveEvent (QMoveEvent *event) |
Private Attributes | |
click_label | unit_label |
click_label | tile_label |
QLabel | text_label |
QFont * | ufont |
QHBoxLayout * | main_layout |
unit_actions * | unit_icons |
move_widget * | mw |
unit_list * | ul_units |
tile * | current_tile |
Definition at line 205 of file hudwidget.h.
hud_units::hud_units | ( | QWidget * | parent | ) |
Constructor for hud_units (holds layout for whole uunits info)
Definition at line 523 of file hudwidget.cpp.
hud_units::~hud_units | ( | ) |
Hud_units destructor
Definition at line 558 of file hudwidget.cpp.
|
protected |
Move Event for hud_units, used to save position
Definition at line 565 of file hudwidget.cpp.
void hud_units::update_actions | ( | unit_list * | punits | ) |
Update possible action for given units
Definition at line 576 of file hudwidget.cpp.
Referenced by fc_game_tab_widget::resizeEvent().
|
private |
Definition at line 223 of file hudwidget.h.
|
private |
Definition at line 212 of file hudwidget.h.
Referenced by hud_units().
|
private |
Definition at line 221 of file hudwidget.h.
Referenced by hud_units(), and update_actions().
|
private |
Definition at line 210 of file hudwidget.h.
Referenced by hud_units(), and update_actions().
|
private |
Definition at line 209 of file hudwidget.h.
Referenced by hud_units(), and update_actions().
|
private |
Definition at line 211 of file hudwidget.h.
|
private |
Definition at line 222 of file hudwidget.h.
|
private |
Definition at line 213 of file hudwidget.h.
Referenced by hud_units(), and update_actions().
|
private |
Definition at line 208 of file hudwidget.h.
Referenced by hud_units(), and update_actions().