00001 00032 #ifndef LLROOTVIEW_H 00033 #define LLROOTVIEW_H 00034 00035 #include "llview.h" 00036 00037 class LLRootView : public LLView 00038 { 00039 public: 00040 LLRootView(const LLString& name, const LLRect& rect, BOOL mouse_opaque, U32 follows=FOLLOWS_NONE); 00041 00042 /*virtual*/ EWidgetType getWidgetType() const; 00043 /*virtual*/ LLString getWidgetTag() const; 00044 }; 00045 00046 #endif