Routines for showing the help-dialog. More...
#include "help/help.hpp"#include "help/help_impl.hpp"#include "gui/dialogs/help_browser.hpp"#include "preferences/preferences.hpp"#include "terrain/terrain.hpp"#include "units/types.hpp"#include "units/unit.hpp"#include <boost/logic/tribool.hpp>#include <cassert>Go to the source code of this file.
Classes | |
| class | help::help_manager::implementation |
Namespaces | |
| help | |
Macros | |
| #define | GETTEXT_DOMAIN "wesnoth-help" |
Functions | |
| std::string | help::get_unit_type_help_id (const unit_type &t) |
| Given a unit type, find the corresponding help topic's id. More... | |
| void | help::show_unit_description (const unit &u) |
| void | help::show_unit_description (const unit_type &t) |
| void | help::show_terrain_description (const terrain_type &t) |
| void | help::show_with_toplevel (const section &toplevel_sec, const std::string &show_topic) |
| void | help::show_help (const std::string &show_topic="") |
| Open the help browser. More... | |
Routines for showing the help-dialog.
Definition in file help.cpp.