![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Collaboration diagram for freeciv::layer_goto::tile_state_sprites:Public Attributes | |
| QPixmap * | specific |
| std::array< QPixmap *, NUM_TILES_DIGITS > | turns |
| std::array< QPixmap *, NUM_TILES_DIGITS > | turns_tens |
| std::array< QPixmap *, NUM_TILES_DIGITS > | turns_hundreds |
Definition at line 33 of file layer_goto.h.
| QPixmap* freeciv::layer_goto::tile_state_sprites::specific |
Definition at line 34 of file layer_goto.h.
| std::array<QPixmap *, NUM_TILES_DIGITS> freeciv::layer_goto::tile_state_sprites::turns |
Definition at line 35 of file layer_goto.h.
| std::array<QPixmap *, NUM_TILES_DIGITS> freeciv::layer_goto::tile_state_sprites::turns_hundreds |
Definition at line 36 of file layer_goto.h.
| std::array<QPixmap *, NUM_TILES_DIGITS> freeciv::layer_goto::tile_state_sprites::turns_tens |
Definition at line 35 of file layer_goto.h.