From 5143456f51d32b90a94b6c01aebb74c3503a3e27 Mon Sep 17 00:00:00 2001 From: andreykproductengine Date: Mon, 25 Mar 2019 18:09:23 +0200 Subject: SL-10799 [Legacy Profiles] added 3x4 image dimentions support --- indra/newview/llpanelprofile.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'indra/newview/llpanelprofile.h') diff --git a/indra/newview/llpanelprofile.h b/indra/newview/llpanelprofile.h index 34d9045b2f..f346dcf937 100644 --- a/indra/newview/llpanelprofile.h +++ b/indra/newview/llpanelprofile.h @@ -58,7 +58,7 @@ class LLLineEditor; class LLTextEditor; class LLPanelProfileClassifieds; class LLPanelProfilePicks; - +class LLViewerFetchedTexture; /** * Panel for displaying Avatar's second life related info. @@ -148,6 +148,15 @@ protected: void onGroupInvite(); + void onImageLoaded(BOOL success, LLViewerFetchedTexture *imagep); + static void onImageLoaded(BOOL success, + LLViewerFetchedTexture *src_vi, + LLImageRaw* src, + LLImageRaw* aux_src, + S32 discard_level, + BOOL final, + void* userdata); + bool isGrantedToSeeOnlineStatus(); /** @@ -179,6 +188,7 @@ private: LLGroupList* mGroupList; LLCheckBoxCtrl* mShowInSearchCheckbox; LLTextureCtrl* mSecondLifePic; + LLPanel* mSecondLifePicLayout; LLTextBase* mDescriptionEdit; LLButton* mTeleportButton; LLButton* mShowOnMapButton; -- cgit v1.2.3