#include <llmediaemitterevents.h>
Collaboration diagram for LLMediaEvent:
Public Member Functions | |
LLMediaEvent (S32 actionIn, const LLString &urlIn, void *data=NULL) | |
virtual | ~LLMediaEvent () |
S32 | getAction () const |
LLString | getUrl () const |
void * | getData () const |
Private Attributes | |
S32 | action |
std::string | url |
void * | mData |
Definition at line 39 of file llmediaemitterevents.h.
Definition at line 42 of file llmediaemitterevents.h.
virtual LLMediaEvent::~LLMediaEvent | ( | ) | [inline, virtual] |
Definition at line 48 of file llmediaemitterevents.h.
S32 LLMediaEvent::getAction | ( | ) | const [inline] |
void* LLMediaEvent::getData | ( | ) | const [inline] |
LLString LLMediaEvent::getUrl | ( | ) | const [inline] |
S32 LLMediaEvent::action [private] |
void* LLMediaEvent::mData [private] |
std::string LLMediaEvent::url [private] |