From 279e9b0743dfd86f9b40f693349aae9fc1268d35 Mon Sep 17 00:00:00 2001 From: Merov Linden Date: Thu, 27 Feb 2014 13:04:23 -0800 Subject: ACME-1327 : Implemented preview in all SL Share panels, switch ownership of preview to focused SL Share photo panel --- indra/newview/llfloaterflickr.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'indra/newview/llfloaterflickr.h') 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 mPreviewHandle; LLUICtrl * mSnapshotPanel; @@ -77,6 +81,8 @@ private: LLUICtrl * mPostButton; LLUICtrl * mCancelButton; LLButton * mBtnPreview; + + LLFloaterBigPreview * mBigPreviewFloater; }; class LLFlickrAccountPanel : public LLPanel -- cgit v1.2.3