![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <QDialog>#include <QHash>#include <QList>#include "extras.h"#include "dialogs.h"#include "helpdata.h"
Include dependency graph for helpdlg.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | help_dialog |
| class | help_widget |
Functions | |
| void | update_help_fonts () |
| Updates fonts. More... | |
| void | popup_help_dialog_typed (const char *item, help_page_type htype) |
| Popup the help dialog to display help on the given string topic from the given section. More... | |
| void | popdown_help_dialog () |
| Close the help dialog. More... | |
| void popdown_help_dialog | ( | ) |
Close the help dialog.
Definition at line 75 of file helpdlg.cpp.
Referenced by client_state(), handle_game_info(), popdown_all_game_dialogs(), and tilespec_reread().
| void popup_help_dialog_typed | ( | const char * | item, |
| enum help_page_type | htype | ||
| ) |
Popup the help dialog to display help on the given string topic from the given section.
The string will be translated.
Definition at line 56 of file helpdlg.cpp.
Referenced by help_widget::anchor_clicked(), freeciv::upkeep_widget::contextMenuEvent(), research_diagram::mousePressEvent(), and mr_menu::slot_help().
| void update_help_fonts | ( | ) |