The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Functions
help.hpp File Reference
#include <string>
Include dependency graph for help.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  help::help_manager
 

Namespaces

 help
 

Functions

void help::show_help (CVideo &video, const section &toplevel_sec, const std::string &show_topic, int xloc, int yloc)
 Open a help dialog using a toplevel other than the default. More...
 
void help::show_help (CVideo &video, const std::string &show_topic, int xloc, int yloc)
 Open the help browser, show topic with id show_topic. More...
 
void help::show_unit_help (CVideo &video, const std::string &show_topic, bool has_variations, bool hidden, int xloc, int yloc)
 Open the help browser, show unit with id unit_id. More...
 
void help::show_variation_help (CVideo &video, const std::string &unit, const std::string &variation, bool hidden, int xloc, int yloc)
 Open the help browser, show the variation of the unit matching. More...
 
void help::show_terrain_help (CVideo &video, const std::string &show_topic, bool hidden, int xloc, int yloc)
 Open the help browser, show terrain with id terrain_id. More...
 
void help::show_unit_description (CVideo &video, const unit_type &t)
 
void help::show_unit_description (CVideo &video, const unit &u)
 
void help::show_terrain_description (CVideo &video, const terrain_type &t)