llfloaterland.cpp File Reference

"About Land" floater, allowing display and editing of land parcel properties. More...

#include "llviewerprecompiledheaders.h"
#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 "llpanellandmedia.h"
#include "llscrolllistctrl.h"
#include "llselectmgr.h"
#include "llspinctrl.h"
#include "lltabcontainer.h"
#include "lltextbox.h"
#include "lltexturectrl.h"
#include "lluiconstants.h"
#include "lluictrlfactory.h"
#include "llviewermessage.h"
#include "llviewerparcelmgr.h"
#include "llviewerregion.h"
#include "llviewerstats.h"
#include "llviewertexteditor.h"
#include "llviewerwindow.h"
#include "llviewercontrol.h"
#include "roles_constants.h"
#include <sstream>
#include <time.h>

Include dependency graph for llfloaterland.cpp:

Go to the source code of this file.

Classes

class  LLParcelSelectionObserver

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 S32 EDIT_HEIGHT = 16
static const S32 LEFT = HPAD
static const S32 BOTTOM = VPAD
static const S32 RULER0 = LEFT
static const S32 RULER05 = RULER0 + 24
static const S32 RULER1 = RULER05 + 16
static const S32 RULER15 = RULER1 + 20
static const S32 RULER2 = RULER1 + 32
static const S32 RULER205 = RULER2 + 32
static const S32 RULER20 = RULER2 + 64
static const S32 RULER21 = RULER20 + 16
static const S32 RULER22 = RULER21 + 32
static const S32 RULER225 = RULER20 + 64
static const S32 RULER23 = RULER22 + 64
static const S32 RULER24 = RULER23 + 26
static const S32 RULER3 = RULER2 + 102
static const S32 RULER4 = RULER3 + 8
static const S32 RULER5 = RULER4 + 50
static const S32 RULER6 = RULER5 + 52
static const S32 RULER7 = RULER6 + 24
static const S32 RIGHT = LEFT + 278
static const S32 FAR_RIGHT = LEFT + 324 + 40
static const char PRICE [] = "Price:"
static const char NO_PRICE [] = ""
static const char AREA [] = "Area:"
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


Detailed Description

"About Land" floater, allowing display and editing of land parcel properties.

LicenseInfo
firstyear=2002&license=viewergpl

Copyright (c) 2002-2008, 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://secondlifegrid.net/programs/open_source/licensing/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://secondlifegrid.net/programs/open_source/licensing/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.


Function Documentation

void send_other_clean_time_message ( S32  parcel_local_id,
S32  other_clean_time 
)

void send_parcel_select_objects ( S32  parcel_local_id,
S32  return_type,
uuid_list_t return_ids = NULL 
)

void send_return_objects_message ( S32  parcel_local_id,
S32  return_type,
uuid_list_t owner_ids = NULL 
)


Variable Documentation

const char AREA[] = "Area:" [static]

Definition at line 101 of file llfloaterland.cpp.

const S32 BOTTOM = VPAD [static]

Definition at line 78 of file llfloaterland.cpp.

const BOOL BUY_GROUP_LAND = TRUE [static]

Definition at line 108 of file llfloaterland.cpp.

Referenced by LLPanelLandGeneral::postBuild().

const BOOL BUY_PERSONAL_LAND = FALSE [static]

Definition at line 109 of file llfloaterland.cpp.

Referenced by LLPanelLandGeneral::postBuild().

const S32 EDIT_HEIGHT = 16 [static]

Definition at line 76 of file llfloaterland.cpp.

const S32 FAR_RIGHT = LEFT + 324 + 40 [static]

Definition at line 97 of file llfloaterland.cpp.

const S32 LEFT = HPAD [static]

const char NO_PRICE[] = "" [static]

Definition at line 100 of file llfloaterland.cpp.

const char OWNER_GROUP[] = "2" [static]

const char OWNER_OFFLINE[] = "1" [static]

const char OWNER_ONLINE[] = "0" [static]

const char PRICE[] = "Price:" [static]

Definition at line 99 of file llfloaterland.cpp.

const S32 RIGHT = LEFT + 278 [static]

const S32 RULER0 = LEFT [static]

Definition at line 79 of file llfloaterland.cpp.

const S32 RULER05 = RULER0 + 24 [static]

Definition at line 80 of file llfloaterland.cpp.

const S32 RULER1 = RULER05 + 16 [static]

Definition at line 81 of file llfloaterland.cpp.

Referenced by LLPanelDebug::LLPanelDebug().

const S32 RULER15 = RULER1 + 20 [static]

Definition at line 82 of file llfloaterland.cpp.

const S32 RULER2 = RULER1 + 32 [static]

Definition at line 83 of file llfloaterland.cpp.

Referenced by LLPanelDebug::LLPanelDebug().

const S32 RULER20 = RULER2 + 64 [static]

Definition at line 85 of file llfloaterland.cpp.

const S32 RULER205 = RULER2 + 32 [static]

Definition at line 84 of file llfloaterland.cpp.

const S32 RULER21 = RULER20 + 16 [static]

Definition at line 86 of file llfloaterland.cpp.

const S32 RULER22 = RULER21 + 32 [static]

Definition at line 87 of file llfloaterland.cpp.

const S32 RULER225 = RULER20 + 64 [static]

Definition at line 88 of file llfloaterland.cpp.

const S32 RULER23 = RULER22 + 64 [static]

Definition at line 89 of file llfloaterland.cpp.

const S32 RULER24 = RULER23 + 26 [static]

Definition at line 90 of file llfloaterland.cpp.

const S32 RULER3 = RULER2 + 102 [static]

Definition at line 91 of file llfloaterland.cpp.

const S32 RULER4 = RULER3 + 8 [static]

Definition at line 92 of file llfloaterland.cpp.

const S32 RULER5 = RULER4 + 50 [static]

Definition at line 93 of file llfloaterland.cpp.

const S32 RULER6 = RULER5 + 52 [static]

Definition at line 94 of file llfloaterland.cpp.

const S32 RULER7 = RULER6 + 24 [static]

Definition at line 95 of file llfloaterland.cpp.


Generated on Fri May 16 08:36:31 2008 for SecondLife by  doxygen 1.5.5