#include "llviewerprecompiledheaders.h"
#include "llfloaterpreference.h"
#include "llbutton.h"
#include "llcheckboxctrl.h"
#include "lldir.h"
#include "llfocusmgr.h"
#include "llscrollbar.h"
#include "llspinctrl.h"
#include "message.h"
#include "llfloaterabout.h"
#include "llpanelnetwork.h"
#include "llpanelaudioprefs.h"
#include "llpaneldisplay.h"
#include "llpaneldebug.h"
#include "llpanelgeneral.h"
#include "llpanelinput.h"
#include "llpanelLCD.h"
#include "llpanelmsgs.h"
#include "llpanelweb.h"
#include "llpaneldatabase.h"
#include "llprefschat.h"
#include "llprefsvoice.h"
#include "llprefsim.h"
#include "llresizehandle.h"
#include "llresmgr.h"
#include "llassetstorage.h"
#include "llagent.h"
#include "llviewercontrol.h"
#include "llviewernetwork.h"
#include "llvieweruictrlfactory.h"
#include "llviewerwindow.h"
#include "llkeyboard.h"
#include "llscrollcontainer.h"
Include dependency graph for llfloaterpreference.cpp:
Go to the source code of this file.
Functions | |
S32 | pref_min_width () |
S32 | pref_min_height () |
Variables | |
const S32 | PREF_BORDER = 4 |
const S32 | PREF_PAD = 5 |
const S32 | PREF_BUTTON_WIDTH = 70 |
const S32 | PREF_CATEGORY_WIDTH = 150 |
const S32 | PREF_FLOATER_MIN_HEIGHT = 2 * SCROLLBAR_SIZE + 2 * LLPANEL_BORDER_WIDTH + 96 |
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 llfloaterpreference.cpp.
S32 pref_min_height | ( | ) |
Definition at line 104 of file llfloaterpreference.cpp.
References BTN_HEIGHT, PREF_BORDER, PREF_FLOATER_MIN_HEIGHT, and PREF_PAD.
S32 pref_min_width | ( | ) |
Definition at line 94 of file llfloaterpreference.cpp.
References PREF_BORDER, PREF_BUTTON_WIDTH, PREF_CATEGORY_WIDTH, PREF_PAD, and RESIZE_HANDLE_WIDTH.
const S32 PREF_BORDER = 4 |
Definition at line 76 of file llfloaterpreference.cpp.
Referenced by pref_min_height(), and pref_min_width().
const S32 PREF_BUTTON_WIDTH = 70 |
Definition at line 78 of file llfloaterpreference.cpp.
const S32 PREF_CATEGORY_WIDTH = 150 |
const S32 PREF_FLOATER_MIN_HEIGHT = 2 * SCROLLBAR_SIZE + 2 * LLPANEL_BORDER_WIDTH + 96 |
Definition at line 77 of file llfloaterpreference.cpp.
Referenced by pref_min_height(), and pref_min_width().