#include "hotkeys.hpp"
#include "construct_dialog.hpp"
Go to the source code of this file.
Classes |
| struct | help::help_manager |
| class | help::help_button |
Namespaces |
| namespace | help |
Functions |
| void | help::show_help (display &disp, const section &toplevel_sec, const std::string &show_topic, int xloc, int yloc) |
| | Open a help dialog using a toplevel other than the default.
|
| void | help::show_help (display &disp, const std::string &show_topic, int xloc, int yloc) |
| | Open the help browser, show topic with id show_topic.
|
| void | help::show_unit_help (display &disp, const std::string &show_topic, bool hidden, int xloc, int yloc) |
| | Open the help browser, show unit with id unit_id.
|