#include <llmediaremotectrl.h>
Inheritance diagram for LLMediaRemoteCtrl:
Public Member Functions | |
LLMediaRemoteCtrl (const LLString &name, const LLString &label, const LLRect &rect, const LLString &xml_file) | |
virtual | ~LLMediaRemoteCtrl () |
virtual BOOL | postBuild () |
virtual void | draw () |
virtual EWidgetType | getWidgetType () const |
virtual LLString | getWidgetTag () const |
Definition at line 39 of file llmediaremotectrl.h.
LLMediaRemoteCtrl::LLMediaRemoteCtrl | ( | const LLString & | name, | |
const LLString & | label, | |||
const LLRect & | rect, | |||
const LLString & | xml_file | |||
) |
Definition at line 43 of file llmediaremotectrl.cpp.
References LLUICtrlFactory::buildPanel(), gUICtrlFactory, LLView::mIsFocusRoot, LLUICtrl::setIsChrome(), and TRUE.
LLMediaRemoteCtrl::~LLMediaRemoteCtrl | ( | ) | [virtual] |
Definition at line 71 of file llmediaremotectrl.cpp.
void LLMediaRemoteCtrl::draw | ( | ) | [virtual] |
Reimplemented from LLPanel.
Definition at line 91 of file llmediaremotectrl.cpp.
References LLPanel::childSetValue(), LLPanel::draw(), LLOverlayBar::enableMediaButtons(), LLOverlayBar::enableMusicButtons(), and LLUIInstanceMgr< T, INSTANCE_ADAPTOR >::instanceVisible().
LLString LLMediaRemoteCtrl::getWidgetTag | ( | ) | const [virtual] |
Reimplemented from LLPanel.
Definition at line 83 of file llmediaremotectrl.cpp.
References LL_MEDIA_REMOTE_CTRL_TAG.
EWidgetType LLMediaRemoteCtrl::getWidgetType | ( | ) | const [virtual] |
Reimplemented from LLPanel.
Definition at line 78 of file llmediaremotectrl.cpp.
References WIDGET_TYPE_MEDIA_REMOTE.
BOOL LLMediaRemoteCtrl::postBuild | ( | ) | [virtual] |
Reimplemented from LLPanel.
Definition at line 56 of file llmediaremotectrl.cpp.
References LLPanel::childSetAction(), LLOverlayBar::mediaPause(), LLOverlayBar::mediaPlay(), LLOverlayBar::mediaStop(), LLOverlayBar::musicPause(), LLOverlayBar::musicPlay(), LLOverlayBar::musicStop(), LLOverlayBar::toggleAudioVolumeFloater(), and TRUE.