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

Data Fields

int global_worklist_id
 
struct citypcity
 
GtkWidget * editor
 
GtkListStore * src
 
GtkListStore * dst
 
GtkWidget * src_view
 
GtkWidget * dst_view
 
GtkTreeSelection * src_selection
 
GtkTreeSelection * dst_selection
 
GtkTreeViewColumn * src_col
 
GtkTreeViewColumn * dst_col
 
GtkWidget * add_cmd
 
GtkWidget * change_cmd
 
GtkWidget * help_cmd
 
GtkWidget * up_cmd
 
GtkWidget * down_cmd
 
GtkWidget * prepend_cmd
 
GtkWidget * append_cmd
 
GtkWidget * remove_cmd
 
bool future
 
GMenu * menu
 
int menu_size
 
GActionGroup * group
 

Detailed Description

Definition at line 302 of file wldlg.c.

Field Documentation

◆ add_cmd

GtkWidget * worklist_data::add_cmd

Definition at line 314 of file wldlg.c.

Referenced by create_worklist(), and refresh_worklist().

◆ append_cmd

GtkWidget * worklist_data::append_cmd

Definition at line 315 of file wldlg.c.

Referenced by create_worklist(), and src_selection_callback().

◆ change_cmd

GtkWidget * worklist_data::change_cmd

Definition at line 314 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 315 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 312 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 310 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 306 of file wldlg.c.

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

◆ future

bool worklist_data::future

Definition at line 317 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 313 of file wldlg.c.

Referenced by create_wl_menu(), and create_worklist().

◆ help_cmd

GtkWidget * worklist_data::help_cmd

Definition at line 314 of file wldlg.c.

Referenced by create_worklist(), and src_selection_callback().

◆ menu

GMenu* worklist_data::menu

Definition at line 311 of file wldlg.c.

Referenced by create_wl_menu(), and create_worklist().

◆ menu_size

int worklist_data::menu_size

Definition at line 312 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 315 of file wldlg.c.

Referenced by create_worklist(), and src_selection_callback().

◆ remove_cmd

GtkWidget * worklist_data::remove_cmd

Definition at line 315 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 312 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 315 of file wldlg.c.

Referenced by create_worklist(), and dst_selection_callback().