

Public Member Functions | |
| LLGroupMoneySalesTabEventHandler (LLButton *earlier_buttonp, LLButton *later_buttonp, LLTextEditor *text_editorp, LLTabContainer *tab_containerp, LLPanel *panelp, const LLString &loading_text, const LLUUID &group_id) | |
| virtual | ~LLGroupMoneySalesTabEventHandler () |
| virtual void | requestData (LLMessageSystem *msg) |
| virtual void | processReply (LLMessageSystem *msg, void **data) |
Definition at line 106 of file llpanelgrouplandmoney.cpp.
| LLGroupMoneySalesTabEventHandler::LLGroupMoneySalesTabEventHandler | ( | 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 1123 of file llpanelgrouplandmoney.cpp.
| LLGroupMoneySalesTabEventHandler::~LLGroupMoneySalesTabEventHandler | ( | ) | [virtual] |
Definition at line 1142 of file llpanelgrouplandmoney.cpp.
| void LLGroupMoneySalesTabEventHandler::requestData | ( | LLMessageSystem * | msg | ) | [virtual] |
Reimplemented from LLGroupMoneyTabEventHandler.
Definition at line 1146 of file llpanelgrouplandmoney.cpp.
References _PREHASH_AgentData, _PREHASH_AgentID, _PREHASH_CurrentInterval, _PREHASH_GroupAccountTransactionsRequest, _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 LLGroupMoneySalesTabEventHandler::processReply | ( | LLMessageSystem * | msg, | |
| void ** | data | |||
| ) | [virtual] |
Reimplemented from LLGroupMoneyTabEventHandler.
Definition at line 1168 of file llpanelgrouplandmoney.cpp.
References _PREHASH_AgentData, _PREHASH_Amount, _PREHASH_CurrentInterval, _PREHASH_GroupID, _PREHASH_HistoryData, _PREHASH_IntervalDays, _PREHASH_Item, _PREHASH_MoneyData, _PREHASH_StartDate, _PREHASH_Time, _PREHASH_Type, _PREHASH_User, LLMessageSystem::getNumberOfBlocksFast(), LLMessageSystem::getS32Fast(), LLMessageSystem::getStringFast(), LLTextEditor::getText(), LLMessageSystem::getUUIDFast(), i, llendl, llinfos, llwarns, MAX_STRING, LLGroupMoneyTabEventHandler::impl::mCurrentInterval, LLGroupMoneyTabEventHandler::impl::mGroupID, LLGroupMoneyTabEventHandler::mImplementationp, LLGroupMoneyTabEventHandler::impl::mIntervalLength, LLGroupMoneyTabEventHandler::impl::mLoadingText, LLGroupMoneyTabEventHandler::impl::mTextEditorp, S32, LLTextEditor::setText(), TRANS_EVENT_FEE, TRANS_EVENT_PRIZE, TRANS_GIFT, TRANS_LAND_PASS_SALE, TRANS_OBJECT_SALE, and TRANS_PAY_OBJECT.

1.5.5