llpanelaudiovolume.h

Go to the documentation of this file.
00001 
00032 #ifndef LL_LLPANELAUDIOVOLUME_H
00033 #define LL_LLPANELAUDIOVOLUME_H
00034 
00035 #include "llpanel.h"
00036 #include "llfloater.h"
00037 
00038 class LLPanelAudioVolume : public LLPanel
00039 {
00040 public:
00041         LLPanelAudioVolume();                                   
00042         virtual ~LLPanelAudioVolume();
00043 
00044         virtual BOOL postBuild();
00045         virtual void draw();
00046 
00047 private:
00048         static void onCommitVolumeChange(LLUICtrl* ctrl, void* user_data);
00049 };
00050 
00051 #endif

Generated on Fri May 16 08:33:48 2008 for SecondLife by  doxygen 1.5.5