llpaneldebug.h

Go to the documentation of this file.
00001 
00032 #ifndef LL_LLPANELDEBUG_H
00033 #define LL_LLPANELDEBUG_H
00034 
00035 #include "llpanel.h"
00036 
00037 class LLCheckBoxCtrl;
00038 
00039 class LLPanelDebug : public LLPanel
00040 {
00041 public:
00042         LLPanelDebug(const std::string& name, const LLRect& rect);
00043         virtual ~LLPanelDebug();
00044 
00045         void apply();   // Apply the changed values.
00046         void cancel();  // Cancel the changed values.
00047 
00048 protected:
00049         LLCheckBoxCtrl* mLeftClickCheck;
00050 };
00051 
00052 #endif // LL_LLPANELDEBUG_H

Generated on Thu Jul 1 06:08:56 2010 for Second Life Viewer by  doxygen 1.4.7