summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterflickr.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-02-27 13:04:23 -0800
committerMerov Linden <merov@lindenlab.com>2014-02-27 13:04:23 -0800
commit279e9b0743dfd86f9b40f693349aae9fc1268d35 (patch)
tree5bade6c6d943d07ffbf785d7ddd300e597c47a0e /indra/newview/llfloaterflickr.h
parented38a0aede09f42c4fe7eb4dd53ecd6490d12ca0 (diff)
ACME-1327 : Implemented preview in all SL Share panels, switch ownership of preview to focused SL Share photo panel
Diffstat (limited to 'indra/newview/llfloaterflickr.h')
-rw-r--r--indra/newview/llfloaterflickr.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llfloaterflickr.h b/indra/newview/llfloaterflickr.h
index 8a346c3166..7a5453d32a 100644
--- a/indra/newview/llfloaterflickr.h
+++ b/indra/newview/llfloaterflickr.h
@@ -34,6 +34,7 @@
class LLIconCtrl;
class LLCheckBoxCtrl;
class LLSnapshotLivePreview;
+class LLFloaterBigPreview;
class LLFlickrPhotoPanel : public LLPanel
{
@@ -61,6 +62,9 @@ public:
LLUICtrl* getRefreshBtn();
private:
+ bool isPreviewVisible();
+ void attachPreview();
+
LLHandle<LLView> mPreviewHandle;
LLUICtrl * mSnapshotPanel;
@@ -77,6 +81,8 @@ private:
LLUICtrl * mPostButton;
LLUICtrl * mCancelButton;
LLButton * mBtnPreview;
+
+ LLFloaterBigPreview * mBigPreviewFloater;
};
class LLFlickrAccountPanel : public LLPanel