Freeciv-3.2
Loading...
Searching...
No Matches
Data Fields
worklist_data Struct Reference

Data Fields

int global_worklist_id
 
struct citypcity
 
GtkWidgeteditor
 
GtkListStoresrc
 
GtkListStoredst
 
GtkWidgetsrc_view
 
GtkWidgetdst_view
 
GtkTreeSelectionsrc_selection
 
GtkTreeSelectiondst_selection
 
GtkTreeViewColumnsrc_col
 
GtkTreeViewColumndst_col
 
GtkWidgetadd_cmd
 
GtkWidgetchange_cmd
 
GtkWidgethelp_cmd
 
GtkWidgetup_cmd
 
GtkWidgetdown_cmd
 
GtkWidgetprepend_cmd
 
GtkWidgetappend_cmd
 
GtkWidgetremove_cmd
 
bool future
 
GMenumenu
 
int menu_size
 
GActionGroupgroup
 

Detailed Description

Definition at line 304 of file wldlg.c.

Field Documentation

◆ add_cmd

GtkWidget* worklist_data::add_cmd

Definition at line 316 of file wldlg.c.

Referenced by create_worklist(), and refresh_worklist().

◆ append_cmd

GtkWidget * worklist_data::append_cmd

Definition at line 317 of file wldlg.c.

Referenced by create_worklist(), and src_selection_callback().

◆ change_cmd

GtkWidget * worklist_data::change_cmd

Definition at line 316 of file wldlg.c.

Referenced by create_worklist(), reset_global_worklist(), and src_selection_callback().

◆ down_cmd

GtkWidget * worklist_data::down_cmd

Definition at line 317 of file wldlg.c.

Referenced by create_worklist(), and dst_selection_callback().

◆ dst

GtkListStore * worklist_data::dst

◆ dst_col

GtkTreeViewColumn * worklist_data::dst_col

Definition at line 314 of file wldlg.c.

Referenced by create_worklist(), reset_city_worklist(), and reset_global_worklist().

◆ dst_selection

GtkTreeSelection * worklist_data::dst_selection

Definition at line 312 of file wldlg.c.

Referenced by create_worklist(), dst_key_press_callback(), and dst_key_press_callback().

◆ dst_view

GtkWidget * worklist_data::dst_view

◆ editor

GtkWidget * worklist_data::editor

Definition at line 308 of file wldlg.c.

Referenced by commit_worklist(), create_worklist(), and future_callback().

◆ future

bool worklist_data::future

Definition at line 319 of file wldlg.c.

Referenced by create_worklist(), future_callback(), and refresh_worklist().

◆ global_worklist_id

int worklist_data::global_worklist_id

◆ group

GActionGroup* worklist_data::group

Definition at line 311 of file wldlg.c.

Referenced by create_wl_menu(), and create_worklist().

◆ help_cmd

GtkWidget * worklist_data::help_cmd

Definition at line 316 of file wldlg.c.

Referenced by create_worklist(), and src_selection_callback().

◆ menu

GMenu* worklist_data::menu

Definition at line 309 of file wldlg.c.

Referenced by create_wl_menu(), and create_worklist().

◆ menu_size

int worklist_data::menu_size

Definition at line 310 of file wldlg.c.

Referenced by create_wl_menu().

◆ pcity

struct city * worklist_data::pcity

◆ prepend_cmd

GtkWidget * worklist_data::prepend_cmd

Definition at line 317 of file wldlg.c.

Referenced by create_worklist(), and src_selection_callback().

◆ remove_cmd

GtkWidget * worklist_data::remove_cmd

Definition at line 317 of file wldlg.c.

Referenced by create_worklist(), and dst_selection_callback().

◆ src

GtkListStore * worklist_data::src

◆ src_col

GtkTreeViewColumn * worklist_data::src_col

Definition at line 314 of file wldlg.c.

Referenced by create_worklist(), reset_city_worklist(), and reset_global_worklist().

◆ src_selection

GtkTreeSelection * worklist_data::src_selection

◆ src_view

GtkWidget * worklist_data::src_view

◆ up_cmd

GtkWidget * worklist_data::up_cmd

Definition at line 317 of file wldlg.c.

Referenced by create_worklist(), and dst_selection_callback().