Freeciv-3.2
Loading...
Searching...
No Matches
Functions
inteldlg.cpp File Reference
#include "inteldlg.h"
#include "qtg_cxxside.h"

Go to the source code of this file.

Functions

void close_intel_dialog (struct player *p)
 
void popup_intel_dialog (struct player *p)
 
void update_intel_dialog (struct player *p)
 

Function Documentation

◆ close_intel_dialog()

void close_intel_dialog ( struct player p)

Close an intelligence dialog for the given player.

Definition at line 25 of file inteldlg.cpp.

◆ popup_intel_dialog()

void popup_intel_dialog ( struct player p)

Popup an intelligence dialog for the given player.

Definition at line 33 of file inteldlg.cpp.

◆ update_intel_dialog()

void update_intel_dialog ( struct player p)

Update the intelligence dialog for the given player. This is called by the core client code when that player's information changes.

Definition at line 42 of file inteldlg.cpp.