summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatersocial.h
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2013-06-24 17:48:36 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2013-06-24 17:48:36 -0700
commit58574af9b8e8b0144cf5f3db7c4f242e9139140e (patch)
treeebf29daa2d930f4abd94a59b51575dd7d9a01e43 /indra/newview/llfloatersocial.h
parent48cc41a0f8b7b2473e938b1cac8cd294b71d40f7 (diff)
parent656903d77f8ccfe24fb907287bcafe416bf0375d (diff)
merge
Diffstat (limited to 'indra/newview/llfloatersocial.h')
-rw-r--r--indra/newview/llfloatersocial.h20
1 files changed, 14 insertions, 6 deletions
diff --git a/indra/newview/llfloatersocial.h b/indra/newview/llfloatersocial.h
index 118eaf17d7..a08bbb99ad 100644
--- a/indra/newview/llfloatersocial.h
+++ b/indra/newview/llfloatersocial.h
@@ -28,13 +28,21 @@
#define LL_LLFLOATERSOCIAL_H
#include "llfloater.h"
+#include "llviewertexture.h"
#include "llsnapshotlivepreview.h"
+class LLSocialStatusPanel : public LLPanel
+{
+public:
+ LLSocialStatusPanel();
+ void onSend();
+};
+
class LLSocialPhotoPanel : public LLPanel
{
-public:
+ public:
LLSocialPhotoPanel();
~LLSocialPhotoPanel();
@@ -58,9 +66,6 @@ class LLSocialCheckinPanel : public LLPanel
public:
LLSocialCheckinPanel();
void onSend();
- /*virtual*/ void setVisible(BOOL visible);
-private:
- std::string mMapUrl;
};
class LLFloaterSocial : public LLFloater
@@ -70,10 +75,13 @@ public:
BOOL postBuild();
void onCancel();
void onOpen(const LLSD& key);
-
+ /*virtual*/ void draw();
private:
-
LLSocialPhotoPanel * mSocialPhotoPanel;
+ std::string mMapUrl;
+ LLPointer<LLViewerFetchedTexture> mMapTexture;
+ LLPointer<LLUIImage> mMapPlaceholder;
+ bool mReloadingMapTexture;
};
#endif // LL_LLFLOATERSOCIAL_H