Freeciv-3.3
|
#include <SDL2/SDL.h>
#include "fcintl.h"
#include "game.h"
#include "client_main.h"
#include "citydlg.h"
#include "cityrep.h"
#include "cma_fec.h"
#include "colors.h"
#include "graphics.h"
#include "gui_id.h"
#include "gui_main.h"
#include "gui_tilespec.h"
#include "mapview.h"
#include "sprite.h"
#include "themespec.h"
#include "widget.h"
#include "cma_fe.h"
Go to the source code of this file.
Data Structures | |
struct | hmove |
struct | cma_dialog |
Enumerations | |
enum | specialist_type { SP_ELVIS , SP_SCIENTIST , SP_TAXMAN , SP_LAST } |
Variables | |
static struct cma_dialog * | cma = NULL |
Cancel : SAVE, LOAD, DELETE Dialogs
Definition at line 286 of file cma_fe.c.
Referenced by popup_load_del_presets_dialog(), and save_cma_callback().
User interacted with cma dialog.
Definition at line 73 of file cma_fe.c.
Referenced by popup_city_cma_dialog().
User interacted with delete cma settings -widget
Definition at line 628 of file cma_fe.c.
Referenced by popup_city_cma_dialog().
User interacted with cma dialog close button.
Definition at line 81 of file cma_fe.c.
Referenced by popup_city_cma_dialog().
User interacted with factor horizontal cma scrollbar
Definition at line 195 of file cma_fe.c.
Referenced by popup_city_cma_dialog().
User interacted with some preset cma button.
Definition at line 440 of file cma_fe.c.
Referenced by popup_load_del_presets_dialog().
User interacted with load cma settings -widget
Definition at line 616 of file cma_fe.c.
Referenced by popup_city_cma_dialog().
User interacted with minimal horizontal cma scrollbar
Definition at line 155 of file cma_fe.c.
Referenced by popup_city_cma_dialog().
User interacted with "yes" button from save cma dialog.
Definition at line 260 of file cma_fe.c.
Referenced by save_cma_callback().
Close cma dialog
Definition at line 1290 of file cma_fe.c.
Referenced by exit_cma_dialog_callback().
Open cma dialog for city.
Definition at line 891 of file cma_fe.c.
Referenced by cma_callback(), cma_city_dlg_callback(), and popup_cma_from_city_report_callback().
User clicked either load or delete preset widget.
Definition at line 474 of file cma_fe.c.
Referenced by del_cma_callback(), and load_cma_callback().
Changes the workers of the city to the cma parameters and puts the city under agent control
Definition at line 643 of file cma_fe.c.
Referenced by popup_city_cma_dialog().
Changes the workers of the city to the cma parameters
Definition at line 656 of file cma_fe.c.
Referenced by popup_city_cma_dialog().
User interacted with cma setting saving button.
Definition at line 304 of file cma_fe.c.
Referenced by popup_city_cma_dialog().
User interacted with widget that result in cma window getting saved.
Definition at line 252 of file cma_fe.c.
Referenced by popup_load_del_presets_dialog(), and save_cma_callback().
|
static |
User released mouse button while in scrollbar.
Definition at line 94 of file cma_fe.c.
Referenced by factor_horiz_cma_callback(), and min_horiz_cma_callback().
|
static |
User moved mouse while holding scrollbar.
Definition at line 103 of file cma_fe.c.
Referenced by factor_horiz_cma_callback(), and min_horiz_cma_callback().
Setup horizontal cma scrollbars
Definition at line 690 of file cma_fe.c.
Referenced by ld_cma_callback(), popup_city_cma_dialog(), and popup_load_del_presets_dialog().
User interacted with release city from cma -widget
Definition at line 675 of file cma_fe.c.
Referenced by popup_city_cma_dialog().
User interacted with cma celebrating -toggle.
Definition at line 235 of file cma_fe.c.
Referenced by popup_city_cma_dialog().
Update cma dialog
Definition at line 737 of file cma_fe.c.
Referenced by factor_horiz_cma_callback(), ld_cma_callback(), min_horiz_cma_callback(), ok_save_cma_callback(), popup_city_cma_dialog(), popup_load_del_presets_dialog(), run_cma_callback(), run_cma_once_callback(), stop_cma_callback(), and toggle_cma_celebrating_callback().
|
static |
Referenced by cancel_sld_cma_callback(), factor_horiz_cma_callback(), ld_cma_callback(), min_horiz_cma_callback(), ok_save_cma_callback(), popdown_city_cma_dialog(), popup_city_cma_dialog(), popup_load_del_presets_dialog(), run_cma_callback(), run_cma_once_callback(), save_cma_callback(), set_cma_hscrollbars(), stop_cma_callback(), toggle_cma_celebrating_callback(), and update_city_cma_dialog().