summaryrefslogtreecommitdiff
path: root/indra/newview/llavatariconctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llavatariconctrl.h')
-rw-r--r--indra/newview/llavatariconctrl.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llavatariconctrl.h b/indra/newview/llavatariconctrl.h
index 4cec1d2d75..cb1e9584ba 100644
--- a/indra/newview/llavatariconctrl.h
+++ b/indra/newview/llavatariconctrl.h
@@ -44,9 +44,11 @@ public:
struct Params : public LLInitParam::Block<Params, LLIconCtrl::Params>
{
Optional <LLUUID> avatar_id;
+ Optional <bool> draw_tooltip;
Params()
{
name = "avatar_icon";
+ draw_tooltip = TRUE;
}
};
protected:
@@ -61,7 +63,7 @@ public:
virtual void setValue(const LLSD& value);
// LLAvatarPropertiesProcessor observer trigger
- virtual void processAvatarProperties(const LLAvatarData& avatar_data);
+ virtual void processProperties(void* data, EAvatarProcessorType type);
BOOL handleRightMouseDown(S32 x, S32 y, MASK mask);
@@ -81,6 +83,7 @@ protected:
std::string mFirstName;
std::string mLastName;
LLHandle<LLView> mPopupMenuHandle;
+ bool mDrawTooltip;
};
#endif // LL_LLAVATARICONCTRL_H