llvelocitybar.h

Go to the documentation of this file.
00001 
00032 #ifndef LL_LLVELOCITYBAR_H
00033 #define LL_LLVELOCITYBAR_H
00034 
00035 #include "llrect.h"
00036 #include "llview.h"
00037 
00038 class LLVelocityBar
00039 : public LLView
00040 {
00041 protected:
00042 
00043 public:
00044         LLVelocityBar( const std::string& name, const LLRect& rect)
00045                 :       LLView(name, rect, FALSE)
00046         {
00047                 setVisible(FALSE);
00048         };
00049 
00050         virtual EWidgetType getWidgetType() const;
00051         virtual LLString getWidgetTag() const;
00052 
00053         virtual void    draw();
00054 };
00055 
00056 extern LLVelocityBar* gVelocityBar;
00057 
00058 #endif

Generated on Thu Jul 1 06:09:25 2010 for Second Life Viewer by  doxygen 1.4.7