diff options
Diffstat (limited to 'linden/indra/newview/lloverlaybar.h')
-rw-r--r-- | linden/indra/newview/lloverlaybar.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/linden/indra/newview/lloverlaybar.h b/linden/indra/newview/lloverlaybar.h index 1d55cc4..50ad3d1 100644 --- a/linden/indra/newview/lloverlaybar.h +++ b/linden/indra/newview/lloverlaybar.h | |||
@@ -41,6 +41,7 @@ extern S32 STATUS_BAR_HEIGHT; | |||
41 | class LLButton; | 41 | class LLButton; |
42 | class LLLineEditor; | 42 | class LLLineEditor; |
43 | class LLMediaRemoteCtrl; | 43 | class LLMediaRemoteCtrl; |
44 | |||
44 | class LLMessageSystem; | 45 | class LLMessageSystem; |
45 | class LLTextBox; | 46 | class LLTextBox; |
46 | class LLTextEditor; | 47 | class LLTextEditor; |
@@ -50,6 +51,7 @@ class LLFrameTimer; | |||
50 | class LLStatGraph; | 51 | class LLStatGraph; |
51 | class LLSlider; | 52 | class LLSlider; |
52 | class LLVoiceRemoteCtrl; | 53 | class LLVoiceRemoteCtrl; |
54 | class LLWindlightRemoteCtrl; | ||
53 | 55 | ||
54 | class LLOverlayBar | 56 | class LLOverlayBar |
55 | : public LLPanel | 57 | : public LLPanel |
@@ -89,13 +91,15 @@ public: | |||
89 | protected: | 91 | protected: |
90 | static void* createMediaRemote(void* userdata); | 92 | static void* createMediaRemote(void* userdata); |
91 | static void* createVoiceRemote(void* userdata); | 93 | static void* createVoiceRemote(void* userdata); |
94 | static void* createWindlightRemote(void* userdata); | ||
92 | static void* createChatBar(void* userdata); | 95 | static void* createChatBar(void* userdata); |
93 | 96 | ||
94 | void enableMediaButtons(); | 97 | void enableMediaButtons(); |
95 | 98 | ||
96 | protected: | 99 | protected: |
97 | LLMediaRemoteCtrl* mMediaRemote; | 100 | LLMediaRemoteCtrl* mMediaRemote; |
98 | LLVoiceRemoteCtrl* mVoiceRemote; | 101 | LLVoiceRemoteCtrl* mVoiceRemote; |
102 | LLWindlightRemoteCtrl* mWindlightRemote; | ||
99 | bool mBuilt; // dialog constructed yet? | 103 | bool mBuilt; // dialog constructed yet? |
100 | S32 mMusicState; | 104 | S32 mMusicState; |
101 | std::string mOriginalIMLabel; | 105 | std::string mOriginalIMLabel; |