#include <llpanelLCD.h>
Inheritance diagram for LLPanelLCD:
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 gUICtrlFactory.
LLPanelLCD::~LLPanelLCD | ( | ) | [virtual] |
Definition at line 97 of file llpanelLCD.cpp.
void LLPanelLCD::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().
BOOL LLPanelLCD::postBuild | ( | ) | [virtual] |
Reimplemented from LLPanel.
Definition at line 76 of file llpanelLCD.cpp.
References LLPanel::checkRequirements(), FALSE, refresh(), LLPanel::requires(), TRUE, WIDGET_TYPE_CHECKBOX, and WIDGET_TYPE_RADIO_GROUP.
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().
BOOL LLPanelLCD::mDisplayChat [protected] |
BOOL LLPanelLCD::mDisplayDebug [protected] |
BOOL LLPanelLCD::mDisplayDebugConsole [protected] |
BOOL LLPanelLCD::mDisplayIM [protected] |
BOOL LLPanelLCD::mDisplayLinden [protected] |
BOOL LLPanelLCD::mDisplayRegion [protected] |
S32 LLPanelLCD::mLCDDestination [protected] |