

Public Member Functions | |
| LLGroupMoneyDetailsTabEventHandler (LLButton *earlier_buttonp, LLButton *later_buttonp, LLTextEditor *text_editorp, LLTabContainer *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, | |||
| LLTabContainer * | tab_containerp, | |||
| LLPanel * | panelp, | |||
| const LLString & | loading_text, | |||
| const LLUUID & | group_id | |||
| ) |
Definition at line 983 of file llpanelgrouplandmoney.cpp.
| LLGroupMoneyDetailsTabEventHandler::~LLGroupMoneyDetailsTabEventHandler | ( | ) | [virtual] |
Definition at line 1002 of file llpanelgrouplandmoney.cpp.
| void LLGroupMoneyDetailsTabEventHandler::requestData | ( | LLMessageSystem * | msg | ) | [virtual] |
Reimplemented from LLGroupMoneyTabEventHandler.
Definition at line 1006 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::impl::mCurrentInterval, LLGroupMoneyTabEventHandler::impl::mGroupID, LLGroupMoneyTabEventHandler::mImplementationp, LLGroupMoneyTabEventHandler::impl::mIntervalLength, LLGroupMoneyTabEventHandler::impl::mLoadingText, LLGroupMoneyTabEventHandler::impl::mPanelID, LLGroupMoneyTabEventHandler::impl::mTextEditorp, LLMessageSystem::newMessageFast(), LLMessageSystem::nextBlockFast(), LLGroupMoneyTabEventHandler::requestData(), LLAgent::sendReliableMessage(), and LLTextEditor::setText().

| void LLGroupMoneyDetailsTabEventHandler::processReply | ( | LLMessageSystem * | msg, | |
| void ** | data | |||
| ) | [virtual] |
Reimplemented from LLGroupMoneyTabEventHandler.
Definition at line 1028 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::impl::mCurrentInterval, LLGroupMoneyTabEventHandler::impl::mGroupID, LLGroupMoneyTabEventHandler::mImplementationp, LLGroupMoneyTabEventHandler::impl::mIntervalLength, LLGroupMoneyTabEventHandler::impl::mTextEditorp, S32, and LLTextEditor::setText().

1.5.5