Freeciv-3.3
Loading...
Searching...
No Matches
Data Fields
propval_data Union Reference

Data Fields

gpointer v_pointer
 
int v_int
 
bool v_bool
 
charv_string
 
const charv_const_string
 
GdkPixbufv_pixbuf
 
struct built_statusv_built
 
bv_max_extras v_bv_special
 
bv_max_extras v_bv_roads
 
bv_max_extras v_bv_bases
 
struct nation_typev_nation
 
struct nation_hashv_nation_hash
 
struct governmentv_gov
 
bv_techs v_bv_inventions
 
struct tile_vision_datav_tile_vision
 

Detailed Description

Definition at line 225 of file editprop.c.

Field Documentation

◆ v_bool

bool propval_data::v_bool

Definition at line 228 of file editprop.c.

Referenced by objprop_widget_toggle_button_changed().

◆ v_built

struct built_status * propval_data::v_built

Definition at line 232 of file editprop.c.

◆ v_bv_bases

bv_max_extras propval_data::v_bv_bases

Definition at line 235 of file editprop.c.

◆ v_bv_inventions

bv_techs propval_data::v_bv_inventions

Definition at line 239 of file editprop.c.

◆ v_bv_roads

bv_max_extras propval_data::v_bv_roads

Definition at line 234 of file editprop.c.

◆ v_bv_special

bv_max_extras propval_data::v_bv_special

Definition at line 233 of file editprop.c.

◆ v_const_string

const char * propval_data::v_const_string

◆ v_gov

struct government * propval_data::v_gov

Definition at line 238 of file editprop.c.

◆ v_int

int propval_data::v_int

Definition at line 227 of file editprop.c.

Referenced by objprop_widget_spin_button_changed().

◆ v_nation

struct nation_type * propval_data::v_nation

Definition at line 236 of file editprop.c.

◆ v_nation_hash

struct nation_hash * propval_data::v_nation_hash

Definition at line 237 of file editprop.c.

◆ v_pixbuf

GdkPixbuf * propval_data::v_pixbuf

Definition at line 231 of file editprop.c.

◆ v_pointer

gpointer propval_data::v_pointer

Definition at line 226 of file editprop.c.

◆ v_string

char * propval_data::v_string

Definition at line 229 of file editprop.c.

◆ v_tile_vision

struct tile_vision_data * propval_data::v_tile_vision

Definition at line 240 of file editprop.c.