#include <llpanelaudiovolume.h>


Public Member Functions | |
| LLPanelAudioVolume () | |
| virtual | ~LLPanelAudioVolume () |
| virtual BOOL | postBuild () |
| virtual void | draw () |
Static Private Member Functions | |
| static void | onCommitVolumeChange (LLUICtrl *ctrl, void *user_data) |
Definition at line 38 of file llpanelaudiovolume.h.
| LLPanelAudioVolume::LLPanelAudioVolume | ( | ) |
Definition at line 43 of file llpanelaudiovolume.cpp.
| LLPanelAudioVolume::~LLPanelAudioVolume | ( | ) | [virtual] |
Definition at line 59 of file llpanelaudiovolume.cpp.
| BOOL LLPanelAudioVolume::postBuild | ( | void | ) | [virtual] |
Reimplemented from LLPanel.
Definition at line 47 of file llpanelaudiovolume.cpp.
References LLPanel::childSetCommitCallback(), onCommitVolumeChange(), and TRUE.

| void LLPanelAudioVolume::draw | ( | void | ) | [virtual] |
Reimplemented from LLPanel.
Definition at line 66 of file llpanelaudiovolume.cpp.
References LLPanel::childSetEnabled(), LLPanel::draw(), LLControlGroup::getBOOL(), and gSavedSettings.

| void LLPanelAudioVolume::onCommitVolumeChange | ( | LLUICtrl * | ctrl, | |
| void * | user_data | |||
| ) | [static, private] |
Definition at line 88 of file llpanelaudiovolume.cpp.
References FALSE, LLView::getControlName(), gSavedSettings, and LLControlGroup::setBOOL().
Referenced by postBuild().


1.5.5