#include <llfloateractivespeakers.h>
Inheritance diagram for LLFloaterActiveSpeakers:
Public Member Functions | |
virtual | ~LLFloaterActiveSpeakers () |
BOOL | postBuild () |
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 > |
Definition at line 155 of file llfloateractivespeakers.h.
LLFloaterActiveSpeakers::~LLFloaterActiveSpeakers | ( | ) | [virtual] |
Definition at line 146 of file llfloateractivespeakers.cpp.
LLFloaterActiveSpeakers::LLFloaterActiveSpeakers | ( | const LLSD & | seed | ) | [protected] |
Definition at line 135 of file llfloateractivespeakers.cpp.
References LLUICtrlFactory::buildFloater(), createSpeakersPanel(), FALSE, LLPanel::getFactoryMap(), gUICtrlFactory, LLPanel::mFactoryMap, mPanel, NULL, and LLPanelActiveSpeakers::refreshSpeakers().
Definition at line 174 of file llfloateractivespeakers.cpp.
References FALSE, and gActiveChannelSpeakerMgr.
Referenced by LLFloaterActiveSpeakers().
void LLFloaterActiveSpeakers::draw | ( | ) | [virtual] |
Reimplemented from LLFloater.
Definition at line 155 of file llfloateractivespeakers.cpp.
References LLFloater::draw(), mPanel, and LLPanelActiveSpeakers::refreshSpeakers().
void LLFloaterActiveSpeakers::onChange | ( | ) | [virtual] |
Implements LLVoiceClientParticipantObserver.
Definition at line 168 of file llfloateractivespeakers.cpp.
void LLFloaterActiveSpeakers::onClose | ( | bool | app_quitting | ) | [virtual] |
Reimplemented from LLFloater.
Definition at line 150 of file llfloateractivespeakers.cpp.
References FALSE, and LLFloater::setVisible().
BOOL LLFloaterActiveSpeakers::postBuild | ( | ) | [virtual] |
Reimplemented from LLPanel.
Definition at line 162 of file llfloateractivespeakers.cpp.
References LLUICtrlFactory::getPanelByName(), mPanel, and TRUE.
friend class LLUISingleton< LLFloaterActiveSpeakers > [friend] |
Definition at line 162 of file llfloateractivespeakers.h.
LLPanelActiveSpeakers* LLFloaterActiveSpeakers::mPanel [protected] |
Definition at line 177 of file llfloateractivespeakers.h.
Referenced by draw(), LLFloaterActiveSpeakers(), and postBuild().