ManaPlus
Data Structures | Typedefs | Variables
helpwindow.h File Reference

(986a3bf)

#include "gui/widgets/linkhandler.h"
#include "gui/widgets/window.h"
#include "listeners/actionlistener.h"
#include "localconsts.h"

Go to the source code of this file.

Data Structures

class  HelpWindow
 

Typedefs

typedef std::set< std::string > HelpNames
 
typedef HelpNames::const_iterator HelpNamesCIter
 
typedef std::map< std::string, HelpNamesHelpTagsMap
 

Variables

HelpWindowhelpWindow
 

Typedef Documentation

◆ HelpNames

typedef std::set<std::string> HelpNames

Definition at line 38 of file helpwindow.h.

◆ HelpNamesCIter

typedef HelpNames::const_iterator HelpNamesCIter

Definition at line 39 of file helpwindow.h.

◆ HelpTagsMap

typedef std::map<std::string, HelpNames> HelpTagsMap

Definition at line 40 of file helpwindow.h.

Variable Documentation

◆ helpWindow

HelpWindow* helpWindow
extern