diff options
Diffstat (limited to 'linden/indra/newview/llchatbar.h')
-rw-r--r-- | linden/indra/newview/llchatbar.h | 7 |
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; | |||
44 | class LLFrameTimer; | 44 | class LLFrameTimer; |
45 | class LLChatBarGestureObserver; | 45 | class LLChatBarGestureObserver; |
46 | class LLComboBox; | 46 | class LLComboBox; |
47 | class LLSpinCtrl; | ||
47 | 48 | ||
48 | class LLChatBar | 49 | class 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 | |||
97 | protected: | 100 | protected: |
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 | |||
117 | private: | ||
118 | BOOL mChanCtrlEnabled; | ||
119 | LLSpinCtrl* mChannelControl; | ||
113 | }; | 120 | }; |
114 | 121 | ||
115 | extern LLChatBar *gChatBar; | 122 | extern LLChatBar *gChatBar; |