[sldev] checking how the viewer gets Event info

Robin Cornelius robin.cornelius at gmail.com
Mon Sep 8 06:59:20 PDT 2008


On Mon, Sep 8, 2008 at 2:08 PM, SignpostMarv Martin
<me at signpostmarv.name> wrote:
> Ambrosia wrote:
>>
>> What kind of events are you referring to?
>>
>
> In-world events, as in the things people host and spamalot :-P
>
>

All the search code is pretty much self contained within
newview/llpaneldirevents.cpp

llpaneldirevents::performQuery() does the query

The events are received into llpaneldirbrowser.cpp

LLPanelDirBrowser::processDir****Reply()

for the various events/people etc searches

LLPanelDirEvents has LLPanelDirBrowser as a parent class as do each of
the other search panels.

Robin


More information about the SLDev mailing list