Public Member Functions | |
LLGroupMoneyDetailsTabEventHandler (LLButton *earlier_buttonp, LLButton *later_buttonp, LLTextEditor *text_editorp, LLTabContainerCommon *tab_containerp, LLPanel *panelp, const LLString &loading_text, const LLUUID &group_id) | |
virtual | ~LLGroupMoneyDetailsTabEventHandler () |
virtual void | requestData (LLMessageSystem *msg) |
virtual void | processReply (LLMessageSystem *msg, void **data) |
Definition at line 89 of file llpanelgrouplandmoney.cpp.
LLGroupMoneyDetailsTabEventHandler::LLGroupMoneyDetailsTabEventHandler | ( | LLButton * | earlier_buttonp, | |
LLButton * | later_buttonp, | |||
LLTextEditor * | text_editorp, | |||
LLTabContainerCommon * | tab_containerp, | |||
LLPanel * | panelp, | |||
const LLString & | loading_text, | |||
const LLUUID & | group_id | |||
) |
Definition at line 998 of file llpanelgrouplandmoney.cpp.
LLGroupMoneyDetailsTabEventHandler::~LLGroupMoneyDetailsTabEventHandler | ( | ) | [virtual] |
Definition at line 1017 of file llpanelgrouplandmoney.cpp.
void LLGroupMoneyDetailsTabEventHandler::processReply | ( | LLMessageSystem * | msg, | |
void ** | data | |||
) | [virtual] |
Reimplemented from LLGroupMoneyTabEventHandler.
Definition at line 1043 of file llpanelgrouplandmoney.cpp.
References _PREHASH_AgentData, _PREHASH_Amount, _PREHASH_CurrentInterval, _PREHASH_Description, _PREHASH_GroupID, _PREHASH_HistoryData, _PREHASH_IntervalDays, _PREHASH_MoneyData, _PREHASH_StartDate, LLMessageSystem::getNumberOfBlocksFast(), LLMessageSystem::getS32Fast(), LLMessageSystem::getStringFast(), LLMessageSystem::getUUIDFast(), i, llendl, llinfos, llwarns, MAX_STRING, LLGroupMoneyTabEventHandler::mImplementationp, and S32.
void LLGroupMoneyDetailsTabEventHandler::requestData | ( | LLMessageSystem * | msg | ) | [virtual] |
Reimplemented from LLGroupMoneyTabEventHandler.
Definition at line 1021 of file llpanelgrouplandmoney.cpp.
References _PREHASH_AgentData, _PREHASH_AgentID, _PREHASH_CurrentInterval, _PREHASH_GroupAccountDetailsRequest, _PREHASH_GroupID, _PREHASH_IntervalDays, _PREHASH_MoneyData, _PREHASH_RequestID, _PREHASH_SessionID, LLMessageSystem::addS32Fast(), LLMessageSystem::addUUIDFast(), gAgent, LLAgent::getID(), LLAgent::getSessionID(), LLGroupMoneyTabEventHandler::mImplementationp, LLMessageSystem::newMessageFast(), LLMessageSystem::nextBlockFast(), LLGroupMoneyTabEventHandler::requestData(), and LLAgent::sendReliableMessage().