00001 00031 #include "linden_common.h" 00032 00033 #include "llrootview.h" 00034 00035 LLRootView::LLRootView(const LLString& name, const LLRect& rect, BOOL mouse_opaque, U32 follows) 00036 : LLView(name,rect,mouse_opaque,follows) 00037 { } 00038 00039 // virtual 00040 EWidgetType LLRootView::getWidgetType() const 00041 { 00042 return WIDGET_TYPE_ROOT_VIEW; 00043 } 00044 00045 // virtual 00046 LLString LLRootView::getWidgetTag() const 00047 { 00048 return LL_ROOT_VIEW_TAG; 00049 }