![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Public Attributes | |
| char | maparg [MAX_LEN_MAPARG] |
| char | error [MAX_LEN_MAPDEF] |
| enum mapimg_status | status |
| QByteArray | format |
| 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 |
Definition at line 228 of file mapimg.cpp.
| bv_mapdef_arg mapdef::args |
Definition at line 247 of file mapimg.cpp.
Referenced by mapimg_define(), and mapimg_define_arg().
| bv_player mapdef::checked_plrbv |
Definition at line 243 of file mapimg.cpp.
Referenced by img_createmap(), img_save(), mapimg_checkplayers(), mapimg_create(), mapimg_define(), and mapimg_generate_name().
| bool mapdef::colortest |
Definition at line 248 of file mapimg.cpp.
Referenced by img_save(), and mapdef_new().
| char mapdef::error[MAX_LEN_MAPDEF] |
Definition at line 230 of file mapimg.cpp.
Referenced by mapimg_checkplayers(), mapimg_define_arg(), mapimg_isvalid(), and mapimg_show().
| QByteArray mapdef::format |
Definition at line 232 of file mapimg.cpp.
Referenced by img_save(), mapimg_colortest(), mapimg_def2str(), and mapimg_define_arg().
| int mapdef::id |
Definition at line 240 of file mapimg.cpp.
Referenced by mapimg_checkplayers(), mapimg_def2str(), mapimg_define_arg(), and mapimg_show().
| bool mapdef::layers[MAPIMG_LAYER_COUNT] |
Definition at line 235 of file mapimg.cpp.
Referenced by img_createmap(), mapimg_def2str(), mapimg_define_arg(), mapimg_generate_name(), mapimg_help(), and mapimg_show().
| char mapdef::maparg[MAX_LEN_MAPARG] |
Definition at line 229 of file mapimg.cpp.
Referenced by mapimg_def2str(), and mapimg_define().
| char mapdef::name[MAX_LEN_NAME] |
Definition at line 239 of file mapimg.cpp.
Referenced by mapimg_checkplayers(), mapimg_def2str(), mapimg_define_arg(), and mapimg_show().
| struct { ... } mapdef::player |
| bv_player mapdef::plrbv |
Definition at line 241 of file mapimg.cpp.
Referenced by bvplayers_count(), mapimg_checkplayers(), mapimg_def2str(), mapimg_define_arg(), and mapimg_show().
| enum show_player mapdef::show |
Definition at line 248 of file mapimg.cpp.
Referenced by bvplayers_count(), 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 230 of file mapimg.cpp.
Referenced by mapimg_checkplayers(), mapimg_create(), mapimg_def2str(), mapimg_isvalid(), and mapimg_show().
| int mapdef::turns |
Definition at line 234 of file mapimg.cpp.
Referenced by mapimg_create(), mapimg_def2str(), mapimg_define_arg(), and mapimg_help().
| int mapdef::zoom |
Definition at line 233 of file mapimg.cpp.
Referenced by img_save(), mapimg_def2str(), mapimg_define_arg(), mapimg_generate_name(), mapimg_help(), and mapimg_show().