Freeciv21
Develop your civilization from humble roots to a global empire
helpdlg.h File Reference
#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...
 

Function Documentation

◆ popdown_help_dialog()

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

◆ popup_help_dialog_typed()

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

◆ update_help_fonts()

void update_help_fonts ( )

Updates fonts.

Definition at line 87 of file helpdlg.cpp.

Referenced by apply_help_font().