diff options
author | McCabe Maxsted | 2009-10-18 17:58:27 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-10-18 17:58:27 -0700 |
commit | e4b0e7c82d670081c071d8a3da31b5ec407b8e07 (patch) | |
tree | 9410962bbb582eedbec448139e217f2714050777 /linden/indra/newview/llchatbar.h | |
parent | Started 1.3.0 branch (diff) | |
parent | Updated and added some Linux libs. (diff) | |
download | meta-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.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; |