summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelprofile.h
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2019-03-25 18:09:23 +0200
committerandreykproductengine <andreykproductengine@lindenlab.com>2019-03-25 18:09:23 +0200
commit5143456f51d32b90a94b6c01aebb74c3503a3e27 (patch)
treeaa77941e2bfae98fd9a980c3594dc24ad93da49e /indra/newview/llpanelprofile.h
parent458d318aebd7a7da8ea2c594b8df2f285f7efded (diff)
SL-10799 [Legacy Profiles] added 3x4 image dimentions support
Diffstat (limited to 'indra/newview/llpanelprofile.h')
-rw-r--r--indra/newview/llpanelprofile.h12
1 files changed, 11 insertions, 1 deletions
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;