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 ( const LLString& name, 00043 const LLString& label, 00044 const LLRect& rect, 00045 const LLString& xml_file ); 00046 00047 virtual ~LLMediaRemoteCtrl (); 00048 virtual BOOL postBuild(); 00049 00050 virtual void draw(); 00051 00052 virtual EWidgetType getWidgetType() const; 00053 virtual LLString getWidgetTag() const; 00054 }; 00055 00056 #endif