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 void    draw();
00051 };
00052 
00053 extern LLVelocityBar* gVelocityBar;
00054 
00055 #endif

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