Freeciv-3.1
|
Go to the source code of this file.
Enumerations | |
enum | tech_info_mode { TIM_FULL_MODE , TIM_MED_MODE , TIM_SMALL_MODE } |
Functions | |
SDL_Surface * | create_select_tech_icon (utf8_str *pstr, Tech_type_id tech_id, enum tech_info_mode mode) |
void | science_report_dialogs_popdown_all (void) |
void | economy_report_dialog_popdown (void) |
void | units_report_dialog_popdown (void) |
enum tech_info_mode |
Enumerator | |
---|---|
TIM_FULL_MODE | |
TIM_MED_MODE | |
TIM_SMALL_MODE |
Definition at line 29 of file repodlgs.h.
SDL_Surface * create_select_tech_icon | ( | utf8_str * | pstr, |
Tech_type_id | tech_id, | ||
enum tech_info_mode | mode | ||
) |
Create icon surface for a tech.
Definition at line 2423 of file repodlgs.c.
Referenced by create_tech_tree(), popup_change_research_dialog(), popup_change_research_goal_dialog(), popup_tech_info(), and spy_steal_popup_shared().
void economy_report_dialog_popdown | ( | void | ) |
Close the economy report dialog.
Popdown the economy report.
Definition at line 1257 of file repodlgs.c.
Referenced by popdown_all_game_dialogs().
void science_report_dialogs_popdown_all | ( | void | ) |
Popdown all the science reports (report, change tech, change goals).
Definition at line 3481 of file repodlgs.c.
Referenced by popdown_all_game_dialogs().
void units_report_dialog_popdown | ( | void | ) |
Closes the units report dialog.
Definition at line 1780 of file repodlgs.c.
Referenced by popdown_all_game_dialogs().