#include "linden_common.h"
#include "lltabcontainer.h"
#include "llfocusmgr.h"
#include "llfontgl.h"
#include "llgl.h"
#include "llbutton.h"
#include "llrect.h"
#include "llpanel.h"
#include "llresmgr.h"
#include "llkeyboard.h"
#include "llresizehandle.h"
#include "llui.h"
#include "lltextbox.h"
#include "llcontrol.h"
#include "llcriticaldamp.h"
#include "lluictrlfactory.h"
#include "lltabcontainervertical.h"
#include "llglheaders.h"
Include dependency graph for lltabcontainer.cpp:
Go to the source code of this file.
Variables | |
const F32 | SCROLL_STEP_TIME = 0.4f |
const F32 | SCROLL_DELAY_TIME = 0.5f |
const S32 | TAB_PADDING = 15 |
const S32 | TABCNTR_TAB_MIN_WIDTH = 60 |
const S32 | TABCNTR_TAB_MAX_WIDTH = 150 |
const S32 | TABCNTR_TAB_PARTIAL_WIDTH = 12 |
const S32 | TABCNTR_TAB_HEIGHT = 16 |
const S32 | TABCNTR_ARROW_BTN_SIZE = 16 |
const S32 | TABCNTR_BUTTON_PANEL_OVERLAP = 1 |
const S32 | TABCNTR_TAB_H_PAD = 4 |
Copyright (c) 2001-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 lltabcontainer.cpp.
const F32 SCROLL_DELAY_TIME = 0.5f |
Definition at line 57 of file lltabcontainer.cpp.
Referenced by LLTabContainer::handleDragAndDrop().
const F32 SCROLL_STEP_TIME = 0.4f |
Definition at line 56 of file lltabcontainer.cpp.
Referenced by LLTabContainerCommon::onNextBtnHeld(), and LLTabContainerCommon::onPrevBtnHeld().
const S32 TAB_PADDING = 15 |
Definition at line 58 of file lltabcontainer.cpp.
Referenced by LLTabContainer::addTabPanel(), LLTabContainer::setPanelTitle(), and LLTabContainer::setTabImage().
const S32 TABCNTR_ARROW_BTN_SIZE = 16 |
Definition at line 63 of file lltabcontainer.cpp.
Referenced by LLTabContainer::draw(), LLTabContainer::initButtons(), LLTabContainer::selectTab(), and LLTabContainer::updateMaxScrollPos().
const S32 TABCNTR_BUTTON_PANEL_OVERLAP = 1 |
const S32 TABCNTR_TAB_H_PAD = 4 |
Definition at line 65 of file lltabcontainer.cpp.
Referenced by LLTabContainer::draw(), and LLTabContainer::updateMaxScrollPos().
const S32 TABCNTR_TAB_HEIGHT = 16 |
const S32 TABCNTR_TAB_MAX_WIDTH = 150 |
Definition at line 60 of file lltabcontainer.cpp.
const S32 TABCNTR_TAB_MIN_WIDTH = 60 |
Definition at line 59 of file lltabcontainer.cpp.
const S32 TABCNTR_TAB_PARTIAL_WIDTH = 12 |
Definition at line 61 of file lltabcontainer.cpp.
Referenced by LLTabContainer::draw(), and LLTabContainer::updateMaxScrollPos().