#include <llpanelinput.h>
Inheritance diagram for LLPanelInput:


Public Member Functions | |
| LLPanelInput () | |
| virtual | ~LLPanelInput () |
| virtual BOOL | postBuild () |
| virtual void | refresh () |
| void | apply () |
| void | cancel () |
Protected Attributes | |
| F32 | mMouseSensitivityVal |
| BOOL | mAutomaticFly |
| BOOL | mInvertMouse |
| BOOL | mEditCameraMovement |
| BOOL | mAppearanceCameraMovement |
| F32 | mDynamicCameraStrengthVal |
| S32 | mNumpadControlVal |
Definition at line 42 of file llpanelinput.h.
| LLPanelInput::LLPanelInput | ( | ) |
Definition at line 76 of file llpanelinput.cpp.
References LLUICtrlFactory::buildPanel(), and gUICtrlFactory.
| LLPanelInput::~LLPanelInput | ( | ) | [virtual] |
Definition at line 101 of file llpanelinput.cpp.
| void LLPanelInput::apply | ( | ) |
| void LLPanelInput::cancel | ( | ) |
Definition at line 124 of file llpanelinput.cpp.
References gSavedSettings, mAppearanceCameraMovement, mAutomaticFly, mDynamicCameraStrengthVal, mEditCameraMovement, mInvertMouse, mMouseSensitivityVal, mNumpadControlVal, LLControlGroup::setBOOL(), LLControlGroup::setF32(), and LLControlGroup::setS32().
Referenced by LLPreferenceCore::cancel().
| BOOL LLPanelInput::postBuild | ( | ) | [virtual] |
Reimplemented from LLPanel.
Definition at line 81 of file llpanelinput.cpp.
References LLPanel::checkRequirements(), FALSE, refresh(), LLPanel::requires(), TRUE, WIDGET_TYPE_CHECKBOX, WIDGET_TYPE_SLIDER, and WIDGET_TYPE_SLIDER_BAR.
| void LLPanelInput::refresh | ( | ) | [virtual] |
Reimplemented from LLPanel.
Definition at line 106 of file llpanelinput.cpp.
References LLControlGroup::getBOOL(), LLControlGroup::getF32(), LLControlGroup::getS32(), gSavedSettings, mAppearanceCameraMovement, mAutomaticFly, mDynamicCameraStrengthVal, mEditCameraMovement, mInvertMouse, mMouseSensitivityVal, mNumpadControlVal, and LLPanel::refresh().
Referenced by postBuild().
BOOL LLPanelInput::mAppearanceCameraMovement [protected] |
BOOL LLPanelInput::mAutomaticFly [protected] |
F32 LLPanelInput::mDynamicCameraStrengthVal [protected] |
BOOL LLPanelInput::mEditCameraMovement [protected] |
BOOL LLPanelInput::mInvertMouse [protected] |
F32 LLPanelInput::mMouseSensitivityVal [protected] |
S32 LLPanelInput::mNumpadControlVal [protected] |
1.4.7