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

Public Attributes

QPixmap * specific
 
std::array< QPixmap *, NUM_TILES_DIGITSturns
 
std::array< QPixmap *, NUM_TILES_DIGITSturns_tens
 
std::array< QPixmap *, NUM_TILES_DIGITSturns_hundreds
 

Detailed Description

Definition at line 33 of file layer_goto.h.

Member Data Documentation

◆ specific

QPixmap* freeciv::layer_goto::tile_state_sprites::specific

Definition at line 34 of file layer_goto.h.

◆ turns

std::array<QPixmap *, NUM_TILES_DIGITS> freeciv::layer_goto::tile_state_sprites::turns

Definition at line 35 of file layer_goto.h.

◆ turns_hundreds

std::array<QPixmap *, NUM_TILES_DIGITS> freeciv::layer_goto::tile_state_sprites::turns_hundreds

Definition at line 36 of file layer_goto.h.

◆ turns_tens

std::array<QPixmap *, NUM_TILES_DIGITS> freeciv::layer_goto::tile_state_sprites::turns_tens

Definition at line 35 of file layer_goto.h.