#include <llprefsim.h>

Public Member Functions | |
| LLPrefsIM () | |
| ~LLPrefsIM () | |
| void | apply () |
| void | cancel () |
| void | setPersonalInfo (const char *visibility, bool im_via_email, const char *email) |
| LLPanel * | getPanel () |
Protected Attributes | |
| LLPrefsIMImpl & | impl |
Definition at line 39 of file llprefsim.h.
| LLPrefsIM::LLPrefsIM | ( | ) |
Definition at line 330 of file llprefsim.cpp.
| LLPrefsIM::~LLPrefsIM | ( | ) |
| void LLPrefsIM::apply | ( | ) |
Definition at line 339 of file llprefsim.cpp.
References LLPrefsIMImpl::apply(), and impl.
Referenced by LLPreferenceCore::apply().


| void LLPrefsIM::cancel | ( | ) |
Definition at line 344 of file llprefsim.cpp.
References LLPrefsIMImpl::cancel(), and impl.
Referenced by LLPreferenceCore::cancel().


| void LLPrefsIM::setPersonalInfo | ( | const char * | visibility, | |
| bool | im_via_email, | |||
| const char * | ||||
| ) |
Definition at line 349 of file llprefsim.cpp.
References impl, ll_safe_string(), and LLPrefsIMImpl::setPersonalInfo().
Referenced by LLPreferenceCore::setPersonalInfo().


| LLPanel * LLPrefsIM::getPanel | ( | ) |
Definition at line 360 of file llprefsim.cpp.
References impl.
Referenced by LLPreferenceCore::LLPreferenceCore().

LLPrefsIMImpl& LLPrefsIM::impl [protected] |
Definition at line 55 of file llprefsim.h.
Referenced by apply(), cancel(), getPanel(), setPersonalInfo(), and ~LLPrefsIM().
1.5.5