Exception used to signal that the user has decided to abort a game, and to load another game instead. More...
#include <game_errors.hpp>


Public Member Functions | |
| load_game_exception () | |
| load_game_exception (const std::string &game_, const bool show_replay_, const bool cancel_orders_, const bool select_difficulty_, const std::string &difficulty_) | |
Static Public Attributes | |
| static std::string | game |
| static bool | show_replay |
| static bool | cancel_orders |
| static bool | select_difficulty |
| static std::string | difficulty |
Exception used to signal that the user has decided to abort a game, and to load another game instead.
Definition at line 55 of file game_errors.hpp.
| game::load_game_exception::load_game_exception | ( | ) | [inline] |
Definition at line 60 of file game_errors.hpp.
| game::load_game_exception::load_game_exception | ( | const std::string & | game_, | |
| const bool | show_replay_, | |||
| const bool | cancel_orders_, | |||
| const bool | select_difficulty_, | |||
| const std::string & | difficulty_ | |||
| ) | [inline] |
Definition at line 65 of file game_errors.hpp.
References cancel_orders, difficulty, game, select_difficulty, and show_replay.
bool game::load_game_exception::cancel_orders [static] |
Definition at line 82 of file game_errors.hpp.
Referenced by game_controller::load_game(), and load_game_exception().
std::string game::load_game_exception::difficulty [static] |
Definition at line 84 of file game_errors.hpp.
Referenced by game_controller::load_game(), and load_game_exception().
std::string game::load_game_exception::game [static] |
Definition at line 80 of file game_errors.hpp.
Referenced by game_controller::clear_loaded_game(), game_controller::game_controller(), game_controller::goto_editor(), game_controller::is_loading(), playsingle_controller::linger(), game_controller::load_game(), load_game_exception(), and playsingle_controller::play_scenario().
bool game::load_game_exception::select_difficulty [static] |
Definition at line 83 of file game_errors.hpp.
Referenced by game_controller::load_game(), and load_game_exception().
bool game::load_game_exception::show_replay [static] |
Definition at line 81 of file game_errors.hpp.
Referenced by game_controller::load_game(), and load_game_exception().
| Generated by doxygen 1.7.1 on Thu May 24 2012 01:20:41 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |