#include <lleventnotifier.h>
Collaboration diagram for LLEventNotification:
Public Member Functions | |
LLEventNotification () | |
virtual | ~LLEventNotification () |
BOOL | load (const LLUserAuth::response_t &en) |
BOOL | load (const LLEventInfo &event_info) |
U32 | getEventID () const |
const std::string & | getEventName () const |
U32 | getEventDate () const |
const std::string & | getEventDateStr () const |
LLVector3d | getEventPosGlobal () const |
Protected Attributes | |
U32 | mEventID |
std::string | mEventName |
std::string | mEventDateStr |
U32 | mEventDate |
LLVector3d | mEventPosGlobal |
Definition at line 66 of file lleventnotifier.h.
LLEventNotification::LLEventNotification | ( | ) |
Definition at line 204 of file lleventnotifier.cpp.
LLEventNotification::~LLEventNotification | ( | ) | [virtual] |
Definition at line 211 of file lleventnotifier.cpp.
U32 LLEventNotification::getEventDate | ( | ) | const [inline] |
const std::string& LLEventNotification::getEventDateStr | ( | ) | const [inline] |
U32 LLEventNotification::getEventID | ( | ) | const [inline] |
Definition at line 76 of file lleventnotifier.h.
References mEventID.
Referenced by LLEventNotifier::load(), and LLEventNotifier::notifyCallback().
const std::string& LLEventNotification::getEventName | ( | ) | const [inline] |
LLVector3d LLEventNotification::getEventPosGlobal | ( | ) | const [inline] |
Definition at line 80 of file lleventnotifier.h.
References mEventPosGlobal.
Referenced by LLEventNotifier::notifyCallback().
BOOL LLEventNotification::load | ( | const LLEventInfo & | event_info | ) |
Definition at line 321 of file lleventnotifier.cpp.
References mEventDate, mEventDateStr, mEventID, mEventName, mEventPosGlobal, LLEventInfo::mID, LLEventInfo::mName, LLEventInfo::mPosGlobal, LLEventInfo::mTimeStr, LLEventInfo::mUnixTime, and TRUE.
BOOL LLEventNotification::load | ( | const LLUserAuth::response_t & | en | ) |
Definition at line 216 of file lleventnotifier.cpp.
References FALSE, llendl, llinfos, LLVector3d::mdV, mEventDate, mEventDateStr, mEventID, mEventName, mEventPosGlobal, NULL, S32, TRUE, VX, VY, and VZ.
Referenced by LLEventNotifier::add(), and LLEventNotifier::load().
U32 LLEventNotification::mEventDate [protected] |
std::string LLEventNotification::mEventDateStr [protected] |
U32 LLEventNotification::mEventID [protected] |
std::string LLEventNotification::mEventName [protected] |
LLVector3d LLEventNotification::mEventPosGlobal [protected] |