#include <llfloaterevent.h>
Inheritance diagram for LLFloaterEventInfo:
Public Member Functions | |
LLFloaterEventInfo (const std::string &name, const U32 event_id) | |
~LLFloaterEventInfo () | |
void | displayEventInfo (const U32 event_id) |
Static Public Member Functions | |
static LLFloaterEventInfo * | show (const U32 event_id) |
static void * | createEventDetail (void *userdata) |
Private Attributes | |
U32 | mEventID |
LLPanelEvent * | mPanelEventp |
Definition at line 34 of file llfloaterevent.h.
LLFloaterEventInfo::LLFloaterEventInfo | ( | const std::string & | name, | |
const U32 | event_id | |||
) |
Definition at line 67 of file llfloaterevent.cpp.
References LLUICtrlFactory::buildFloater(), createEventDetail(), LLPanel::getFactoryMap(), gEventInfoInstances, gUICtrlFactory, and LLPanel::mFactoryMap.
Referenced by show().
LLFloaterEventInfo::~LLFloaterEventInfo | ( | ) |
Definition at line 90 of file llfloaterevent.cpp.
References LLUICtrlFactory::buildPanel(), and gUICtrlFactory.
Referenced by LLFloaterEventInfo().
Definition at line 83 of file llfloaterevent.cpp.
References mPanelEventp, LLPanelEvent::setEventID(), and LLFloater::setFrontmost().
Referenced by show().
LLFloaterEventInfo * LLFloaterEventInfo::show | ( | const U32 | event_id | ) | [static] |
Definition at line 100 of file llfloaterevent.cpp.
References LLFloater::center(), displayEventInfo(), gEventInfoInstances, LLFloaterEventInfo(), LLFloater::open(), and LLFloater::setFrontmost().
Referenced by LLEventHandler::handle().
U32 LLFloaterEventInfo::mEventID [private] |
LLPanelEvent* LLFloaterEventInfo::mPanelEventp [private] |