#include <llmediaobserver.h>

Public Member Functions | |
| LLMediaEvent (LLMediaBase *subject) | |
| LLMediaEvent (LLMediaBase *subject, std::string in) | |
| LLMediaEvent (LLMediaBase *subject, std::string string_in, std::string string_ex_in) | |
| LLMediaEvent (LLMediaBase *subject, std::string string_in, int int_in) | |
| LLMediaEvent (LLMediaBase *subject, int in) | |
| virtual | ~LLMediaEvent () |
| LLMediaBase * | getSubject () const |
| int | getIntValue () const |
| std::string | getStringValue () const |
| std::string | getStringValueEx () const |
Private Attributes | |
| LLMediaBase * | mSubject |
| int | mIntValue |
| std::string | mStringValue |
| std::string | mStringValueEx |
Definition at line 37 of file llmediaobserver.h.
| LLMediaEvent::LLMediaEvent | ( | LLMediaBase * | subject | ) | [inline] |
Definition at line 40 of file llmediaobserver.h.
| LLMediaEvent::LLMediaEvent | ( | LLMediaBase * | subject, | |
| std::string | in | |||
| ) | [inline] |
Definition at line 45 of file llmediaobserver.h.
| LLMediaEvent::LLMediaEvent | ( | LLMediaBase * | subject, | |
| std::string | string_in, | |||
| std::string | string_ex_in | |||
| ) | [inline] |
Definition at line 50 of file llmediaobserver.h.
| LLMediaEvent::LLMediaEvent | ( | LLMediaBase * | subject, | |
| std::string | string_in, | |||
| int | int_in | |||
| ) | [inline] |
Definition at line 55 of file llmediaobserver.h.
| LLMediaEvent::LLMediaEvent | ( | LLMediaBase * | subject, | |
| int | in | |||
| ) | [inline] |
Definition at line 60 of file llmediaobserver.h.
| virtual LLMediaEvent::~LLMediaEvent | ( | ) | [inline, virtual] |
Definition at line 65 of file llmediaobserver.h.
| LLMediaBase* LLMediaEvent::getSubject | ( | ) | const [inline] |
Definition at line 67 of file llmediaobserver.h.
References mSubject.
Referenced by LLViewerMediaImpl::onMediaContentsChange(), and LLViewerMediaImpl::onMediaSizeChange().

| int LLMediaEvent::getIntValue | ( | ) | const [inline] |
Definition at line 72 of file llmediaobserver.h.
References mIntValue.
Referenced by LLWebBrowserCtrl::onUpdateProgress().

| std::string LLMediaEvent::getStringValue | ( | ) | const [inline] |
Definition at line 77 of file llmediaobserver.h.
References mStringValue.
Referenced by LLWebBrowserCtrl::onClickLinkHref(), LLWebBrowserCtrl::onClickLinkNoFollow(), LLWebBrowserCtrl::onLocationChange(), LLWebBrowserCtrl::onNavigateBegin(), LLWebBrowserCtrl::onNavigateComplete(), and LLWebBrowserCtrl::onStatusTextChange().

| std::string LLMediaEvent::getStringValueEx | ( | ) | const [inline] |
Definition at line 82 of file llmediaobserver.h.
References mStringValueEx.
Referenced by LLWebBrowserCtrl::onClickLinkHref().

LLMediaBase* LLMediaEvent::mSubject [private] |
int LLMediaEvent::mIntValue [private] |
std::string LLMediaEvent::mStringValue [private] |
std::string LLMediaEvent::mStringValueEx [private] |
1.5.5