#include <llprefsvoice.h>
Inheritance diagram for LLPrefsVoice:
Public Member Functions | |
LLPrefsVoice () | |
~LLPrefsVoice () | |
void | draw () |
void | apply () |
void | cancel () |
Static Protected Member Functions | |
static void | onClickDeviceSettingsBtn (void *user_data) |
Protected Attributes | |
LLPrefsVoiceLogic * | mLogic |
LLFloaterDeviceSettings * | mDeviceSettings |
Definition at line 73 of file llprefsvoice.h.
LLPrefsVoice::LLPrefsVoice | ( | ) |
Definition at line 229 of file llprefsvoice.cpp.
References LLUICtrlFactory::buildPanel(), LLPanel::childSetAction(), LLUIInstanceMgr< LLFloaterDeviceSettings, LLFloaterDeviceSettings >::getInstance(), gUICtrlFactory, mDeviceSettings, mLogic, and onClickDeviceSettingsBtn().
LLPrefsVoice::~LLPrefsVoice | ( | ) |
void LLPrefsVoice::apply | ( | ) |
Definition at line 256 of file llprefsvoice.cpp.
References LLFloaterDeviceSettings::apply(), LLPrefsVoiceLogic::apply(), mDeviceSettings, and mLogic.
Referenced by LLPreferenceCore::apply().
void LLPrefsVoice::cancel | ( | ) |
Definition at line 262 of file llprefsvoice.cpp.
References LLFloaterDeviceSettings::cancel(), LLPrefsVoiceLogic::cancel(), mDeviceSettings, and mLogic.
Referenced by LLPreferenceCore::cancel().
void LLPrefsVoice::draw | ( | ) | [virtual] |
Reimplemented from LLPanel.
Definition at line 246 of file llprefsvoice.cpp.
References LLPanel::childSetEnabled(), LLPanel::draw(), gDisableVoice, LLControlGroup::getBOOL(), gSavedSettings, mDeviceSettings, mLogic, LLPanel::refresh(), and LLPrefsVoiceLogic::refresh().
Definition at line 269 of file llprefsvoice.cpp.
References LLFloater::addDependentFloater(), FALSE, LLFloaterView::getParentFloater(), gFloaterView, mDeviceSettings, and LLFloater::open().
Referenced by LLPrefsVoice().
LLFloaterDeviceSettings* LLPrefsVoice::mDeviceSettings [protected] |
Definition at line 87 of file llprefsvoice.h.
Referenced by apply(), cancel(), draw(), LLPrefsVoice(), and onClickDeviceSettingsBtn().
LLPrefsVoiceLogic* LLPrefsVoice::mLogic [protected] |
Definition at line 86 of file llprefsvoice.h.
Referenced by apply(), cancel(), draw(), LLPrefsVoice(), and ~LLPrefsVoice().