#include "llviewerprecompiledheaders.h"
#include "llfloaterbuyland.h"
#include "llagent.h"
#include "llbutton.h"
#include "llcachename.h"
#include "llcheckboxctrl.h"
#include "llcombobox.h"
#include "llconfirmationmanager.h"
#include "llcurrencyuimanager.h"
#include "llfloater.h"
#include "llfloatertools.h"
#include "llframetimer.h"
#include "lliconctrl.h"
#include "lllineeditor.h"
#include "llnotify.h"
#include "llparcel.h"
#include "llstatusbar.h"
#include "lltextbox.h"
#include "lltexturectrl.h"
#include "llviewchildren.h"
#include "llviewercontrol.h"
#include "llvieweruictrlfactory.h"
#include "llviewerparcelmgr.h"
#include "llviewerregion.h"
#include "llviewertexteditor.h"
#include "llviewerwindow.h"
#include "llweb.h"
#include "llwindow.h"
#include "llworld.h"
#include "llxmlrpctransaction.h"
#include "viewer.h"
#include "roles_constants.h"
Include dependency graph for llfloaterbuyland.cpp:
Go to the source code of this file.
Classes | |
class | LLFloaterBuyLandUI |
class | LLFloaterBuyLandUI::SelectionObserver |
Functions | |
static void | cacheNameUpdateRefreshesBuyLand (const LLUUID &, const char *, const char *, BOOL, void *data) |
Variables | |
const F32 | GROUP_LAND_BONUS_FACTOR = 1.1f |
const F64 | CURRENCY_ESTIMATE_FREQUENCY = 0.5 |
Copyright (c) 2005-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 llfloaterbuyland.cpp.
static void cacheNameUpdateRefreshesBuyLand | ( | const LLUUID & | , | |
const char * | , | |||
const char * | , | |||
BOOL | , | |||
void * | data | |||
) | [static] |
Definition at line 199 of file llfloaterbuyland.cpp.
References LLFloaterBuyLandUI::soleInstance(), and LLFloaterBuyLandUI::updateNames().
Referenced by LLFloaterBuyLandUI::soleInstance().
const F64 CURRENCY_ESTIMATE_FREQUENCY = 0.5 |
Definition at line 70 of file llfloaterbuyland.cpp.
const F32 GROUP_LAND_BONUS_FACTOR = 1.1f |