![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <QGridLayout>#include <QLabel>#include <QPainter>#include <QPushButton>#include "game.h"#include "victory.h"#include "client_main.h"#include "colors_common.h"#include "fc_client.h"#include "page_game.h"#include "qtg_cxxside.h"#include "spaceshipdlg.h"#include "spaceshipdlg_g.h"
Include dependency graph for spaceshipdlg.cpp:Go to the source code of this file.
Functions | |
| void | popup_spaceship_dialog (struct player *pplayer) |
| Popup (or raise) the spaceship dialog for the given player. More... | |
| void | popdown_spaceship_dialog (struct player *pplayer) |
| Close the spaceship dialog for the given player. More... | |
| void | refresh_spaceship_dialog (struct player *pplayer) |
| Refresh (update) the spaceship dialog for the given player. More... | |
| void | popdown_all_spaceships_dialogs () |
| Close all spaceships dialogs. More... | |
| void popdown_all_spaceships_dialogs | ( | ) |
Close all spaceships dialogs.
Definition at line 241 of file spaceshipdlg.cpp.
Referenced by popdown_all_game_dialogs().
| void popdown_spaceship_dialog | ( | struct player * | pplayer | ) |
Close the spaceship dialog for the given player.
Definition at line 213 of file spaceshipdlg.cpp.
| void popup_spaceship_dialog | ( | struct player * | pplayer | ) |
Popup (or raise) the spaceship dialog for the given player.
Definition at line 186 of file spaceshipdlg.cpp.
Referenced by mr_menu::slot_spaceship().
| void refresh_spaceship_dialog | ( | struct player * | pplayer | ) |
Refresh (update) the spaceship dialog for the given player.
Definition at line 220 of file spaceshipdlg.cpp.
Referenced by handle_spaceship_info().