Freeciv21
Develop your civilization from humble roots to a global empire
spaceshipdlg_g.h File Reference
#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...
 

Function Documentation

◆ popdown_spaceship_dialog()

void popdown_spaceship_dialog ( struct player pplayer)

Close the spaceship dialog for the given player.

Definition at line 213 of file spaceshipdlg.cpp.

◆ popup_spaceship_dialog()

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().

◆ refresh_spaceship_dialog()

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().