#include <llmediaobserver.h>

Public Types | |
| typedef LLMediaEvent | EventType |
Public Member Functions | |
| virtual | ~LLMediaObserver () |
| virtual void | onMediaPreroll (const EventType &event_in) |
| virtual void | onMediaLoaded (const EventType &event_in) |
| virtual void | onMediaSizeChange (const EventType &event_in) |
| virtual void | onMediaContentsChange (const EventType &event_in) |
| virtual void | onMediaStatusTextChange (const EventType &event_in) |
| virtual void | onNavigateBegin (const EventType &event_in) |
| virtual void | onNavigateComplete (const EventType &event_in) |
| virtual void | onUpdateProgress (const EventType &event_in) |
| virtual void | onStatusTextChange (const EventType &event_in) |
| virtual void | onLocationChange (const EventType &event_in) |
| virtual void | onClickLinkHref (const EventType &event_in) |
| virtual void | onClickLinkNoFollow (const EventType &event_in) |
Definition at line 94 of file llmediaobserver.h.
Definition at line 99 of file llmediaobserver.h.
| virtual LLMediaObserver::~LLMediaObserver | ( | ) | [inline, virtual] |
Definition at line 97 of file llmediaobserver.h.
| virtual void LLMediaObserver::onMediaPreroll | ( | const EventType & | event_in | ) | [inline, virtual] |
Definition at line 100 of file llmediaobserver.h.
| virtual void LLMediaObserver::onMediaLoaded | ( | const EventType & | event_in | ) | [inline, virtual] |
Definition at line 101 of file llmediaobserver.h.
| virtual void LLMediaObserver::onMediaSizeChange | ( | const EventType & | event_in | ) | [inline, virtual] |
Reimplemented in LLViewerMediaImpl.
Definition at line 102 of file llmediaobserver.h.
Referenced by LLMediaImplExample2::navigateTo(), LLMediaImplExample1::navigateTo(), and LLMediaImplCommon::setMediaSize().

| virtual void LLMediaObserver::onMediaContentsChange | ( | const EventType & | event_in | ) | [inline, virtual] |
Reimplemented in LLViewerMediaImpl, and LLWebBrowserCtrl.
Definition at line 103 of file llmediaobserver.h.
Referenced by LLMediaImplExample1::mouseMove(), LLMediaImplExample2::updateMedia(), and LLMediaImplExample1::updateMedia().

| virtual void LLMediaObserver::onMediaStatusTextChange | ( | const EventType & | event_in | ) | [inline, virtual] |
Definition at line 104 of file llmediaobserver.h.
| virtual void LLMediaObserver::onNavigateBegin | ( | const EventType & | event_in | ) | [inline, virtual] |
| virtual void LLMediaObserver::onNavigateComplete | ( | const EventType & | event_in | ) | [inline, virtual] |
| virtual void LLMediaObserver::onUpdateProgress | ( | const EventType & | event_in | ) | [inline, virtual] |
| virtual void LLMediaObserver::onStatusTextChange | ( | const EventType & | event_in | ) | [inline, virtual] |
| virtual void LLMediaObserver::onLocationChange | ( | const EventType & | event_in | ) | [inline, virtual] |
| virtual void LLMediaObserver::onClickLinkHref | ( | const EventType & | event_in | ) | [inline, virtual] |
| virtual void LLMediaObserver::onClickLinkNoFollow | ( | const EventType & | event_in | ) | [inline, virtual] |
1.5.5