The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Public Attributes | List of all members
theme::border_t Struct Reference

Public Member Functions

 border_t ()
 
 border_t (const config &cfg)
 

Public Attributes

double size
 
std::string background_image
 
std::string tile_image
 
bool show_border
 

Detailed Description

Definition at line 84 of file theme.hpp.

Constructor & Destructor Documentation

◆ border_t() [1/2]

theme::border_t::border_t ( )

Definition at line 300 of file theme.cpp.

◆ border_t() [2/2]

theme::border_t::border_t ( const config cfg)

Definition at line 308 of file theme.cpp.

References _(), size, and VALIDATE.

Member Data Documentation

◆ background_image

std::string theme::border_t::background_image

Definition at line 92 of file theme.hpp.

Referenced by display::render_map_outside_area().

◆ show_border

bool theme::border_t::show_border

Definition at line 95 of file theme.hpp.

Referenced by display::set_theme().

◆ size

double theme::border_t::size

◆ tile_image

std::string theme::border_t::tile_image

Definition at line 93 of file theme.hpp.

Referenced by display::get_terrain_images().


The documentation for this struct was generated from the following files: