The Battle for Wesnoth  1.19.17+dev
Classes | Namespaces | Macros | Functions
help.cpp File Reference

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>
Include dependency graph for help.cpp:

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...
 

Detailed Description

Routines for showing the help-dialog.

Definition in file help.cpp.

Macro Definition Documentation

◆ GETTEXT_DOMAIN

#define GETTEXT_DOMAIN   "wesnoth-help"

Definition at line 21 of file help.cpp.