diff options
author | Jacek Antonelli | 2008-08-15 23:45:04 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:04 -0500 |
commit | 117e22047c5752352342d64e3fb7ce00a4eb8113 (patch) | |
tree | e32de2cfba0dda8705ae528fcd1fbe23ba075685 /linden/indra/newview/llpanelaudioprefs.h | |
parent | Second Life viewer sources 1.18.0.6 (diff) | |
download | meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.zip meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.gz meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.bz2 meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.xz |
Second Life viewer sources 1.18.1.2
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llpanelaudioprefs.h | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/linden/indra/newview/llpanelaudioprefs.h b/linden/indra/newview/llpanelaudioprefs.h index 63ac77b..9fd4e8d 100644 --- a/linden/indra/newview/llpanelaudioprefs.h +++ b/linden/indra/newview/llpanelaudioprefs.h | |||
@@ -43,24 +43,21 @@ class LLPanelAudioPrefs : public LLPanel | |||
43 | public: | 43 | public: |
44 | LLPanelAudioPrefs(); | 44 | LLPanelAudioPrefs(); |
45 | virtual ~LLPanelAudioPrefs(); | 45 | virtual ~LLPanelAudioPrefs(); |
46 | 46 | ||
47 | void apply(); // Apply the changed values. | ||
48 | void cancel(); // Cancel the changed values. | 47 | void cancel(); // Cancel the changed values. |
49 | 48 | ||
50 | void enable(BOOL b); | ||
51 | virtual BOOL postBuild(); | 49 | virtual BOOL postBuild(); |
52 | |||
53 | static void restartCallback(S32 option, void *userdata); | ||
54 | static void onMuteAudio(LLUICtrl* ctrl, void* userdata); | ||
55 | 50 | ||
51 | static void* createVolumePanel(void* data); | ||
52 | |||
56 | protected: | 53 | protected: |
57 | 54 | ||
58 | |||
59 | F32 mPreviousVolume; | 55 | F32 mPreviousVolume; |
56 | F32 mPreviousMusicVolume; | ||
60 | F32 mPreviousMediaVolume; | 57 | F32 mPreviousMediaVolume; |
58 | F32 mPreviousSFX; | ||
61 | F32 mPreviousUI; | 59 | F32 mPreviousUI; |
62 | F32 mPreviousFootsteps; | 60 | F32 mPreviousEnvironment; |
63 | F32 mPreviousWind; | ||
64 | F32 mPreviousDoppler; | 61 | F32 mPreviousDoppler; |
65 | F32 mPreviousDistance; | 62 | F32 mPreviousDistance; |
66 | F32 mPreviousRolloff; | 63 | F32 mPreviousRolloff; |