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

Data Fields

char maparg [MAX_LEN_MAPARG]
 
char error [MAX_LEN_MAPDEF]
 
enum mapimg_status status
 
enum imageformat format
 
enum imagetool tool
 
int zoom
 
int turns
 
bool layers [MAPIMG_LAYER_COUNT]
 
struct { 
 
   enum show_player   show 
 
   union { 
 
      char   name [MAX_LEN_NAME
 
      int   id 
 
      bv_player   plrbv 
 
   }  
 
   bv_player   checked_plrbv 
 
player 
 
bv_mapdef_arg args
 
bool colortest
 

Detailed Description

Definition at line 320 of file mapimg.c.

Field Documentation

◆ args

bv_mapdef_arg mapdef::args

Definition at line 340 of file mapimg.c.

Referenced by mapdef_new(), mapimg_define(), and mapimg_define_arg().

◆ checked_plrbv

bv_player mapdef::checked_plrbv

◆ colortest

bool mapdef::colortest

Definition at line 341 of file mapimg.c.

Referenced by img_save_ppm(), and mapdef_new().

◆ error

char mapdef::error[MAX_LEN_MAPDEF]

◆ format

enum imageformat mapdef::format

◆ id

int mapdef::id

Definition at line 333 of file mapimg.c.

Referenced by mapimg_checkplayers(), mapimg_def2str(), mapimg_define_arg(), and mapimg_show().

◆ layers

bool mapdef::layers[MAPIMG_LAYER_COUNT]

◆ maparg

char mapdef::maparg[MAX_LEN_MAPARG]

Definition at line 321 of file mapimg.c.

Referenced by img_save_ppm(), mapdef_new(), mapimg_def2str(), and mapimg_define().

◆ name

char mapdef::name[MAX_LEN_NAME]

Definition at line 332 of file mapimg.c.

Referenced by mapimg_checkplayers(), mapimg_def2str(), mapimg_define_arg(), and mapimg_show().

◆ [struct]

struct { ... } mapdef::player

◆ plrbv

bv_player mapdef::plrbv

◆ show

enum show_player mapdef::show

◆ status

enum mapimg_status mapdef::status

◆ tool

enum imagetool mapdef::tool

◆ turns

int mapdef::turns

Definition at line 327 of file mapimg.c.

Referenced by mapdef_new(), mapimg_create(), mapimg_def2str(), mapimg_define_arg(), and mapimg_help().

◆ zoom

int mapdef::zoom