#include <llprefschat.h>

Public Member Functions | |
| LLPrefsChat () | |
| ~LLPrefsChat () | |
| void | apply () |
| void | cancel () |
| LLPanel * | getPanel () |
Protected Attributes | |
| LLPrefsChatImpl & | impl |
Definition at line 38 of file llprefschat.h.
| LLPrefsChat::LLPrefsChat | ( | ) |
Definition at line 139 of file llprefschat.cpp.
| LLPrefsChat::~LLPrefsChat | ( | ) |
| void LLPrefsChat::apply | ( | ) |
Definition at line 148 of file llprefschat.cpp.
References LLPrefsChatImpl::apply(), LLControlGroup::getColor4(), gSavedSettings, impl, and LLTextEditor::setLinkColor().
Referenced by LLPreferenceCore::apply().


| void LLPrefsChat::cancel | ( | ) |
Definition at line 154 of file llprefschat.cpp.
References LLPrefsChatImpl::cancel(), and impl.
Referenced by LLPreferenceCore::cancel().


| LLPanel * LLPrefsChat::getPanel | ( | ) |
Definition at line 159 of file llprefschat.cpp.
References impl.
Referenced by LLPreferenceCore::LLPreferenceCore().

LLPrefsChatImpl& LLPrefsChat::impl [protected] |
Definition at line 50 of file llprefschat.h.
Referenced by apply(), cancel(), getPanel(), and ~LLPrefsChat().
1.5.5