#include <llprefschat.h>
Collaboration diagram for LLPrefsChat:
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 135 of file llprefschat.cpp.
LLPrefsChat::~LLPrefsChat | ( | ) |
void LLPrefsChat::apply | ( | ) |
Definition at line 144 of file llprefschat.cpp.
References LLPrefsChatImpl::apply(), LLControlGroup::getColor4(), gSavedSettings, impl, and LLTextEditor::setLinkColor().
Referenced by LLPreferenceCore::apply().
void LLPrefsChat::cancel | ( | ) |
Definition at line 150 of file llprefschat.cpp.
References LLPrefsChatImpl::cancel(), and impl.
Referenced by LLPreferenceCore::cancel().
LLPanel * LLPrefsChat::getPanel | ( | ) |
Definition at line 155 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().