#include <llevent.h>
Inheritance diagram for LLEvent:
Public Member Functions | |
LLEvent (LLObservable *source, const std::string &desc="") | |
LLObservable * | getSource () |
virtual LLSD | getValue () |
virtual bool | accept (LLEventListener *listener) |
virtual const std::string & | desc () |
Protected Member Functions | |
virtual | ~LLEvent () |
Private Attributes | |
LLObservable * | mSource |
std::string | mDesc |
Definition at line 46 of file llevent.h.
LLEvent::~LLEvent | ( | ) | [protected, virtual] |
Definition at line 41 of file llevent.cpp.
LLEvent::LLEvent | ( | LLObservable * | source, | |
const std::string & | desc = "" | |||
) | [inline] |
bool LLEvent::accept | ( | LLEventListener * | listener | ) | [virtual] |
Definition at line 46 of file llevent.cpp.
const std::string & LLEvent::desc | ( | ) | [virtual] |
LLObservable* LLEvent::getSource | ( | ) | [inline] |
virtual LLSD LLEvent::getValue | ( | ) | [inline, virtual] |
std::string LLEvent::mDesc [private] |
LLObservable* LLEvent::mSource [private] |