LLPanelRegionDebugInfo Class Reference

#include <llfloaterregioninfo.h>

Inheritance diagram for LLPanelRegionDebugInfo:

Inheritance graph
[legend]
Collaboration diagram for LLPanelRegionDebugInfo:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

Definition at line 168 of file llfloaterregioninfo.h.


Constructor & Destructor Documentation

LLPanelRegionDebugInfo::LLPanelRegionDebugInfo (  )  [inline]

Definition at line 171 of file llfloaterregioninfo.h.

LLPanelRegionDebugInfo::~LLPanelRegionDebugInfo (  )  [inline]

Definition at line 173 of file llfloaterregioninfo.h.


Member Function Documentation

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().

void LLPanelRegionDebugInfo::callbackRestart ( S32  option,
void data 
) [static, protected]

Definition at line 948 of file llfloaterregioninfo.cpp.

References LLFloaterRegionInfo::getLastInvoice(), and gMessageSystem.

Referenced by onClickRestart().

void LLPanelRegionDebugInfo::callbackReturnScriptedAll ( S32  option,
void  
) [static, protected]

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().

void LLPanelRegionDebugInfo::onClickCancelRestart ( void data  )  [static, protected]

Definition at line 960 of file llfloaterregioninfo.cpp.

References LLFloaterRegionInfo::getLastInvoice(), and gMessageSystem.

Referenced by postBuild().

void LLPanelRegionDebugInfo::onClickChooseAvatar ( void  )  [static, protected]

Definition at line 846 of file llfloaterregioninfo.cpp.

References callbackAvatarID(), FALSE, LLFloaterAvatarPicker::show(), and TRUE.

Referenced by postBuild().

void LLPanelRegionDebugInfo::onClickRestart ( void data  )  [static, protected]

Definition at line 942 of file llfloaterregioninfo.cpp.

References LLViewerWindow::alertXml(), callbackRestart(), and gViewerWindow.

Referenced by postBuild().

void LLPanelRegionDebugInfo::onClickReturnScriptedAll ( void  )  [static, protected]

Definition at line 890 of file llfloaterregioninfo.cpp.

References LLViewerWindow::alertXml(), LLSD::asString(), callbackReturnScriptedAll(), LLPanel::childGetValue(), gViewerWindow, LLUUID::isNull(), and mTargetAvatar.

Referenced by postBuild().

void LLPanelRegionDebugInfo::onClickReturnScriptedOtherLand ( void  )  [static, protected]

Definition at line 862 of file llfloaterregioninfo.cpp.

References LLViewerWindow::alertXml(), LLSD::asString(), callbackReturnScriptedOtherLand(), LLPanel::childGetValue(), gViewerWindow, LLUUID::isNull(), and mTargetAvatar.

Referenced by postBuild().

void LLPanelRegionDebugInfo::onClickTopColliders ( void  )  [static, protected]

Definition at line 918 of file llfloaterregioninfo.cpp.

References LLFloaterTopObjects::clearList(), LLFloaterRegionInfo::getLastInvoice(), gMessageSystem, and LLFloaterTopObjects::show().

Referenced by postBuild().

void LLPanelRegionDebugInfo::onClickTopScripts ( void  )  [static, protected]

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.


Member Data Documentation

LLUUID LLPanelRegionDebugInfo::mTargetAvatar [private]

Definition at line 195 of file llfloaterregioninfo.h.

Referenced by onClickReturnScriptedAll(), onClickReturnScriptedOtherLand(), and refreshFromRegion().


The documentation for this class was generated from the following files:
Generated on Thu Jul 1 06:11:38 2010 for Second Life Viewer by  doxygen 1.4.7