Freeciv-3.1
|
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 | |
bv_mapdef_arg mapdef::args |
Definition at line 340 of file mapimg.c.
Referenced by mapdef_new(), mapimg_define(), and mapimg_define_arg().
bv_player mapdef::checked_plrbv |
Definition at line 336 of file mapimg.c.
Referenced by img_createmap(), img_save_ppm(), mapdef_new(), mapimg_checkplayers(), mapimg_create(), mapimg_define(), and mapimg_generate_name().
bool mapdef::colortest |
Definition at line 341 of file mapimg.c.
Referenced by img_save_ppm(), and mapdef_new().
char mapdef::error[MAX_LEN_MAPDEF] |
Definition at line 322 of file mapimg.c.
Referenced by mapdef_new(), mapimg_checkplayers(), mapimg_define_arg(), mapimg_isvalid(), and mapimg_show().
enum imageformat mapdef::format |
Definition at line 324 of file mapimg.c.
Referenced by img_save_ppm(), mapdef_new(), mapimg_colortest(), mapimg_def2str(), mapimg_define_arg(), mapimg_help(), and mapimg_show().
int mapdef::id |
Definition at line 333 of file mapimg.c.
Referenced by mapimg_checkplayers(), mapimg_def2str(), mapimg_define_arg(), and mapimg_show().
bool mapdef::layers[MAPIMG_LAYER_COUNT] |
Definition at line 328 of file mapimg.c.
Referenced by img_createmap(), mapdef_new(), mapimg_def2str(), mapimg_define_arg(), mapimg_generate_name(), mapimg_help(), and mapimg_show().
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().
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 { ... } mapdef::player |
bv_player mapdef::plrbv |
Definition at line 334 of file mapimg.c.
Referenced by bvplayers_count(), mapimg_checkplayers(), mapimg_def2str(), mapimg_define_arg(), and mapimg_show().
enum show_player mapdef::show |
Definition at line 330 of file mapimg.c.
Referenced by bvplayers_count(), mapdef_new(), mapimg_checkplayers(), mapimg_create(), mapimg_def2str(), mapimg_define(), mapimg_define_arg(), mapimg_generate_name(), mapimg_help(), and mapimg_show().
enum mapimg_status mapdef::status |
Definition at line 323 of file mapimg.c.
Referenced by mapdef_new(), mapimg_checkplayers(), mapimg_create(), mapimg_def2str(), mapimg_isvalid(), and mapimg_show().
enum imagetool mapdef::tool |
Definition at line 325 of file mapimg.c.
Referenced by img_save(), mapdef_new(), mapimg_colortest(), mapimg_def2str(), mapimg_define_arg(), mapimg_help(), and mapimg_show().
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().
int mapdef::zoom |
Definition at line 326 of file mapimg.c.
Referenced by img_save_ppm(), mapdef_new(), mapimg_def2str(), mapimg_define_arg(), mapimg_generate_name(), mapimg_help(), and mapimg_show().