#include <llwebbrowserctrl.h>
Collaboration diagram for LLWebBrowserCtrlEvent:
Public Member Functions | |
LLWebBrowserCtrlEvent () | |
LLWebBrowserCtrlEvent (int intValIn) | |
LLWebBrowserCtrlEvent (std::string stringValIn) | |
virtual | ~LLWebBrowserCtrlEvent () |
int | getIntValue () const |
std::string | getStringValue () const |
Private Attributes | |
int | mIntVal |
std::string | mStringVal |
Definition at line 39 of file llwebbrowserctrl.h.
LLWebBrowserCtrlEvent::LLWebBrowserCtrlEvent | ( | ) | [inline] |
Definition at line 42 of file llwebbrowserctrl.h.
LLWebBrowserCtrlEvent::LLWebBrowserCtrlEvent | ( | int | intValIn | ) | [inline] |
Definition at line 46 of file llwebbrowserctrl.h.
LLWebBrowserCtrlEvent::LLWebBrowserCtrlEvent | ( | std::string | stringValIn | ) | [inline] |
Definition at line 51 of file llwebbrowserctrl.h.
virtual LLWebBrowserCtrlEvent::~LLWebBrowserCtrlEvent | ( | ) | [inline, virtual] |
Definition at line 56 of file llwebbrowserctrl.h.
int LLWebBrowserCtrlEvent::getIntValue | ( | ) | const [inline] |
std::string LLWebBrowserCtrlEvent::getStringValue | ( | ) | const [inline] |
int LLWebBrowserCtrlEvent::mIntVal [private] |
std::string LLWebBrowserCtrlEvent::mStringVal [private] |