#include <llfloatervoicedevicesettings.h>


Public Member Functions | |
| LLFloaterVoiceDeviceSettings (const LLSD &seed) | |
| void | onOpen () |
| void | onClose (bool app_quitting) |
| void | draw () |
| void | apply () |
| void | cancel () |
Static Protected Member Functions | |
| static void * | createPanelVoiceDeviceSettings (void *user_data) |
Protected Attributes | |
| LLPanelVoiceDeviceSettings * | mDevicePanel |
Definition at line 66 of file llfloatervoicedevicesettings.h.
| LLFloaterVoiceDeviceSettings::LLFloaterVoiceDeviceSettings | ( | const LLSD & | seed | ) |
Definition at line 263 of file llfloatervoicedevicesettings.cpp.
References LLUICtrlFactory::buildFloater(), LLFloater::center(), createPanelVoiceDeviceSettings(), FALSE, LLSingleton< LLUICtrlFactory >::getInstance(), and LLPanel::mFactoryMap.

| void LLFloaterVoiceDeviceSettings::onOpen | ( | ) | [virtual] |
Reimplemented from LLFloater.
Definition at line 272 of file llfloatervoicedevicesettings.cpp.
References mDevicePanel, LLFloater::onOpen(), and LLPanelVoiceDeviceSettings::onOpen().

| void LLFloaterVoiceDeviceSettings::onClose | ( | bool | app_quitting | ) | [virtual] |
Reimplemented from LLFloater.
Definition at line 282 of file llfloatervoicedevicesettings.cpp.
References FALSE, mDevicePanel, LLPanelVoiceDeviceSettings::onClose(), and LLFloater::setVisible().

| void LLFloaterVoiceDeviceSettings::draw | ( | void | ) | [virtual] |
Reimplemented from LLFloater.
Definition at line 308 of file llfloatervoicedevicesettings.cpp.
References LLFloater::draw(), mDevicePanel, and LLPanelVoiceDeviceSettings::refresh().

| void LLFloaterVoiceDeviceSettings::apply | ( | ) |
Definition at line 292 of file llfloatervoicedevicesettings.cpp.
References LLPanelVoiceDeviceSettings::apply(), and mDevicePanel.
Referenced by LLPrefsVoice::apply().


| void LLFloaterVoiceDeviceSettings::cancel | ( | ) |
Definition at line 300 of file llfloatervoicedevicesettings.cpp.
References LLPanelVoiceDeviceSettings::cancel(), and mDevicePanel.
Referenced by LLPrefsVoice::cancel().


| void * LLFloaterVoiceDeviceSettings::createPanelVoiceDeviceSettings | ( | void * | user_data | ) | [static, protected] |
Definition at line 318 of file llfloatervoicedevicesettings.cpp.
References mDevicePanel.
Referenced by LLFloaterVoiceDeviceSettings().

Definition at line 79 of file llfloatervoicedevicesettings.h.
Referenced by apply(), cancel(), createPanelVoiceDeviceSettings(), draw(), onClose(), and onOpen().
1.5.5