llfloaterhtmlhelp.h

Go to the documentation of this file.
00001 
00032 #if LL_LIBXUL_ENABLED
00033 
00034 #ifndef LL_LLFLOATERHTMLHELP_H
00035 #define LL_LLFLOATERHTMLHELP_H
00036 
00037 #include "llhtmlhelp.h"
00038 
00039 class LLViewerHtmlHelp : public LLHtmlHelp
00040 {
00041 public:
00042         LLViewerHtmlHelp();
00043         virtual ~LLViewerHtmlHelp();
00044 
00045         /*virtual*/ void show(std::string start_url = "", std::string title = "");
00046         /*virtual*/ BOOL getFloaterOpened();
00047 };
00048 
00049 extern LLViewerHtmlHelp gViewerHtmlHelp;
00050 
00051 #endif  // LL_LLFLOATERHTMLHELP_H
00052 
00053 #endif  // LL_LIBXUL_ENABLED

Generated on Thu Jul 1 06:08:34 2010 for Second Life Viewer by  doxygen 1.4.7