llhudview.h

Go to the documentation of this file.
00001 
00032 #ifndef LL_LLHUDVIEW_H
00033 #define LL_LLHUDVIEW_H
00034 
00035 #include "llpanel.h"
00036 #include "v4color.h"
00037 
00038 class LLVector3d;
00039 
00040 class LLHUDView
00041 : public LLPanel
00042 {
00043 public:
00044         LLHUDView();
00045         virtual ~LLHUDView();
00046 
00047         virtual void draw();
00048 
00049         const LLColor4& colorFromType(S32 type);
00050 
00051 protected:
00052         /*virtual*/ BOOL handleMouseDown(S32 x, S32 y, MASK mask);
00053 };
00054 
00055 extern LLHUDView *gHUDView;
00056 
00057 #endif

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