Freeciv21
Develop your civilization from humble roots to a global empire
img Struct Reference
+ Collaboration diagram for img:

Public Attributes

struct mapdefdef
 
int turn
 
char title [MAX_LEN_MAPDEF]
 
struct tile_shapetileshape
 
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
 

Detailed Description

Definition at line 266 of file mapimg.cpp.

Member Data Documentation

◆ base_coor

base_coor_func img::base_coor

Definition at line 278 of file mapimg.cpp.

Referenced by img_new(), and img_plot().

◆ def

struct mapdef* img::def

Definition at line 267 of file mapimg.cpp.

Referenced by img_createmap(), img_new(), and img_save().

◆ 

struct { ... } img::imgsize

◆ map

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().

◆ pixel_border

plot_func img::pixel_border

Definition at line 277 of file mapimg.cpp.

Referenced by img_createmap(), and img_new().

◆ pixel_city

plot_func img::pixel_city

Definition at line 274 of file mapimg.cpp.

Referenced by img_createmap(), and img_new().

◆ pixel_fogofwar

plot_func img::pixel_fogofwar

Definition at line 276 of file mapimg.cpp.

Referenced by img_createmap(), and img_new().

◆ pixel_tile

plot_func img::pixel_tile

Definition at line 273 of file mapimg.cpp.

Referenced by img_createmap(), img_new(), and mapimg_colortest().

◆ pixel_unit

plot_func img::pixel_unit

Definition at line 275 of file mapimg.cpp.

Referenced by img_createmap(), and img_new().

◆ tileshape

struct tile_shape* img::tileshape

Definition at line 272 of file mapimg.cpp.

Referenced by img_new(), and img_plot().

◆ title

char img::title[MAX_LEN_MAPDEF]

Definition at line 269 of file mapimg.cpp.

Referenced by img_new().

◆ turn

int img::turn

Definition at line 268 of file mapimg.cpp.

Referenced by img_new().

◆ x

int img::x

◆ y

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().