summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatersocial.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-06-25 16:49:15 -0700
committerMerov Linden <merov@lindenlab.com>2013-06-25 16:49:15 -0700
commite6e8bf172cb399fa94ddd6f45efcf58947eaf0e8 (patch)
tree7bb8c16529c1274c0e5b67c7fc2c66935b21abc2 /indra/newview/llfloatersocial.h
parent2c753857e1ea55509403a478193893099b3168e2 (diff)
ACME-497 : Refactor the LLSocialCheckinPanel code a bit to make it more maintainable
Diffstat (limited to 'indra/newview/llfloatersocial.h')
-rw-r--r--indra/newview/llfloatersocial.h15
1 files changed, 10 insertions, 5 deletions
diff --git a/indra/newview/llfloatersocial.h b/indra/newview/llfloatersocial.h
index 8b51d5ca9b..b7792e10c1 100644
--- a/indra/newview/llfloatersocial.h
+++ b/indra/newview/llfloatersocial.h
@@ -81,7 +81,17 @@ class LLSocialCheckinPanel : public LLPanel
{
public:
LLSocialCheckinPanel();
+ BOOL postBuild();
+ void draw();
void onSend();
+private:
+ std::string mMapUrl;
+ LLPointer<LLViewerFetchedTexture> mMapTexture;
+ LLUICtrl* mMapLoadingIndicator;
+ LLIconCtrl* mMapPlaceholder;
+ LLCheckBoxCtrl* mMapCheckBox;
+ bool mReloadingMapTexture;
+ bool mMapCheckBoxValue;
};
class LLFloaterSocial : public LLFloater
@@ -99,11 +109,6 @@ public:
private:
LLSocialPhotoPanel * mSocialPhotoPanel;
- std::string mMapUrl;
- LLPointer<LLViewerFetchedTexture> mMapTexture;
- LLPointer<LLUIImage> mMapPlaceholder;
- bool mReloadingMapTexture;
- bool mMapCheckBoxValue;
};
#endif // LL_LLFLOATERSOCIAL_H