summaryrefslogtreecommitdiff
path: root/indra/newview/llnearbychatbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llnearbychatbar.h')
-rw-r--r--indra/newview/llnearbychatbar.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llnearbychatbar.h b/indra/newview/llnearbychatbar.h
index 1b71ad69f2..d6827315f2 100644
--- a/indra/newview/llnearbychatbar.h
+++ b/indra/newview/llnearbychatbar.h
@@ -40,6 +40,7 @@
#include "llchiclet.h"
#include "llvoiceclient.h"
#include "lloutputmonitorctrl.h"
+#include "llfloateractivespeakers.h"
class LLGestureComboBox
: public LLComboBox
@@ -84,6 +85,8 @@ public:
LLLineEditor* getChatBox() { return mChatBox; }
+ virtual void draw();
+
std::string getCurrentChat();
virtual BOOL handleKeyHere( KEY key, MASK mask );
@@ -110,12 +113,15 @@ protected:
static LLWString stripChannelNumber(const LLWString &mesg, S32* channel);
EChatType processChatTypeTriggers(EChatType type, std::string &str);
+ void displaySpeakingIndicator();
+
// Which non-zero channel did we last chat on?
static S32 sLastSpecialChatChannel;
LLLineEditor* mChatBox;
LLTalkButton* mTalkBtn;
LLOutputMonitorCtrl* mOutputMonitor;
+ LLActiveSpeakerMgr mSpeakerMgr;
};
#endif