#include <llfloaterregioninfo.h>
Inheritance diagram for LLPanelRegionDebugInfo:
Public Member Functions | |
LLPanelRegionDebugInfo () | |
~LLPanelRegionDebugInfo () | |
virtual BOOL | postBuild () |
virtual bool | refreshFromRegion (LLViewerRegion *region) |
Protected Member Functions | |
virtual BOOL | sendUpdate () |
Static Protected Member Functions | |
static void | onClickChooseAvatar (void *) |
static void | callbackAvatarID (const std::vector< std::string > &names, const std::vector< LLUUID > &ids, void *data) |
static void | onClickReturnScriptedOtherLand (void *) |
static void | callbackReturnScriptedOtherLand (S32 option, void *) |
static void | onClickReturnScriptedAll (void *) |
static void | callbackReturnScriptedAll (S32 option, void *) |
static void | onClickTopColliders (void *) |
static void | onClickTopScripts (void *) |
static void | onClickRestart (void *data) |
static void | callbackRestart (S32 option, void *data) |
static void | onClickCancelRestart (void *data) |
Private Attributes | |
LLUUID | mTargetAvatar |
Definition at line 168 of file llfloaterregioninfo.h.
LLPanelRegionDebugInfo::LLPanelRegionDebugInfo | ( | ) | [inline] |
Definition at line 171 of file llfloaterregioninfo.h.
LLPanelRegionDebugInfo::~LLPanelRegionDebugInfo | ( | ) | [inline] |
Definition at line 173 of file llfloaterregioninfo.h.
void LLPanelRegionDebugInfo::callbackAvatarID | ( | const std::vector< std::string > & | names, | |
const std::vector< LLUUID > & | ids, | |||
void * | data | |||
) | [static, protected] |
Definition at line 852 of file llfloaterregioninfo.cpp.
References gAgent, and LLAgent::getRegion().
Referenced by onClickChooseAvatar().
Definition at line 948 of file llfloaterregioninfo.cpp.
References LLFloaterRegionInfo::getLastInvoice(), and gMessageSystem.
Referenced by onClickRestart().
Definition at line 902 of file llfloaterregioninfo.cpp.
References send_sim_wide_deletes(), SWD_ALWAYS_RETURN_OBJECTS, and SWD_SCRIPTED_ONLY.
Referenced by onClickReturnScriptedAll().
void LLPanelRegionDebugInfo::callbackReturnScriptedOtherLand | ( | S32 | option, | |
void * | ||||
) | [static, protected] |
Definition at line 873 of file llfloaterregioninfo.cpp.
References send_sim_wide_deletes(), SWD_ALWAYS_RETURN_OBJECTS, SWD_OTHERS_LAND_ONLY, and SWD_SCRIPTED_ONLY.
Referenced by onClickReturnScriptedOtherLand().
Definition at line 960 of file llfloaterregioninfo.cpp.
References LLFloaterRegionInfo::getLastInvoice(), and gMessageSystem.
Referenced by postBuild().
Definition at line 846 of file llfloaterregioninfo.cpp.
References callbackAvatarID(), FALSE, LLFloaterAvatarPicker::show(), and TRUE.
Referenced by postBuild().
Definition at line 942 of file llfloaterregioninfo.cpp.
References LLViewerWindow::alertXml(), callbackRestart(), and gViewerWindow.
Referenced by postBuild().
Definition at line 890 of file llfloaterregioninfo.cpp.
References LLViewerWindow::alertXml(), LLSD::asString(), callbackReturnScriptedAll(), LLPanel::childGetValue(), gViewerWindow, LLUUID::isNull(), and mTargetAvatar.
Referenced by postBuild().
Definition at line 862 of file llfloaterregioninfo.cpp.
References LLViewerWindow::alertXml(), LLSD::asString(), callbackReturnScriptedOtherLand(), LLPanel::childGetValue(), gViewerWindow, LLUUID::isNull(), and mTargetAvatar.
Referenced by postBuild().
Definition at line 918 of file llfloaterregioninfo.cpp.
References LLFloaterTopObjects::clearList(), LLFloaterRegionInfo::getLastInvoice(), gMessageSystem, and LLFloaterTopObjects::show().
Referenced by postBuild().
Definition at line 930 of file llfloaterregioninfo.cpp.
References LLFloaterTopObjects::clearList(), LLFloaterRegionInfo::getLastInvoice(), gMessageSystem, and LLFloaterTopObjects::show().
Referenced by postBuild().
BOOL LLPanelRegionDebugInfo::postBuild | ( | ) | [virtual] |
Reimplemented from LLPanelRegionInfo.
Definition at line 782 of file llfloaterregioninfo.cpp.
References LLPanel::childSetAction(), LLPanelRegionInfo::initCtrl(), LLPanelRegionInfo::initHelpBtn(), onClickCancelRestart(), onClickChooseAvatar(), onClickRestart(), onClickReturnScriptedAll(), onClickReturnScriptedOtherLand(), onClickTopColliders(), onClickTopScripts(), LLPanelRegionInfo::postBuild(), and TRUE.
bool LLPanelRegionDebugInfo::refreshFromRegion | ( | LLViewerRegion * | region | ) | [virtual] |
Reimplemented from LLPanelRegionInfo.
Definition at line 808 of file llfloaterregioninfo.cpp.
References LLViewerRegion::canManageEstate(), LLPanel::childDisable(), LLPanel::childSetEnabled(), gAgent, LLAgent::isGodlike(), LLUUID::isNull(), mTargetAvatar, LLPanelRegionInfo::refreshFromRegion(), and LLPanel::setCtrlsEnabled().
BOOL LLPanelRegionDebugInfo::sendUpdate | ( | ) | [protected, virtual] |
Reimplemented from LLPanelRegionInfo.
Definition at line 826 of file llfloaterregioninfo.cpp.
References LLPanel::childGetValue(), LLFloaterRegionInfo::getLastInvoice(), gMessageSystem, llendl, llinfos, MAX_STRING, LLPanelRegionInfo::sendEstateOwnerMessage(), and TRUE.
LLUUID LLPanelRegionDebugInfo::mTargetAvatar [private] |
Definition at line 195 of file llfloaterregioninfo.h.
Referenced by onClickReturnScriptedAll(), onClickReturnScriptedOtherLand(), and refreshFromRegion().