llpreviewsound.h

Go to the documentation of this file.
00001 
00032 #ifndef LL_LLPREVIEWSOUND_H
00033 #define LL_LLPREVIEWSOUND_H
00034 
00035 #include "llpreview.h"
00036 
00037 class LLPreviewSound : public LLPreview
00038 {
00039 public:
00040         LLPreviewSound(const std::string& name, const LLRect& rect, const std::string& title,
00041                                    const LLUUID& item_uuid,
00042                                    const LLUUID& object_uuid = LLUUID::null);
00043 
00044         static void playSound( void* userdata );
00045         static void auditionSound( void* userdata );
00046 
00047 protected:
00048         virtual const char *getTitleName() const { return "Sound"; }
00049 
00050 };
00051 
00052 #endif  // LL_LLPREVIEWSOUND_H

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