|
void | help::show_unit_description (CVideo &video, const unit &u) |
|
void | help::show_terrain_description (CVideo &video, const terrain_type &t) |
|
void | help::show_unit_description (CVideo &video, const unit_type &t) |
|
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_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_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_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...
|
|
Routines for showing the help-dialog.
Definition in file help.cpp.