llfloaterstats.h

Go to the documentation of this file.
00001 
00032 #ifndef LL_LLFLOATERSTATS_H
00033 #define LL_LLFLOATERSTATS_H
00034 
00035          
00036 #include "llfloater.h"
00037 
00038 class LLContainerView;
00039 class LLStatView;
00040 class LLScrollableContainerView;
00041 
00042 class LLFloaterStats : public LLFloater
00043 {
00044  public:
00045         LLFloaterStats(const LLRect& rect);
00046         virtual ~LLFloaterStats();
00047         void addStatView(LLStatView* stat);
00048         void reshape(S32 width, S32 height);
00049         void onClose(bool app_quitting);
00050         
00051  private:
00052         LLContainerView* mStatsContainer;
00053         LLScrollableContainerView* mScrollContainer;
00054 };
00055 
00056 #endif

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