aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llchatbar.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-09-09 02:31:31 -0700
committerMcCabe Maxsted2009-09-09 04:22:50 -0700
commitb4d35c8d24d1095cdb67864b6576ef280b76c646 (patch)
tree07828961852c1b8d3242d5b21a521a868e7302de /linden/indra/newview/llchatbar.h
parentApplied and tweaked last owner in tools window from Emerald viewer (diff)
downloadmeta-impy-b4d35c8d24d1095cdb67864b6576ef280b76c646.zip
meta-impy-b4d35c8d24d1095cdb67864b6576ef280b76c646.tar.gz
meta-impy-b4d35c8d24d1095cdb67864b6576ef280b76c646.tar.bz2
meta-impy-b4d35c8d24d1095cdb67864b6576ef280b76c646.tar.xz
Created my own version of Emerald's chat channel tool
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llchatbar.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/newview/llchatbar.h b/linden/indra/newview/llchatbar.h
index 72c797a..53ac233 100644
--- a/linden/indra/newview/llchatbar.h
+++ b/linden/indra/newview/llchatbar.h
@@ -93,6 +93,8 @@ public:
93 static void startChat(const char* line); 93 static void startChat(const char* line);
94 static void stopChat(); 94 static void stopChat();
95 95
96 void toggleChannelControl();
97
96protected: 98protected:
97 void sendChat(EChatType type); 99 void sendChat(EChatType type);
98 void updateChat(); 100 void updateChat();
@@ -109,6 +111,9 @@ protected:
109 LLComboBox* mGestureCombo; 111 LLComboBox* mGestureCombo;
110 112
111 LLChatBarGestureObserver* mObserver; 113 LLChatBarGestureObserver* mObserver;
114
115private:
116 BOOL mChannelControl;
112}; 117};
113 118
114extern LLChatBar *gChatBar; 119extern LLChatBar *gChatBar;