![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include "fc_types.h"
Include dependency graph for spaceshipdlg_g.h:
This graph shows which files directly or indirectly include this file: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_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().