|
Freeciv-3.1
|
#include <QGridLayout>#include <QLabel>#include "game.h"#include "victory.h"#include "client_main.h"#include "canvas.h"#include "fc_client.h"#include "qtg_cxxside.h"#include "spaceshipdlg.h"Go to the source code of this file.
Functions | |
| void | popup_spaceship_dialog (struct player *pplayer) |
| void | popdown_spaceship_dialog (struct player *pplayer) |
| void | refresh_spaceship_dialog (struct player *pplayer) |
| void | popdown_all_spaceships_dialogs () |
| void popdown_all_spaceships_dialogs | ( | ) |
Close all spaceships dialogs
Definition at line 174 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 145 of file spaceshipdlg.cpp.
| void popup_spaceship_dialog | ( | struct player * | pplayer | ) |
Popup (or raise) the spaceship dialog for the given player.
Definition at line 118 of file spaceshipdlg.cpp.
| void refresh_spaceship_dialog | ( | struct player * | pplayer | ) |
Refresh (update) the spaceship dialog for the given player.
Definition at line 153 of file spaceshipdlg.cpp.