#include <llevent.h>


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] |
| LLObservable* LLEvent::getSource | ( | ) | [inline] |
| virtual LLSD LLEvent::getValue | ( | ) | [inline, virtual] |
Reimplemented in LLValueChangedEvent, LLSpeakerTextModerationEvent, LLSpeakerVoiceModerationEvent, and LLSpeakerListChangeEvent.
| bool LLEvent::accept | ( | LLEventListener * | listener | ) | [virtual] |
Definition at line 46 of file llevent.cpp.
| const std::string & LLEvent::desc | ( | ) | [virtual] |
LLObservable* LLEvent::mSource [private] |
std::string LLEvent::mDesc [private] |
1.5.5