HelpWindow.h

Go to the documentation of this file.
00001 
00011 #ifndef __HELPWINDOW__H__
00012 #define __HELPWINDOW__H__
00013 
00014 #include <wx/wx.h>
00015 
00016 #include "../common.h"
00017 
00018 // A part of the GUI
00019 namespace GUI {
00020 
00028 class HelpWindow {
00029 public:
00036         explicit HelpWindow(string pageUrl);
00037 
00041         ~HelpWindow();
00042 
00046         void ShowHelpBrowser() const;
00047 
00048 private:
00050         string requestedPage;
00051 };
00052 
00053 } /* namespace GUI */
00054 
00055 #endif /* #ifndef _HELPWINDOW___H__ */
00056 
00057 /* End of file HelpWindow.h */

Generated on Sun Apr 29 11:46:10 2007 for IPP/ICP2007 by  doxygen 1.4.7