diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-01-14 19:28:38 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-01-14 19:28:38 +0200 |
commit | ab935fbeee57b32f68503395d71d9366e65db73b (patch) | |
tree | f27ac013a11872e2d015314b4e219bad9972e11d /indra/newview/llavatarlistitem.h | |
parent | 7ee8096ba718c4549c2a73e60da6b9c5dcc26b02 (diff) | |
parent | 3c9d99b3b00783adbdfeac3288936ab96986cf6d (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llavatarlistitem.h')
-rw-r--r-- | indra/newview/llavatarlistitem.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llavatarlistitem.h b/indra/newview/llavatarlistitem.h index 868ee546d4..f76ffb391d 100644 --- a/indra/newview/llavatarlistitem.h +++ b/indra/newview/llavatarlistitem.h @@ -74,6 +74,11 @@ public: virtual ~LLAvatarListItem(); virtual BOOL postBuild(); + + /** + * Processes notification from speaker indicator to update children when indicator's visibility is changed. + */ + virtual S32 notifyParent(const LLSD& info); virtual void onMouseLeave(S32 x, S32 y, MASK mask); virtual void onMouseEnter(S32 x, S32 y, MASK mask); virtual void setValue(const LLSD& value); |