#include <llfloaterland.h>
Inheritance diagram for LLPanelLandCovenant:
Public Member Functions | |
LLPanelLandCovenant (LLHandle< LLParcelSelection > &parcelp) | |
virtual | ~LLPanelLandCovenant () |
virtual BOOL | postBuild () |
void | refresh () |
Static Public Member Functions | |
static void | updateCovenantText (const std::string &string) |
static void | updateEstateName (const std::string &name) |
static void | updateLastModified (const std::string &text) |
static void | updateEstateOwnerName (const std::string &name) |
Protected Attributes | |
LLHandle< LLParcelSelection > & | mParcel |
Definition at line 482 of file llfloaterland.h.
LLPanelLandCovenant::LLPanelLandCovenant | ( | LLHandle< LLParcelSelection > & | parcelp | ) |
Definition at line 3060 of file llfloaterland.cpp.
LLPanelLandCovenant::~LLPanelLandCovenant | ( | ) | [virtual] |
Definition at line 3065 of file llfloaterland.cpp.
BOOL LLPanelLandCovenant::postBuild | ( | ) | [virtual] |
void LLPanelLandCovenant::refresh | ( | ) | [virtual] |
Reimplemented from LLPanel.
Definition at line 3076 of file llfloaterland.cpp.
References _PREHASH_AgentData, _PREHASH_AgentID, _PREHASH_SessionID, LLMessageSystem::addUUIDFast(), LLPanel::childGetText(), gAgent, LLPanel::getChildByName(), LLViewerRegion::getHost(), LLAgent::getID(), LLViewerRegion::getName(), LLViewerRegion::getRegionFlags(), LLViewerParcelMgr::getSelectionRegion(), LLAgent::getSessionID(), gMessageSystem, gParcelMgr, LLMessageSystem::newMessage(), LLMessageSystem::nextBlockFast(), REGION_FLAGS_ALLOW_PARCEL_CHANGES, REGION_FLAGS_BLOCK_LAND_RESELL, LLMessageSystem::sendReliable(), and LLTextBox::setText().
Referenced by postBuild().
void LLPanelLandCovenant::updateCovenantText | ( | const std::string & | string | ) | [static] |
Definition at line 3123 of file llfloaterland.cpp.
References LLFloaterLand::getCurrentPanelLandCovenant(), LLTextEditor::setHandleEditKeysDirectly(), LLTextEditor::setText(), and TRUE.
Referenced by onCovenantLoadComplete(), and process_covenant_reply().
void LLPanelLandCovenant::updateEstateName | ( | const std::string & | name | ) | [static] |
Definition at line 3138 of file llfloaterland.cpp.
References LLFloaterLand::getCurrentPanelLandCovenant(), and LLTextBox::setText().
Referenced by process_covenant_reply().
void LLPanelLandCovenant::updateEstateOwnerName | ( | const std::string & | name | ) | [static] |
Definition at line 3160 of file llfloaterland.cpp.
References LLFloaterLand::getCurrentPanelLandCovenant(), and LLTextBox::setText().
Referenced by callbackCacheEstateOwnerName().
void LLPanelLandCovenant::updateLastModified | ( | const std::string & | text | ) | [static] |
Definition at line 3149 of file llfloaterland.cpp.
References LLFloaterLand::getCurrentPanelLandCovenant(), and LLTextBox::setText().
Referenced by process_covenant_reply().
LLHandle<LLParcelSelection>& LLPanelLandCovenant::mParcel [protected] |
Definition at line 496 of file llfloaterland.h.