llmediaremotectrl.h

Go to the documentation of this file.
00001 
00032 #ifndef LL_LLMEDIAREMOTECTRL_H
00033 #define LL_LLMEDIAREMOTECTRL_H
00034 
00035 #include "llpanel.h"
00036 
00038 //
00039 class LLMediaRemoteCtrl : public LLPanel
00040 {
00041 public:
00042         LLMediaRemoteCtrl ();
00043         
00044         /*virtual*/ ~LLMediaRemoteCtrl ();
00045         /*virtual*/ BOOL postBuild();
00046         /*virtual*/ void draw();
00047 
00048         void enableMediaButtons();
00049 
00050         LLPanel* mControls;
00051         
00052         static void onClickExpandBtn(void* user_data);
00053         static void* createVolumePanel(void* data);
00054         
00055         virtual void setToolTip(const LLString& msg);
00056 
00057 protected:
00058         void build();
00059 };
00060 
00061 #endif

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