aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llchatbar.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-10-18 17:58:27 -0700
committerMcCabe Maxsted2009-10-18 17:58:27 -0700
commite4b0e7c82d670081c071d8a3da31b5ec407b8e07 (patch)
tree9410962bbb582eedbec448139e217f2714050777 /linden/indra/newview/llchatbar.h
parentStarted 1.3.0 branch (diff)
parentUpdated and added some Linux libs. (diff)
downloadmeta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.zip
meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.tar.gz
meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.tar.bz2
meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.tar.xz
Merged working branch of 1.2 into LL 1.23 merge
Diffstat (limited to 'linden/indra/newview/llchatbar.h')
-rw-r--r--linden/indra/newview/llchatbar.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/linden/indra/newview/llchatbar.h b/linden/indra/newview/llchatbar.h
index 56a98a7..13332c7 100644
--- a/linden/indra/newview/llchatbar.h
+++ b/linden/indra/newview/llchatbar.h
@@ -44,6 +44,7 @@ class LLUUID;
44class LLFrameTimer; 44class LLFrameTimer;
45class LLChatBarGestureObserver; 45class LLChatBarGestureObserver;
46class LLComboBox; 46class LLComboBox;
47class LLSpinCtrl;
47 48
48class LLChatBar 49class LLChatBar
49: public LLPanel 50: public LLPanel
@@ -94,6 +95,8 @@ public:
94 static void startChat(const char* line); 95 static void startChat(const char* line);
95 static void stopChat(); 96 static void stopChat();
96 97
98 void toggleChannelControl();
99
97protected: 100protected:
98 void sendChat(EChatType type); 101 void sendChat(EChatType type);
99 void updateChat(); 102 void updateChat();
@@ -110,6 +113,10 @@ protected:
110 LLComboBox* mGestureCombo; 113 LLComboBox* mGestureCombo;
111 114
112 LLChatBarGestureObserver* mObserver; 115 LLChatBarGestureObserver* mObserver;
116
117private:
118 BOOL mChanCtrlEnabled;
119 LLSpinCtrl* mChannelControl;
113}; 120};
114 121
115extern LLChatBar *gChatBar; 122extern LLChatBar *gChatBar;