The Battle for Wesnoth  1.17.14+dev
Variables
game_config::images Namespace Reference

Variables

std::string game_title
 
std::string game_title_background
 
std::string game_logo
 
std::string game_logo_background
 
std::string victory_laurel
 
std::string victory_laurel_hardest
 
std::string victory_laurel_easy
 
std::string orb
 
std::string orb_two_color
 
std::string energy
 
std::string battery_icon
 
std::string time_icon
 
std::string flag
 
std::string flag_icon
 
std::string terrain_mask
 
std::string grid_top
 
std::string grid_bottom
 
std::string mouseover
 
std::string selected
 
std::string editor_brush
 
std::string unreachable
 
std::string linger
 
std::string observer
 
std::string tod_bright
 
std::string tod_dark
 
std::string selected_menu = "buttons/radiobox-pressed.png"
 
std::string deselected_menu = "buttons/radiobox.png"
 
std::string checked_menu = "buttons/checkbox-pressed.png"
 
std::string unchecked_menu = "buttons/checkbox.png"
 
std::string wml_menu = "buttons/WML-custom.png"
 
std::string level
 
std::string ellipsis
 
std::string missing
 
std::string blank
 
std::string app_icon = "images/icons/icon-game.png"
 

Variable Documentation

◆ app_icon

std::string game_config::images::app_icon = "images/icons/icon-game.png"

Definition at line 232 of file game_config.cpp.

◆ battery_icon

std::string game_config::images::battery_icon

Definition at line 191 of file game_config.cpp.

Referenced by game_config::load_config(), and REPORT_GENERATOR().

◆ blank

std::string game_config::images::blank

◆ checked_menu

std::string game_config::images::checked_menu = "buttons/checkbox-pressed.png"

Definition at line 224 of file game_config.cpp.

Referenced by hotkey::command_executor::get_menu_image().

◆ deselected_menu

std::string game_config::images::deselected_menu = "buttons/radiobox.png"

Definition at line 223 of file game_config.cpp.

Referenced by hotkey::command_executor::get_menu_image().

◆ editor_brush

std::string game_config::images::editor_brush

Definition at line 191 of file game_config.cpp.

Referenced by editor::editor_display::draw_hex(), and game_config::load_config().

◆ ellipsis

std::string game_config::images::ellipsis

Definition at line 226 of file game_config.cpp.

Referenced by display::draw_report(), and game_config::load_config().

◆ energy

std::string game_config::images::energy

Definition at line 191 of file game_config.cpp.

Referenced by game_config::load_config().

◆ flag

std::string game_config::images::flag

◆ flag_icon

std::string game_config::images::flag_icon

◆ game_logo

std::string game_config::images::game_logo

◆ game_logo_background

std::string game_config::images::game_logo_background

◆ game_title

std::string game_config::images::game_title

◆ game_title_background

std::string game_config::images::game_title_background

◆ grid_bottom

std::string game_config::images::grid_bottom

Definition at line 191 of file game_config.cpp.

Referenced by display::draw_hex(), and game_config::load_config().

◆ grid_top

std::string game_config::images::grid_top

Definition at line 191 of file game_config.cpp.

Referenced by display::draw_hex(), and game_config::load_config().

◆ level

std::string game_config::images::level

◆ linger

std::string game_config::images::linger

Definition at line 191 of file game_config.cpp.

Referenced by game_display::draw_hex(), and game_config::load_config().

◆ missing

std::string game_config::images::missing

◆ mouseover

std::string game_config::images::mouseover

Definition at line 191 of file game_config.cpp.

Referenced by game_config::load_config().

◆ observer

std::string game_config::images::observer

◆ orb

std::string game_config::images::orb

Definition at line 191 of file game_config.cpp.

Referenced by game_config::load_config().

◆ orb_two_color

std::string game_config::images::orb_two_color

Definition at line 191 of file game_config.cpp.

Referenced by game_config::load_config().

◆ selected

std::string game_config::images::selected

◆ selected_menu

std::string game_config::images::selected_menu = "buttons/radiobox-pressed.png"

Definition at line 222 of file game_config.cpp.

Referenced by hotkey::command_executor::get_menu_image().

◆ terrain_mask

std::string game_config::images::terrain_mask

Definition at line 191 of file game_config.cpp.

Referenced by image::get_hexmask(), and game_config::load_config().

◆ time_icon

std::string game_config::images::time_icon

Definition at line 191 of file game_config.cpp.

Referenced by game_config::load_config(), and REPORT_GENERATOR().

◆ tod_bright

std::string game_config::images::tod_bright

Definition at line 191 of file game_config.cpp.

Referenced by game_config::load_config(), time_of_day_at(), and unit_box_at().

◆ tod_dark

std::string game_config::images::tod_dark

Definition at line 191 of file game_config.cpp.

Referenced by game_config::load_config(), time_of_day_at(), and unit_box_at().

◆ unchecked_menu

std::string game_config::images::unchecked_menu = "buttons/checkbox.png"

Definition at line 225 of file game_config.cpp.

Referenced by hotkey::command_executor::get_menu_image().

◆ unreachable

std::string game_config::images::unreachable

Definition at line 191 of file game_config.cpp.

Referenced by game_display::draw_hex(), and game_config::load_config().

◆ victory_laurel

std::string game_config::images::victory_laurel

◆ victory_laurel_easy

std::string game_config::images::victory_laurel_easy

◆ victory_laurel_hardest

std::string game_config::images::victory_laurel_hardest

◆ wml_menu

std::string game_config::images::wml_menu = "buttons/WML-custom.png"

Definition at line 226 of file game_config.cpp.

Referenced by game_events::wml_menu_item::image().