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 |
theme::border_t::border_t | ( | const config & | cfg | ) |
std::string theme::border_t::background_image |
Definition at line 93 of file theme.hpp.
Referenced by display::render_map_outside_area().
bool theme::border_t::show_border |
Definition at line 96 of file theme.hpp.
Referenced by display::set_theme().
double theme::border_t::size |
Definition at line 91 of file theme.hpp.
Referenced by border_t(), display::bounds_check_position(), display::draw_minimap(), display::get_location(), display::hexes_under_rect(), display::max_map_area(), and display::pixel_position_to_hex().
std::string theme::border_t::tile_image |
Definition at line 94 of file theme.hpp.
Referenced by display::get_terrain_images().