The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
theme::tborder Struct Reference

Public Member Functions

 tborder ()
 
 tborder (const config &cfg)
 

Public Attributes

double size
 
std::string background_image
 
std::string tile_image
 
std::string corner_image_top_left
 
std::string corner_image_bottom_left
 
std::string corner_image_top_right_odd
 
std::string corner_image_top_right_even
 
std::string corner_image_bottom_right_odd
 
std::string corner_image_bottom_right_even
 
std::string border_image_left
 
std::string border_image_right
 
std::string border_image_top_odd
 
std::string border_image_top_even
 
std::string border_image_bottom_odd
 
std::string border_image_bottom_even
 

Detailed Description

Definition at line 78 of file theme.hpp.

Constructor & Destructor Documentation

theme::tborder::tborder ( )

Definition at line 296 of file theme.cpp.

theme::tborder::tborder ( const config cfg)

Definition at line 315 of file theme.cpp.

References _(), and VALIDATE.

Member Data Documentation

std::string theme::tborder::background_image

Definition at line 86 of file theme.hpp.

Referenced by display::draw_init().

std::string theme::tborder::border_image_bottom_even

Definition at line 105 of file theme.hpp.

Referenced by display::draw_border().

std::string theme::tborder::border_image_bottom_odd

Definition at line 104 of file theme.hpp.

Referenced by display::draw_border().

std::string theme::tborder::border_image_left

Definition at line 98 of file theme.hpp.

Referenced by display::draw_border().

std::string theme::tborder::border_image_right

Definition at line 99 of file theme.hpp.

Referenced by display::draw_border().

std::string theme::tborder::border_image_top_even

Definition at line 102 of file theme.hpp.

Referenced by display::draw_border().

std::string theme::tborder::border_image_top_odd

Definition at line 101 of file theme.hpp.

Referenced by display::draw_border().

std::string theme::tborder::corner_image_bottom_left

Definition at line 90 of file theme.hpp.

Referenced by display::draw_border().

std::string theme::tborder::corner_image_bottom_right_even

Definition at line 96 of file theme.hpp.

Referenced by display::draw_border().

std::string theme::tborder::corner_image_bottom_right_odd

Definition at line 95 of file theme.hpp.

Referenced by display::draw_border().

std::string theme::tborder::corner_image_top_left

Definition at line 89 of file theme.hpp.

Referenced by display::draw_border().

std::string theme::tborder::corner_image_top_right_even

Definition at line 93 of file theme.hpp.

Referenced by display::draw_border().

std::string theme::tborder::corner_image_top_right_odd

Definition at line 92 of file theme.hpp.

Referenced by display::draw_border().

double theme::tborder::size
std::string theme::tborder::tile_image

Definition at line 87 of file theme.hpp.

Referenced by display::get_terrain_images().


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