Freeciv21
Develop your civilization from humble roots to a global empire
overview Struct Reference

#include <options.h>

Public Attributes

double map_x0
 
double map_y0
 
int width
 
int height
 
QPixmap * map
 
QPixmap * window
 
bool fog
 
bool layers [OLAYER_COUNT]
 

Detailed Description

Definition at line 33 of file options.h.

Member Data Documentation

◆ fog

bool overview::fog

◆ height

◆ layers

bool overview::layers[OLAYER_COUNT]

◆ map

◆ map_x0

double overview::map_x0

Definition at line 35 of file options.h.

Referenced by gui_to_overview_pos(), overview_to_map_pos(), and redraw_overview().

◆ map_y0

double overview::map_y0

Definition at line 35 of file options.h.

Referenced by gui_to_overview_pos(), overview_to_map_pos(), and redraw_overview().

◆ width

◆ window

QPixmap* overview::window

Definition at line 42 of file options.h.

Referenced by calculate_overview_dimensions(), overview_free(), and redraw_overview().