Freeciv-3.2
Loading...
Searching...
No Matches
Data Fields
view Struct Reference

#include <mapview_common.h>

Data Fields

float gui_x0
 
float gui_y0
 
int width
 
int height
 
int tile_width
 
int tile_height
 
int store_width
 
int store_height
 
bool can_do_cached_drawing
 
struct canvasstore
 
struct canvastmp_store
 

Detailed Description

Definition at line 36 of file mapview_common.h.

Field Documentation

◆ can_do_cached_drawing

bool view::can_do_cached_drawing

Definition at line 41 of file mapview_common.h.

Referenced by base_set_mapview_origin(), map_canvas_resized(), and mapdeco_init().

◆ gui_x0

float view::gui_x0

◆ gui_y0

float view::gui_y0

◆ height

int view::height

◆ store

struct canvas* view::store

◆ store_height

int view::store_height

◆ store_width

int view::store_width

◆ tile_height

int view::tile_height

Definition at line 39 of file mapview_common.h.

Referenced by map_canvas_resized().

◆ tile_width

int view::tile_width

Definition at line 39 of file mapview_common.h.

Referenced by map_canvas_resized().

◆ tmp_store

struct canvas * view::tmp_store

◆ width

int view::width