summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelhome.h
diff options
context:
space:
mode:
authorLynx Linden <lynx@lindenlab.com>2009-12-02 16:52:19 +0000
committerLynx Linden <lynx@lindenlab.com>2009-12-02 16:52:19 +0000
commita6b9765d6237f6a251eb875d38164b53c0eb2bd2 (patch)
treeb0afbc6be930ef6d831ce8524b6c337a74160865 /indra/newview/llpanelhome.h
parent3d3f2fa4be8b28041b46983010547fb804ff8144 (diff)
DEV-43439: Initial implementation of web-based Home panel.
The home panel now displays a web page - hardcoded to secondlife.com until we have something more relevant to display.
Diffstat (limited to 'indra/newview/llpanelhome.h')
-rw-r--r--indra/newview/llpanelhome.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/indra/newview/llpanelhome.h b/indra/newview/llpanelhome.h
index 2c60eecc39..d75e2c0d80 100644
--- a/indra/newview/llpanelhome.h
+++ b/indra/newview/llpanelhome.h
@@ -35,6 +35,9 @@
#define LL_LLPANELHOME_H
#include "llpanel.h"
+#include "llsd.h"
+
+class LLMediaCtrl;
/**
* Base class for web-based Home side tray
@@ -44,7 +47,12 @@ class LLPanelHome : public LLPanel
public:
LLPanelHome();
- void reshape(S32 width, S32 height, BOOL called_from_parent);
+ /*virtual*/ BOOL postBuild();
+ /*virtual*/ void onOpen(const LLSD& key);
+
+private:
+ LLMediaCtrl *mBrowser;
+ bool mFirstView;
};
#endif //LL_LLPANELHOME_H