#include <llfloatervoicewizard.h>
Inheritance diagram for LLFloaterDeviceSettings:
Public Member Functions | |
LLFloaterDeviceSettings (const LLSD &seed) | |
void | onOpen () |
void | onClose (bool app_quitting) |
void | draw () |
void | apply () |
void | cancel () |
Static Protected Member Functions | |
static void * | createPanelDeviceSettings (void *user_data) |
Protected Attributes | |
LLPanelDeviceSettings * | mDevicePanel |
Definition at line 89 of file llfloatervoicewizard.h.
LLFloaterDeviceSettings::LLFloaterDeviceSettings | ( | const LLSD & | seed | ) |
Definition at line 416 of file llfloatervoicewizard.cpp.
References LLUICtrlFactory::buildFloater(), LLFloater::center(), createPanelDeviceSettings(), FALSE, gUICtrlFactory, and LLPanel::mFactoryMap.
void LLFloaterDeviceSettings::apply | ( | ) |
Definition at line 445 of file llfloatervoicewizard.cpp.
References LLPanelDeviceSettings::apply(), and mDevicePanel.
Referenced by LLPrefsVoice::apply().
void LLFloaterDeviceSettings::cancel | ( | ) |
Definition at line 453 of file llfloatervoicewizard.cpp.
References LLPanelDeviceSettings::cancel(), and mDevicePanel.
Referenced by LLPrefsVoice::cancel().
Definition at line 471 of file llfloatervoicewizard.cpp.
References mDevicePanel.
Referenced by LLFloaterDeviceSettings().
void LLFloaterDeviceSettings::draw | ( | ) | [virtual] |
Reimplemented from LLFloater.
Definition at line 461 of file llfloatervoicewizard.cpp.
References LLFloater::draw(), mDevicePanel, and LLPanelDeviceSettings::refresh().
void LLFloaterDeviceSettings::onClose | ( | bool | app_quitting | ) | [virtual] |
Reimplemented from LLFloater.
Definition at line 435 of file llfloatervoicewizard.cpp.
References FALSE, mDevicePanel, LLPanelDeviceSettings::onClose(), and LLFloater::setVisible().
void LLFloaterDeviceSettings::onOpen | ( | ) | [virtual] |
Reimplemented from LLFloater.
Definition at line 425 of file llfloatervoicewizard.cpp.
References mDevicePanel, LLFloater::onOpen(), and LLPanelDeviceSettings::onOpen().
Definition at line 102 of file llfloatervoicewizard.h.
Referenced by apply(), cancel(), createPanelDeviceSettings(), draw(), onClose(), and onOpen().