#include <llwebbrowserctrl.h>

Public Types | |
| typedef LLWebBrowserCtrlEvent | EventType |
Public Member Functions | |
| virtual | ~LLWebBrowserCtrlObserver () |
| virtual void | onNavigateBegin (const EventType &eventIn) |
| virtual void | onNavigateComplete (const EventType &eventIn) |
| virtual void | onUpdateProgress (const EventType &eventIn) |
| virtual void | onStatusTextChange (const EventType &eventIn) |
| virtual void | onLocationChange (const EventType &eventIn) |
| virtual void | onClickLinkHref (const EventType &eventIn) |
| virtual void | onClickLinkNoFollow (const EventType &eventIn) |
Definition at line 90 of file llwebbrowserctrl.h.
Definition at line 93 of file llwebbrowserctrl.h.
| virtual LLWebBrowserCtrlObserver::~LLWebBrowserCtrlObserver | ( | ) | [inline, virtual] |
Definition at line 93 of file llwebbrowserctrl.h.
| virtual void LLWebBrowserCtrlObserver::onNavigateBegin | ( | const EventType & | eventIn | ) | [inline, virtual] |
Reimplemented in LLPanelDirFind.
Definition at line 96 of file llwebbrowserctrl.h.
Referenced by LLWebBrowserCtrl::onNavigateBegin().

| virtual void LLWebBrowserCtrlObserver::onNavigateComplete | ( | const EventType & | eventIn | ) | [inline, virtual] |
Reimplemented in LLFloaterTOS, LLPanelDirFind, and LLPanelLogin.
Definition at line 97 of file llwebbrowserctrl.h.
Referenced by LLWebBrowserCtrl::onNavigateComplete().

| virtual void LLWebBrowserCtrlObserver::onUpdateProgress | ( | const EventType & | eventIn | ) | [inline, virtual] |
Definition at line 98 of file llwebbrowserctrl.h.
Referenced by LLWebBrowserCtrl::onUpdateProgress().

| virtual void LLWebBrowserCtrlObserver::onStatusTextChange | ( | const EventType & | eventIn | ) | [inline, virtual] |
Reimplemented in LLFloaterHtmlHelp, and LLPanelAvatarWeb.
Definition at line 99 of file llwebbrowserctrl.h.
Referenced by LLWebBrowserCtrl::onStatusTextChange().

| virtual void LLWebBrowserCtrlObserver::onLocationChange | ( | const EventType & | eventIn | ) | [inline, virtual] |
Reimplemented in LLFloaterHtmlHelp, LLFloaterMediaBrowser, LLPanelAvatarWeb, and LLPanelDirFind.
Definition at line 100 of file llwebbrowserctrl.h.
Referenced by LLWebBrowserCtrl::onLocationChange().

| virtual void LLWebBrowserCtrlObserver::onClickLinkHref | ( | const EventType & | eventIn | ) | [inline, virtual] |
Definition at line 101 of file llwebbrowserctrl.h.
Referenced by LLWebBrowserCtrl::onClickLinkHref().

| virtual void LLWebBrowserCtrlObserver::onClickLinkNoFollow | ( | const EventType & | eventIn | ) | [inline, virtual] |
Definition at line 102 of file llwebbrowserctrl.h.
Referenced by LLWebBrowserCtrl::onClickLinkNoFollow().

1.5.5