llpanelinput.h

Go to the documentation of this file.
00001 
00032 #ifndef LL_PANELINPUT_H
00033 #define LL_PANELINPUT_H
00034 
00035 #include "llpanel.h"
00036 
00037 class LLCheckBoxCtrl;
00038 class LLSlider;
00039 class LLSliderCtrl;
00040 class LLSpinCtrl;
00041 
00042 class LLPanelInput : public LLPanel
00043 {
00044 public:
00045         LLPanelInput();
00046         virtual ~LLPanelInput();
00047 
00048         virtual BOOL postBuild();
00049         virtual void refresh();
00050         void apply();
00051         void cancel();
00052 
00053 protected:
00054         F32 mMouseSensitivityVal;
00055         BOOL mAutomaticFly;
00056         BOOL mInvertMouse;
00057         BOOL mEditCameraMovement;
00058         BOOL mAppearanceCameraMovement;
00059         F32 mDynamicCameraStrengthVal;
00060         S32 mNumpadControlVal;
00061 
00062 };
00063 
00064 #endif

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