HelpWindow Class Reference
#include <help.h>
List of all members.
Detailed Description
The help dialog.
Definition at line 35 of file help.h.
|
Public Member Functions |
| | HelpWindow () |
| | Constructor.
|
| void | action (const gcn::ActionEvent &event) |
| | Called when receiving actions from the widgets.
|
| void | handleLink (const std::string &link) |
| | Handles link action.
|
| void | loadHelp (const std::string &helpFile) |
| | Loads help in the dialog.
|
Private Member Functions |
| void | loadFile (const std::string &file) |
Private Attributes |
| BrowserBox * | mBrowserBox |
| gcn::ScrollArea * | mScrollArea |
Constructor & Destructor Documentation
| HelpWindow::HelpWindow |
( |
|
) |
|
Constructor.
Definition at line 33 of file help.cpp.
Member Function Documentation
| void HelpWindow::action |
( |
const gcn::ActionEvent & |
event |
) |
|
Called when receiving actions from the widgets.
Definition at line 65 of file help.cpp.
| void HelpWindow::handleLink |
( |
const std::string & |
link |
) |
[virtual] |
| void HelpWindow::loadHelp |
( |
const std::string & |
helpFile |
) |
|
Loads help in the dialog.
Definition at line 79 of file help.cpp.
| void HelpWindow::loadFile |
( |
const std::string & |
file |
) |
[private] |
Member Data Documentation
The documentation for this class was generated from the following files: