#include "llviewerprecompiledheaders.h"
#include <sstream>
#include "llfloaterland.h"
#include "llcachename.h"
#include "llfocusmgr.h"
#include "llparcel.h"
#include "message.h"
#include "llagent.h"
#include "llfloateravatarpicker.h"
#include "llbutton.h"
#include "llcheckboxctrl.h"
#include "llradiogroup.h"
#include "llcombobox.h"
#include "llfloaterauction.h"
#include "llfloateravatarinfo.h"
#include "llfloatergroups.h"
#include "llfloatergroupinfo.h"
#include "lllineeditor.h"
#include "llnamelistctrl.h"
#include "llnotify.h"
#include "llscrolllistctrl.h"
#include "llselectmgr.h"
#include "llspinctrl.h"
#include "lltabcontainer.h"
#include "lltextbox.h"
#include "lltexturectrl.h"
#include "lluiconstants.h"
#include "llvieweruictrlfactory.h"
#include "llviewermessage.h"
#include "llviewerparcelmgr.h"
#include "llviewerregion.h"
#include "llviewerstats.h"
#include "llviewertexteditor.h"
#include "llviewerwindow.h"
#include "llmediaengine.h"
#include "llviewercontrol.h"
#include "roles_constants.h"
Include dependency graph for llfloaterland.cpp:
Go to the source code of this file.
Classes | |
class | LLParcelSelectionObserver |
Enumerations | |
enum | { kRadioVoiceChatEstate = 0, kRadioVoiceChatPrivate = 1, kRadioVoiceChatDisable = 2 } |
Functions | |
void | send_parcel_select_objects (S32 parcel_local_id, S32 return_type, uuid_list_t *return_ids=NULL) |
void | send_other_clean_time_message (S32 parcel_local_id, S32 other_clean_time) |
void | send_return_objects_message (S32 parcel_local_id, S32 return_type, uuid_list_t *owner_ids=NULL) |
Variables | |
static const char | OWNER_ONLINE [] = "0" |
static const char | OWNER_OFFLINE [] = "1" |
static const char | OWNER_GROUP [] = "2" |
static const BOOL | BUY_GROUP_LAND = TRUE |
static const BOOL | BUY_PERSONAL_LAND = FALSE |
Copyright (c) 2002-2007, Linden Research, Inc.
Second Life Viewer Source Code The source code in this file ("Source Code") is provided by Linden Lab to you under the terms of the GNU General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other License"), formally executed by you and Linden Lab. Terms of the GPL can be found in doc/GPL-license.txt in this distribution, or online at http://secondlife.com/developers/opensource/gplv2
There are special exceptions to the terms and conditions of the GPL as it is applied to this Source Code. View the full text of the exception in the file doc/FLOSS-exception.txt in this software distribution, or online at http://secondlife.com/developers/opensource/flossexception
By copying, modifying or distributing this software, you acknowledge that you have read and understood your obligations described above, and agree to abide by those obligations.
ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, COMPLETENESS OR PERFORMANCE. $/LicenseInfo$
Definition in file llfloaterland.cpp.
anonymous enum |
Definition at line 84 of file llfloaterland.cpp.
Definition at line 1282 of file llfloaterland.cpp.
References _PREHASH_AgentData, _PREHASH_AgentID, _PREHASH_LocalID, _PREHASH_OtherCleanTime, _PREHASH_ParcelData, _PREHASH_ParcelSetOtherCleanTime, _PREHASH_SessionID, LLMessageSystem::addS32Fast(), LLMessageSystem::addUUIDFast(), gAgent, LLViewerRegion::getHost(), LLAgent::getID(), LLViewerParcelMgr::getSelectionRegion(), LLAgent::getSessionID(), gMessageSystem, gParcelMgr, LLMessageSystem::newMessageFast(), LLMessageSystem::nextBlockFast(), and LLMessageSystem::sendReliable().
Referenced by LLPanelLandObjects::onLostFocus().
void send_parcel_select_objects | ( | S32 | parcel_local_id, | |
S32 | return_type, | |||
uuid_list_t * | return_ids = NULL | |||
) |
Definition at line 109 of file llfloaterland.cpp.
References _PREHASH_AgentData, _PREHASH_AgentID, _PREHASH_LocalID, _PREHASH_ParcelData, _PREHASH_ParcelSelectObjects, _PREHASH_ReturnID, _PREHASH_ReturnIDs, _PREHASH_ReturnType, _PREHASH_SessionID, LLMessageSystem::addS32Fast(), LLMessageSystem::addUUIDFast(), end, gAgent, LLViewerRegion::getHost(), LLAgent::getID(), LLViewerParcelMgr::getSelectionRegion(), LLAgent::getSessionID(), gMessageSystem, gParcelMgr, gSelectMgr, LLMessageSystem::newMessageFast(), LLMessageSystem::nextBlockFast(), LLUUID::null, LLMessageSystem::sendReliable(), and LLSelectMgr::unhighlightAll().
Referenced by LLPanelLandObjects::clickShowCore(), LLFloaterSellLandUI::doShowObjects(), LLPanelLandObjects::onClickReturnGroupObjects(), LLPanelLandObjects::onClickReturnOtherObjects(), LLPanelLandObjects::onClickReturnOwnerList(), and LLPanelLandObjects::onClickReturnOwnerObjects().
void send_return_objects_message | ( | S32 | parcel_local_id, | |
S32 | return_type, | |||
uuid_list_t * | owner_ids = NULL | |||
) |
Definition at line 1300 of file llfloaterland.cpp.
References _PREHASH_AgentData, _PREHASH_AgentID, _PREHASH_LocalID, _PREHASH_OwnerID, _PREHASH_OwnerIDs, _PREHASH_ParcelData, _PREHASH_ParcelReturnObjects, _PREHASH_ReturnType, _PREHASH_SessionID, LLMessageSystem::addS32Fast(), LLMessageSystem::addU32Fast(), LLMessageSystem::addUUID(), LLMessageSystem::addUUIDFast(), end, gAgent, LLViewerRegion::getHost(), LLAgent::getID(), LLViewerParcelMgr::getSelectionRegion(), LLAgent::getSessionID(), gMessageSystem, gParcelMgr, LLMessageSystem::newMessageFast(), LLMessageSystem::nextBlock(), LLMessageSystem::nextBlockFast(), LLUUID::null, and LLMessageSystem::sendReliable().
Referenced by LLPanelLandObjects::callbackReturnGroupObjects(), LLPanelLandObjects::callbackReturnOtherObjects(), LLPanelLandObjects::callbackReturnOwnerList(), and LLPanelLandObjects::callbackReturnOwnerObjects().
const BOOL BUY_GROUP_LAND = TRUE [static] |
const BOOL BUY_PERSONAL_LAND = FALSE [static] |
const char OWNER_GROUP[] = "2" [static] |
Definition at line 77 of file llfloaterland.cpp.
Referenced by LLPanelLandObjects::onCommitList(), LLPanelLandObjects::onDoubleClickOwner(), and LLPanelLandObjects::processParcelObjectOwnersReply().
const char OWNER_OFFLINE[] = "1" [static] |
Definition at line 76 of file llfloaterland.cpp.
Referenced by LLPanelLandObjects::processParcelObjectOwnersReply().
const char OWNER_ONLINE[] = "0" [static] |
Definition at line 75 of file llfloaterland.cpp.
Referenced by LLPanelLandObjects::processParcelObjectOwnersReply().