The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Functions | Variables
mp_ui_alerts Namespace Reference

This namespace provides handlers which play the sounds / notificaitons for various mp server events, depending on the preference configuration. More...

Functions

void player_joins (bool is_lobby)
 
void player_leaves (bool is_lobby)
 
void public_message (bool is_lobby, const std::string &sender, const std::string &message)
 
void friend_message (bool is_lobby, const std::string &sender, const std::string &message)
 
void private_message (bool is_lobby, const std::string &sender, const std::string &message)
 
void server_message (bool is_lobby, const std::string &sender, const std::string &message)
 
void ready_for_start ()
 
void game_has_begun ()
 
void turn_changed (const std::string &player_name)
 
bool get_def_pref_sound (const std::string &id)
 
bool get_def_pref_notif (const std::string &id)
 
bool get_def_pref_lobby (const std::string &id)
 

Variables

const std::vector< std::stringitems = {"player_joins", "player_leaves", "private_message", "friend_message", "public_message", "server_message", "ready_for_start", "game_has_begun", "turn_changed"}
 

Detailed Description

This namespace provides handlers which play the sounds / notificaitons for various mp server events, depending on the preference configuration.

Function Documentation

void mp_ui_alerts::friend_message ( bool  is_lobby,
const std::string sender,
const std::string message 
)
void mp_ui_alerts::game_has_begun ( )
bool mp_ui_alerts::get_def_pref_lobby ( const std::string id)

Definition at line 184 of file mp_ui_alerts.cpp.

Referenced by gui2::revert_to_default_pref_values(), and gui2::setup_item().

bool mp_ui_alerts::get_def_pref_notif ( const std::string id)
bool mp_ui_alerts::get_def_pref_sound ( const std::string id)

Definition at line 176 of file mp_ui_alerts.cpp.

Referenced by gui2::revert_to_default_pref_values(), and gui2::setup_item().

void mp_ui_alerts::player_joins ( bool  is_lobby)
void mp_ui_alerts::player_leaves ( bool  is_lobby)
void mp_ui_alerts::private_message ( bool  is_lobby,
const std::string sender,
const std::string message 
)
void mp_ui_alerts::public_message ( bool  is_lobby,
const std::string sender,
const std::string message 
)
void mp_ui_alerts::ready_for_start ( )
void mp_ui_alerts::server_message ( bool  is_lobby,
const std::string sender,
const std::string message 
)
void mp_ui_alerts::turn_changed ( const std::string player_name)

Variable Documentation

const std::vector< std::string > mp_ui_alerts::items = {"player_joins", "player_leaves", "private_message", "friend_message", "public_message", "server_message", "ready_for_start", "game_has_begun", "turn_changed"}

Definition at line 56 of file mp_ui_alerts.cpp.

Referenced by halo::halo_impl::add(), add_next_page_item(), add_prev_page_item(), ai::target_location_goal::add_targets(), ai::protect_goal::add_targets(), mp::options::combo_display::combo_display(), gui::menu::create_help_strings(), default_map_generator_job::default_generate_map(), statistics_dialog::display_stats(), hotkey::command_executor::execute_action(), controller_base::execute_action(), editor::editor_controller::execute_command(), play_controller::hotkey_handler::execute_command(), editor::editor_palette< Item >::expand_palette_groups_menu(), exploder_point::exploder_point(), exploder_rect::exploder_rect(), cave_map_generator::cave_map_generator_job::generate_chambers(), default_map_generator_job::generate_river_internal(), preprocessor_data::get_chunk(), gamemap::get_terrain(), controller_base::handle_event(), display::init_flags_for_side_internal(), terrain_builder::load_images(), theme::object::modify_location(), gui2::tmp_alerts_options::pre_show(), read_rect(), dialogs::recruit_dialog(), resolve_rect(), gui2::revert_to_default_pref_values(), events::menu_handler::scenario_settings_table(), gui::combo::set_items(), gui::list_slider< T >::set_items(), gui::button::set_label(), editor::terrain_palette::setup(), editor::editor_controller::show_menu(), play_controller::hotkey_handler::show_menu(), hotkey::command_executor::show_menu(), controller_base::show_menu(), dialogs::show_unit_list(), gui2::shrink_cache(), and events::menu_handler::status_table().