Freeciv-3.2
Loading...
Searching...
No Matches
Functions
cityrep.c File Reference
#include <stdlib.h>
#include "gui_stub.h"
#include "cityrep.h"

Go to the source code of this file.

Functions

void city_report_dialog_popup (bool raise)
 
void real_city_report_dialog_update (void *unused)
 
void real_city_report_update_city (struct city *pcity)
 
void hilite_cities_from_canvas (void)
 
void toggle_city_hilite (struct city *pcity, bool on_off)
 

Function Documentation

◆ city_report_dialog_popup()

void city_report_dialog_popup ( bool  raise)

Display the city report dialog. Optionally raise it.

Definition at line 28 of file cityrep.c.

◆ hilite_cities_from_canvas()

void hilite_cities_from_canvas ( void  )

After a selection rectangle is defined, make the cities that are hilited on the canvas exclusively hilited in the City List window.

Definition at line 54 of file cityrep.c.

◆ real_city_report_dialog_update()

void real_city_report_dialog_update ( void unused)

Update (refresh) the entire city report dialog.

Definition at line 36 of file cityrep.c.

◆ real_city_report_update_city()

void real_city_report_update_city ( struct city pcity)

Update the information for a single city in the city report.

Definition at line 44 of file cityrep.c.

◆ toggle_city_hilite()

void toggle_city_hilite ( struct city pcity,
bool  on_off 
)

Toggle a city's hilited status.

Definition at line 62 of file cityrep.c.