![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Collaboration diagram for img:Public Attributes | |
| struct mapdef * | def |
| int | turn |
| char | title [MAX_LEN_MAPDEF] |
| struct tile_shape * | tileshape |
| plot_func | pixel_tile |
| plot_func | pixel_city |
| plot_func | pixel_unit |
| plot_func | pixel_fogofwar |
| plot_func | pixel_border |
| base_coor_func | base_coor |
| struct { | |
| int x | |
| int y | |
| } | mapsize |
| struct { | |
| int x | |
| int y | |
| } | imgsize |
| const struct rgbcolor ** | map |
Definition at line 266 of file mapimg.cpp.
| base_coor_func img::base_coor |
Definition at line 278 of file mapimg.cpp.
Referenced by img_new(), and img_plot().
| struct mapdef* img::def |
Definition at line 267 of file mapimg.cpp.
Referenced by img_createmap(), img_new(), and img_save().
| struct { ... } img::imgsize |
Referenced by img_index(), img_new(), img_save(), and img_set_pixel().
| const struct rgbcolor** img::map |
Definition at line 288 of file mapimg.cpp.
Referenced by img_destroy(), img_new(), img_save(), and img_set_pixel().
| struct { ... } img::mapsize |
Referenced by base_coor_isohexa(), and img_new().
| plot_func img::pixel_border |
Definition at line 277 of file mapimg.cpp.
Referenced by img_createmap(), and img_new().
| plot_func img::pixel_city |
Definition at line 274 of file mapimg.cpp.
Referenced by img_createmap(), and img_new().
| plot_func img::pixel_fogofwar |
Definition at line 276 of file mapimg.cpp.
Referenced by img_createmap(), and img_new().
| plot_func img::pixel_tile |
Definition at line 273 of file mapimg.cpp.
Referenced by img_createmap(), img_new(), and mapimg_colortest().
| plot_func img::pixel_unit |
Definition at line 275 of file mapimg.cpp.
Referenced by img_createmap(), and img_new().
| struct tile_shape* img::tileshape |
Definition at line 272 of file mapimg.cpp.
Referenced by img_new(), and img_plot().
| char img::title[MAX_LEN_MAPDEF] |
Definition at line 269 of file mapimg.cpp.
Referenced by img_new().
| int img::turn |
Definition at line 268 of file mapimg.cpp.
Referenced by img_new().
| int img::x |
Definition at line 281 of file mapimg.cpp.
Referenced by base_coor_isohexa(), img_index(), img_new(), img_plot(), img_plot_tile(), img_save(), and img_set_pixel().
| int img::y |
Definition at line 282 of file mapimg.cpp.
Referenced by img_index(), img_new(), img_plot(), img_plot_tile(), img_save(), and img_set_pixel().