summaryrefslogtreecommitdiff
path: root/indra/llui/llfloaterreglistener.h
AgeCommit message (Collapse)Author
2009-11-11Add LLEventAPI class, formalizing the mechanism by which we wrap a C++ APINat Goodspeed
with an event API. In addition to the LLEventPump name on which to listen, LLEventAPI accepts a documentation string for event API introspection. Give every LLEventDispatcher::add() overload a new documentation string parameter for event API introspection. Convert every existing event API to new conventions, introducing suitable documentation strings for the API and each of its operations.
2009-10-17Introduce LLFloaterRegListener "clickButton" event operation.Nat Goodspeed
Based on discussion with James and Richard, this operation should allow an automation script to locate a visible LLFloater and simulate clicking any one of its LLButton children by name. As yet untested.
2009-08-19Wrap LLFloaterReg::toggleInstance() as well as showInstance() and ↵Nat Goodspeed
hideInstance(). Use toggleInstance() in testfloaters.py.
2009-08-14Wrap a subset of the LLFloaterReg API with an event APINat Goodspeed