#include "llviewerprecompiledheaders.h"
#include "lltexturectrl.h"
#include "llagent.h"
#include "llviewerimagelist.h"
#include "llcheckboxctrl.h"
#include "llcombobox.h"
#include "llbutton.h"
#include "lldraghandle.h"
#include "llfocusmgr.h"
#include "llviewerimage.h"
#include "llfolderview.h"
#include "llinventory.h"
#include "llinventorymodel.h"
#include "llinventoryview.h"
#include "lllineeditor.h"
#include "llui.h"
#include "llviewerinventory.h"
#include "llpermissions.h"
#include "llsaleinfo.h"
#include "llassetstorage.h"
#include "lltextbox.h"
#include "llresizehandle.h"
#include "llscrollcontainer.h"
#include "lltoolmgr.h"
#include "lltoolpipette.h"
#include "lltool.h"
#include "llviewerwindow.h"
#include "llviewerobject.h"
#include "llviewercontrol.h"
#include "llglheaders.h"
#include "llvieweruictrlfactory.h"
Include dependency graph for lltexturectrl.cpp:
Go to the source code of this file.
Classes | |
class | LLFloaterTexturePicker |
class | LLTextureFetchDescendentsObserver |
class | LLToolTexEyedropper |
Variables | |
static const S32 | CLOSE_BTN_WIDTH = 100 |
const S32 | PIPETTE_BTN_WIDTH = 32 |
static const S32 | HPAD = 4 |
static const S32 | VPAD = 4 |
static const S32 | LINE = 16 |
static const S32 | SMALL_BTN_WIDTH = 64 |
static const S32 | TEX_PICKER_MIN_WIDTH |
static const S32 | CLEAR_BTN_WIDTH = 50 |
static const S32 | TEX_PICKER_MIN_HEIGHT = 290 |
static const S32 | FOOTER_HEIGHT = 100 |
static const S32 | BORDER_PAD = HPAD |
static const S32 | TEXTURE_INVENTORY_PADDING = 30 |
static const F32 | CONTEXT_CONE_IN_ALPHA = 0.0f |
static const F32 | CONTEXT_CONE_OUT_ALPHA = 1.f |
static const F32 | CONTEXT_FADE_TIME = 0.08f |
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 lltexturectrl.cpp.
const S32 BORDER_PAD = HPAD [static] |
Definition at line 90 of file lltexturectrl.cpp.
const S32 CLEAR_BTN_WIDTH = 50 [static] |
Definition at line 87 of file lltexturectrl.cpp.
const S32 CLOSE_BTN_WIDTH = 100 [static] |
Definition at line 69 of file lltexturectrl.cpp.
const F32 CONTEXT_CONE_IN_ALPHA = 0.0f [static] |
Definition at line 92 of file lltexturectrl.cpp.
const F32 CONTEXT_CONE_OUT_ALPHA = 1.f [static] |
Definition at line 93 of file lltexturectrl.cpp.
const F32 CONTEXT_FADE_TIME = 0.08f [static] |
Definition at line 94 of file lltexturectrl.cpp.
const S32 FOOTER_HEIGHT = 100 [static] |
Definition at line 89 of file lltexturectrl.cpp.
Definition at line 71 of file lltexturectrl.cpp.
Definition at line 73 of file lltexturectrl.cpp.
const S32 PIPETTE_BTN_WIDTH = 32 |
Definition at line 70 of file lltexturectrl.cpp.
const S32 SMALL_BTN_WIDTH = 64 [static] |
Definition at line 74 of file lltexturectrl.cpp.
const S32 TEX_PICKER_MIN_HEIGHT = 290 [static] |
Definition at line 88 of file lltexturectrl.cpp.
const S32 TEX_PICKER_MIN_WIDTH [static] |
Initial value:
(HPAD + CLOSE_BTN_WIDTH + HPAD + CLOSE_BTN_WIDTH + HPAD + SMALL_BTN_WIDTH + HPAD + SMALL_BTN_WIDTH + HPAD + 30 + RESIZE_HANDLE_WIDTH * 2)
Definition at line 75 of file lltexturectrl.cpp.
const S32 TEXTURE_INVENTORY_PADDING = 30 [static] |
Definition at line 91 of file lltexturectrl.cpp.
Definition at line 72 of file lltexturectrl.cpp.