llfloaterreleasemsg.h

Go to the documentation of this file.
00001 
00031 #ifndef LL_LLFLOATERRELMSG_H
00032 #define LL_LLFLOATERRELMSG_H
00033 
00034 #include "llwebbrowserctrl.h"
00035 #include "llfloater.h"
00036 
00037 class LLFloaterReleaseMsg :
00038         public LLFloater,
00039         public LLWebBrowserCtrlObserver
00040 {
00041         public:
00042                 static LLFloaterReleaseMsg* getInstance();
00043                 virtual ~LLFloaterReleaseMsg();
00044                                 
00045                 static void show();
00046                 static void onClickClose( void* data );
00047 
00048                 static LLFloaterReleaseMsg* sInstance;
00049                 LLString mTitleBase;
00050         private:
00051                 LLFloaterReleaseMsg();
00052 #if LL_LIBXUL_ENABLED
00053                 LLWebBrowserCtrl* mWebBrowser;
00054 #endif // LL_LIBXUL_ENABLED
00055                 LLButton* mCloseButton;
00056 };
00057 
00058 #endif

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