#include <llpanelLCD.h>


Public Member Functions | |
| LLPanelLCD () | |
| virtual | ~LLPanelLCD () |
| virtual BOOL | postBuild () |
| virtual void | refresh () |
| void | apply () |
| void | cancel () |
Protected Attributes | |
| S32 | mLCDDestination |
| BOOL | mDisplayChat |
| BOOL | mDisplayRegion |
| BOOL | mDisplayDebug |
| BOOL | mDisplayDebugConsole |
| BOOL | mDisplayLinden |
| BOOL | mDisplayIM |
Definition at line 40 of file llpanelLCD.h.
| LLPanelLCD::LLPanelLCD | ( | ) |
Definition at line 71 of file llpanelLCD.cpp.
References LLUICtrlFactory::buildPanel(), and LLSingleton< LLUICtrlFactory >::getInstance().

| LLPanelLCD::~LLPanelLCD | ( | ) | [virtual] |
Definition at line 97 of file llpanelLCD.cpp.
| BOOL LLPanelLCD::postBuild | ( | void | ) | [virtual] |
Reimplemented from LLPanel.
Definition at line 76 of file llpanelLCD.cpp.
References LLPanel::checkRequirements(), FALSE, refresh(), and TRUE.

| void LLPanelLCD::refresh | ( | ) | [virtual] |
Reimplemented from LLPanel.
Definition at line 102 of file llpanelLCD.cpp.
References LLControlGroup::getBOOL(), LLControlGroup::getS32(), gSavedSettings, mDisplayChat, mDisplayDebug, mDisplayDebugConsole, mDisplayIM, mDisplayLinden, mDisplayRegion, mLCDDestination, and LLPanel::refresh().
Referenced by postBuild().


| void LLPanelLCD::apply | ( | ) |
Definition at line 115 of file llpanelLCD.cpp.
Referenced by LLPreferenceCore::apply().

| void LLPanelLCD::cancel | ( | ) |
Definition at line 121 of file llpanelLCD.cpp.
References gSavedSettings, mDisplayChat, mDisplayDebug, mDisplayDebugConsole, mDisplayIM, mDisplayLinden, mDisplayRegion, mLCDDestination, LLControlGroup::setBOOL(), and LLControlGroup::setS32().
Referenced by LLPreferenceCore::cancel().


S32 LLPanelLCD::mLCDDestination [protected] |
BOOL LLPanelLCD::mDisplayChat [protected] |
BOOL LLPanelLCD::mDisplayRegion [protected] |
BOOL LLPanelLCD::mDisplayDebug [protected] |
BOOL LLPanelLCD::mDisplayDebugConsole [protected] |
BOOL LLPanelLCD::mDisplayLinden [protected] |
BOOL LLPanelLCD::mDisplayIM [protected] |
1.5.5