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

Data Fields

char name [512]
 
int priority
 
charfont_filename
 
int default_font_size
 
struct specfile_listspecfiles
 
struct small_sprite_listsmall_sprites
 
struct small_sprite_hashsprite_hash
 
struct theme_background_systembackground_system
 
struct theme_color_systemcolor_system
 

Detailed Description

Definition at line 133 of file themespec.c.

Field Documentation

◆ background_system

struct theme_background_system * theme::background_system

◆ color_system

struct theme_color_system * theme::color_system

Definition at line 151 of file themespec.c.

Referenced by theme_free_toplevel(), theme_get_color_system(), and theme_read_toplevel().

◆ default_font_size

int theme::default_font_size

Definition at line 138 of file themespec.c.

Referenced by theme_default_font_size(), theme_free_toplevel(), and theme_read_toplevel().

◆ font_filename

char * theme::font_filename

Definition at line 137 of file themespec.c.

Referenced by theme_font_filename(), theme_free_toplevel(), and theme_read_toplevel().

◆ name

char theme::name

◆ priority

int theme::priority

Definition at line 135 of file themespec.c.

Referenced by theme_read_toplevel(), and themespec_try_read().

◆ small_sprites

struct small_sprite_list * theme::small_sprites

Definition at line 141 of file themespec.c.

Referenced by scan_specfile(), theme_free_sprites(), and theme_new().

◆ specfiles

struct specfile_list * theme::specfiles

◆ sprite_hash

struct small_sprite_hash * theme::sprite_hash