diff options
author | AndreyL ProductEngine <andreylproductengine@lindenlab.com> | 2015-09-01 23:16:58 +0300 |
---|---|---|
committer | AndreyL ProductEngine <andreylproductengine@lindenlab.com> | 2015-09-01 23:16:58 +0300 |
commit | 540493b315d8b8380b4c0bc63e7021ad499a62f8 (patch) | |
tree | cd19af56f2f77043fd909e427f555bdb3aa0da5e /indra/newview/llconversationview.h | |
parent | 336f89b1ff50f940c1ffcea05c4b022d91d5045a (diff) |
MAINT-5297 Allow global toggle of 'View People Icons' - Chat window part
--HG--
branch : develop
Diffstat (limited to 'indra/newview/llconversationview.h')
-rw-r--r-- | indra/newview/llconversationview.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llconversationview.h b/indra/newview/llconversationview.h index 5a74974302..6aaba9b59c 100644 --- a/indra/newview/llconversationview.h +++ b/indra/newview/llconversationview.h @@ -83,7 +83,7 @@ public: LLConversationViewParticipant* findParticipant(const LLUUID& participant_id); void showVoiceIndicator(bool visible); - + void setIconsVisible(bool visible); virtual void refresh(); /*virtual*/ void setFlashState(bool flash_state); @@ -110,6 +110,8 @@ private: bool mIsInActiveVoiceChannel; + bool mShowIcons; + LLVoiceClientStatusObserver* mVoiceClientObserver; boost::signals2::connection mActiveVoiceChannelConnection; @@ -145,6 +147,7 @@ public: /*virtual*/ S32 getLabelXPos(); /*virtual*/ BOOL handleMouseDown( S32 x, S32 y, MASK mask ); void hideSpeakingIndicator(); + void setAvatarIconVisible(bool visible); protected: friend class LLUICtrlFactory; |