void qtg_get_text_size(int *width, int *height, enum client_font font, const char *text)
void qtg_canvas_fill_sprite_area(struct canvas *pcanvas, struct sprite *psprite, struct color *pcolor, int canvas_x, int canvas_y)
void qtg_canvas_put_text(struct canvas *pcanvas, int canvas_x, int canvas_y, enum client_font font, struct color *pcolor, const char *text)
bool qtg_has_zoom_support()
void qtg_canvas_put_sprite_full(struct canvas *pcanvas, int canvas_x, int canvas_y, struct sprite *sprite)
void qtg_canvas_free(struct canvas *store)
void qtg_canvas_put_curved_line(struct canvas *pcanvas, struct color *pcolor, enum line_type ltype, int start_x, int start_y, int dx, int dy)
void qtg_canvas_put_sprite_full_scaled(struct canvas *pcanvas, int canvas_x, int canvas_y, int canvas_w, int canvas_h, struct sprite *sprite)
void qtg_canvas_put_line(struct canvas *pcanvas, struct color *pcolor, enum line_type ltype, int start_x, int start_y, int dx, int dy)
struct canvas * qtg_canvas_create(int width, int height)
void qtg_canvas_put_sprite(struct canvas *pcanvas, int canvas_x, int canvas_y, struct sprite *sprite, int offset_x, int offset_y, int width, int height)
void qtg_canvas_copy(struct canvas *dest, struct canvas *src, int src_x, int src_y, int dest_x, int dest_y, int width, int height)
void qtg_canvas_put_rectangle(struct canvas *pcanvas, struct color *pcolor, int canvas_x, int canvas_y, int width, int height)
void qtg_canvas_put_sprite_fogged(struct canvas *pcanvas, int canvas_x, int canvas_y, struct sprite *psprite, bool fog, int fog_x, int fog_y)
void qtg_canvas_set_zoom(struct canvas *store, float zoom)
void qtg_canvas_mapview_init(struct canvas *store)
void qtg_version_message(const char *vertext)
void qtg_real_output_window_append(const char *astring, const struct text_tag_list *tags, int conn_id)
void qtg_popdown_city_dialog(struct city *pcity)
void qtg_real_city_dialog_refresh(struct city *pcity)
bool qtg_city_dialog_is_open(struct city *pcity)
void qtg_popdown_all_city_dialogs()
void qtg_refresh_unit_city_dialogs(struct unit *punit)
void qtg_real_city_dialog_popup(struct city *pcity)
struct color * qtg_color_alloc(int r, int g, int b)
void qtg_color_free(struct color *pcolor)
void qtg_close_connection_dialog()
void qtg_server_connect()
bool qtg_handmade_scenario_warning()
void qtg_popup_image(const char *tag)
void qtg_request_action_confirmation(const char *expl, struct act_confirmation_data *data)
void qtg_popup_combat_info(int attacker_unit_id, int defender_unit_id, int attacker_hp, int defender_hp, bool make_att_veteran, bool make_def_veteran)
bool qtg_request_transport(struct unit *pcargo, struct tile *ptile)
void qtg_recv_create_clause(struct Treaty *ptreaty, struct player *they)
void qtg_recv_accept_treaty(struct Treaty *ptreaty, struct player *they)
void qtg_prepare_clause_updt(struct Treaty *ptreaty, struct player *they)
void qtg_init_meeting(struct Treaty *ptreaty, struct player *they, struct player *initiator)
void qtg_recv_cancel_meeting(struct Treaty *ptreaty, struct player *they, struct player *initiator)
void qtg_recv_remove_clause(struct Treaty *ptreaty, struct player *they)
bool qtg_is_view_supported(enum ts_type type)
void qtg_tileset_type_set(enum ts_type type)
struct gui_funcs * get_gui_funcs(void)
static struct gui_funcs funcs
void qtg_editgui_popup_properties(const struct tile_list *tiles, int objtype)
void qtg_remove_net_input()
void qtg_options_extra_init()
void qtg_editgui_refresh()
int qtg_ui_main(int argc, char *argv[])
void qtg_editgui_popdown_all()
void qtg_real_conn_list_dialog_update(void *unused)
void qtg_editgui_tileset_changed()
void qtg_editgui_notify_object_created(int tag, int id)
void qtg_add_net_input(int sock)
void qtg_editgui_notify_object_changed(int objtype, int object_id, bool removal)
void qtg_gui_update_font(const char *font_name, const char *font_value)
void qtg_set_unit_icon(int idx, struct unit *punit)
void qtg_real_focus_units_changed(void)
void qtg_insert_client_build_info(char *outbuf, size_t outlen)
void qtg_set_unit_icons_more_arrow(bool onoff)
void qtg_add_idle_callback(void(callback)(void *), void *data)
enum gui_type qtg_get_gui_type()
void qtg_update_infra_dialog()
void qtg_update_timeout_label(void)
void qtg_map_canvas_size_refresh(void)
void qtg_real_set_client_page(enum client_pages page)
enum client_pages qtg_get_current_client_page()
void qtg_set_rulesets(int num_rulesets, char **rulesets)
struct sprite * qtg_crop_sprite(struct sprite *source, int x, int y, int width, int height, struct sprite *mask, int mask_offset_x, int mask_offset_y, float scale, bool smooth)
void qtg_get_sprite_dimensions(struct sprite *sprite, int *width, int *height)
struct sprite * qtg_load_gfxfile(const char *filename, bool svgflag)
char ** qtg_get_usable_themes_in_directory(const char *directory, int *count)
void qtg_gui_clear_theme()
void qtg_free_sprite(struct sprite *s)
void qtg_gui_load_theme(const char *directory, const char *theme_name)
struct sprite * qtg_load_gfxnumber(int num)
char ** qtg_get_gui_specific_themes_directories(int *count)
struct sprite * qtg_create_sprite(int width, int height, struct color *pcolor)
void(* request_action_confirmation)(const char *expl, struct act_confirmation_data *data)
void(* server_connect)(void)
void(* editgui_tileset_changed)(void)
struct sprite *(* load_gfxnumber)(int num)
int(* ui_main)(int argc, char *argv[])
void(* canvas_put_text)(struct canvas *pcanvas, int canvas_x, int canvas_y, enum client_font font, struct color *pcolor, const char *text)
char **(* get_gui_specific_themes_directories)(int *count)
void(* gui_load_theme)(const char *directory, const char *theme_name)
void(* update_timeout_label)(void)
void(* canvas_put_sprite)(struct canvas *pcanvas, int canvas_x, int canvas_y, struct sprite *psprite, int offset_x, int offset_y, int width, int height)
void(* popup_image)(const char *tag)
void(* editgui_refresh)(void)
void(* set_unit_icon)(int idx, struct unit *punit)
void(* canvas_copy)(struct canvas *dest, struct canvas *src, int src_x, int src_y, int dest_x, int dest_y, int width, int height)
void(* add_idle_callback)(void(callback)(void *), void *data)
void(* canvas_put_sprite_full)(struct canvas *pcanvas, int canvas_x, int canvas_y, struct sprite *psprite)
void(* add_net_input)(int sock)
void(* gui_recv_create_clause)(struct Treaty *ptreaty, struct player *they)
void(* tileset_type_set)(enum ts_type type)
struct sprite *(* load_gfxfile)(const char *filename, bool svgflag)
void(* gui_init_meeting)(struct Treaty *ptreaty, struct player *they, struct player *initiator)
void(* editgui_notify_object_created)(int tag, int id)
enum client_pages(* get_current_client_page)(void)
void(* real_city_dialog_refresh)(struct city *pcity)
void(* gui_clear_theme)(void)
void(* remove_net_input)(void)
void(* real_city_dialog_popup)(struct city *pcity)
void(* gui_recv_remove_clause)(struct Treaty *ptreaty, struct player *they)
void(* color_free)(struct color *pcolor)
void(* refresh_unit_city_dialogs)(struct unit *punit)
bool(* is_view_supported)(enum ts_type type)
void(* get_text_size)(int *width, int *height, enum client_font font, const char *text)
void(* editgui_popup_properties)(const struct tile_list *tiles, int objtype)
void(* update_infra_dialog)(void)
void(* popup_combat_info)(int attacker_unit_id, int defender_unit_id, int attacker_hp, int defender_hp, bool make_att_veteran, bool make_def_veteran)
void(* map_canvas_size_refresh)(void)
void(* editgui_notify_object_changed)(int objtype, int object_id, bool removal)
bool(* handmade_scenario_warning)(void)
void(* canvas_fill_sprite_area)(struct canvas *pcanvas, struct sprite *psprite, struct color *pcolor, int canvas_x, int canvas_y)
bool(* request_transport)(struct unit *pcargo, struct tile *ptile)
void(* set_rulesets)(int num_rulesets, char **rulesets)
void(* version_message)(const char *vertext)
void(* real_output_window_append)(const char *astring, const struct text_tag_list *tags, int conn_id)
void(* gui_recv_cancel_meeting)(struct Treaty *ptreaty, struct player *they, struct player *initiator)
void(* gui_recv_accept_treaty)(struct Treaty *ptreaty, struct player *they)
struct sprite *(* create_sprite)(int width, int height, struct color *pcolor)
bool(* has_zoom_support)(void)
void(* get_sprite_dimensions)(struct sprite *sprite, int *width, int *height)
void(* set_unit_icons_more_arrow)(bool onoff)
void(* gui_update_font)(const char *font_name, const char *font_value)
struct canvas *(* canvas_create)(int width, int height)
void(* canvas_put_sprite_fogged)(struct canvas *pcanvas, int canvas_x, int canvas_y, struct sprite *psprite, bool fog, int fog_x, int fog_y)
void(* free_sprite)(struct sprite *s)
char **(* get_usable_themes_in_directory)(const char *directory, int *count)
void(* canvas_put_curved_line)(struct canvas *pcanvas, struct color *pcolor, enum line_type ltype, int start_x, int start_y, int dx, int dy)
void(* options_extra_init)(void)
void(* popdown_city_dialog)(struct city *pcity)
void(* gui_prepare_clause_updt)(struct Treaty *ptreaty, struct player *they)
void(* canvas_put_line)(struct canvas *pcanvas, struct color *pcolor, enum line_type ltype, int start_x, int start_y, int dx, int dy)
void(* canvas_free)(struct canvas *store)
void(* canvas_set_zoom)(struct canvas *store, float zoom)
void(* insert_client_build_info)(char *outbuf, size_t outlen)
struct sprite *(* crop_sprite)(struct sprite *source, int x, int y, int width, int height, struct sprite *mask, int mask_offset_x, int mask_offset_y, float scale, bool smooth)
void(* canvas_put_rectangle)(struct canvas *pcanvas, struct color *pcolor, int canvas_x, int canvas_y, int width, int height)
enum gui_type(* get_gui_type)(void)
void(* editgui_popdown_all)(void)
void(* canvas_put_sprite_full_scaled)(struct canvas *pcanvas, int canvas_x, int canvas_y, int canvas_w, int canvas_h, struct sprite *psprite)
void(* popdown_all_city_dialogs)(void)
void(* canvas_mapview_init)(struct canvas *store)
void(* close_connection_dialog)(void)
void(* real_focus_units_changed)(void)
void(* real_set_client_page)(enum client_pages page)
void(* real_conn_list_dialog_update)(void *unused)
struct color *(* color_alloc)(int r, int g, int b)
bool(* city_dialog_is_open)(struct city *pcity)