![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <hudwidget.h>
Inheritance diagram for hud_units:
Collaboration diagram for hud_units:Public Member Functions | |
| hud_units (QWidget *parent) | |
| Constructor for hud_units (holds layout for whole uunits info) More... | |
| ~hud_units () override | |
| Hud_units destructor. More... | |
| void | update_actions () |
| Update possible action for given units. More... | |
Protected Member Functions | |
| void | moveEvent (QMoveEvent *event) override |
| Move Event for hud_units, used to save position. More... | |
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 203 of file hudwidget.h.
| hud_units::hud_units | ( | QWidget * | parent | ) |
Constructor for hud_units (holds layout for whole uunits info)
Definition at line 500 of file hudwidget.cpp.
|
overridedefault |
Hud_units destructor.
|
overrideprotected |
Move Event for hud_units, used to save position.
Definition at line 541 of file hudwidget.cpp.
| void hud_units::update_actions | ( | ) |
Update possible action for given units.
Definition at line 552 of file hudwidget.cpp.
Referenced by fc_game_tab_widget::event(), real_menus_update(), and update_unit_info_label().
|
private |
Definition at line 223 of file hudwidget.h.
|
private |
Definition at line 209 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 207 of file hudwidget.h.
Referenced by hud_units(), and update_actions().
|
private |
Definition at line 206 of file hudwidget.h.
Referenced by hud_units(), and update_actions().
|
private |
Definition at line 208 of file hudwidget.h.
|
private |
Definition at line 222 of file hudwidget.h.
|
private |
Definition at line 210 of file hudwidget.h.
Referenced by hud_units(), and update_actions().
|
private |
Definition at line 205 of file hudwidget.h.
Referenced by hud_units(), and update_actions().