![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <QDialog>#include <QElapsedTimer>#include <QLabel>#include <QLineEdit>#include <QMessageBox>#include <QRubberBand>#include <QTableWidget>#include "fc_types.h"#include "dialogs.h"#include "shortcuts.h"
Include dependency graph for unithudselector.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | unit_hud_selector |
Functions | |
| void | show_new_turn_info () |
| Shows new turn information with big font. More... | |
| bool | has_player_unit_type (Unit_type_id utype) |
| Returns true if player has any unit of unit_type. More... | |
| bool has_player_unit_type | ( | Unit_type_id | utype | ) |
Returns true if player has any unit of unit_type.
Definition at line 51 of file hudwidget.cpp.
Referenced by unit_hud_selector::unit_hud_selector(), and mr_menu::update_airlift_menu().
| void show_new_turn_info | ( | ) |
Shows new turn information with big font.
Definition at line 1305 of file hudwidget.cpp.
Referenced by fc_client::current_page(), and start_turn().