#include <HelpWindow.h>
Public Member Functions | |
HelpWindow (string pageUrl) | |
Constructor - only initialization. | |
~HelpWindow () | |
Destructor. | |
void | ShowHelpBrowser () const |
Shows help page in the user's default browser. | |
Private Attributes | |
string | requestedPage |
URL with requested page. |
Main purpose of this class is to encapsulate help page viewer, so you can use default user's browser or implement viewing a help page in some wxWidgets window.
GUI::HelpWindow::HelpWindow | ( | string | pageUrl | ) | [explicit] |
Constructor - only initialization.
pageUrl | URL with requested help page |
GUI::HelpWindow::~HelpWindow | ( | ) |
Destructor.
void GUI::HelpWindow::ShowHelpBrowser | ( | ) | const |
Shows help page in the user's default browser.
string GUI::HelpWindow::requestedPage [private] |
URL with requested page.