GUI::HelpWindow Class Reference

Application help window. More...

#include <HelpWindow.h>

List of all members.

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.


Detailed Description

Application help window.

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.


Constructor & Destructor Documentation

GUI::HelpWindow::HelpWindow ( string  pageUrl  )  [explicit]

Constructor - only initialization.

Parameters:
pageUrl URL with requested help page
To show help page in the browser call ShowHelpBrowser().

GUI::HelpWindow::~HelpWindow (  ) 

Destructor.


Member Function Documentation

void GUI::HelpWindow::ShowHelpBrowser (  )  const

Shows help page in the user's default browser.


Member Data Documentation

string GUI::HelpWindow::requestedPage [private]

URL with requested page.


The documentation for this class was generated from the following files:
Generated on Sun Apr 29 11:46:11 2007 for IPP/ICP2007 by  doxygen 1.4.7