#include <llfloateractivespeakers.h>


Public Member Functions | |
| virtual | ~LLFloaterActiveSpeakers () |
| BOOL | postBuild () |
| void | onOpen () |
| void | onClose (bool app_quitting) |
| void | draw () |
| void | onChange () |
Static Public Member Functions | |
| static void * | createSpeakersPanel (void *data) |
Protected Member Functions | |
| LLFloaterActiveSpeakers (const LLSD &seed) | |
Protected Attributes | |
| LLPanelActiveSpeakers * | mPanel |
Friends | |
| class | LLUISingleton< LLFloaterActiveSpeakers, VisibilityPolicy< LLFloater > > |
Definition at line 177 of file llfloateractivespeakers.h.
| LLFloaterActiveSpeakers::~LLFloaterActiveSpeakers | ( | ) | [virtual] |
Definition at line 172 of file llfloateractivespeakers.cpp.
| LLFloaterActiveSpeakers::LLFloaterActiveSpeakers | ( | const LLSD & | seed | ) | [protected] |
Definition at line 161 of file llfloateractivespeakers.cpp.
References LLUICtrlFactory::buildFloater(), createSpeakersPanel(), FALSE, LLPanel::getFactoryMap(), LLSingleton< LLUICtrlFactory >::getInstance(), LLPanel::mFactoryMap, mPanel, NULL, and LLPanelActiveSpeakers::refreshSpeakers().

| BOOL LLFloaterActiveSpeakers::postBuild | ( | void | ) | [virtual] |
| void LLFloaterActiveSpeakers::onOpen | ( | ) | [virtual] |
Reimplemented from LLFloater.
Definition at line 176 of file llfloateractivespeakers.cpp.
References gSavedSettings, LLControlGroup::setBOOL(), and TRUE.

| void LLFloaterActiveSpeakers::onClose | ( | bool | app_quitting | ) | [virtual] |
Reimplemented from LLFloater.
Definition at line 181 of file llfloateractivespeakers.cpp.
References FALSE, gSavedSettings, LLControlGroup::setBOOL(), and LLFloater::setVisible().

| void LLFloaterActiveSpeakers::draw | ( | void | ) | [virtual] |
Reimplemented from LLFloater.
Definition at line 190 of file llfloateractivespeakers.cpp.
References LLFloater::draw(), mPanel, and LLPanelActiveSpeakers::refreshSpeakers().

| void LLFloaterActiveSpeakers::onChange | ( | ) | [virtual] |
Implements LLVoiceClientParticipantObserver.
Definition at line 203 of file llfloateractivespeakers.cpp.
| void * LLFloaterActiveSpeakers::createSpeakersPanel | ( | void * | data | ) | [static] |
Definition at line 209 of file llfloateractivespeakers.cpp.
References FALSE, and LLSingleton< LLActiveSpeakerMgr >::getInstance().
Referenced by LLFloaterActiveSpeakers().


friend class LLUISingleton< LLFloaterActiveSpeakers, VisibilityPolicy< LLFloater > > [friend] |
Definition at line 184 of file llfloateractivespeakers.h.
LLPanelActiveSpeakers* LLFloaterActiveSpeakers::mPanel [protected] |
Definition at line 200 of file llfloateractivespeakers.h.
Referenced by draw(), LLFloaterActiveSpeakers(), and postBuild().
1.5.5