#include "llcoord.h"
#include "llfontgl.h"
#include "llmortician.h"
#include "llmousehandler.h"
#include "llnametable.h"
#include "llsd.h"
#include "llstring.h"
#include "llrect.h"
#include "llui.h"
#include "lluixmltags.h"
#include "llviewquery.h"
#include "llxmlnode.h"
#include "stdenums.h"
Include dependency graph for llview.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | LLViewHandle |
class | LLView |
class | LLView::LLFocusRootsFilter |
class | LLCompareByTabOrder |
Variables | |
const U32 | FOLLOWS_NONE = 0x00 |
const U32 | FOLLOWS_LEFT = 0x01 |
const U32 | FOLLOWS_RIGHT = 0x02 |
const U32 | FOLLOWS_TOP = 0x10 |
const U32 | FOLLOWS_BOTTOM = 0x20 |
const U32 | FOLLOWS_ALL = 0x33 |
const BOOL | MOUSE_OPAQUE = TRUE |
const BOOL | NOT_MOUSE_OPAQUE = FALSE |
const U32 | GL_NAME_UI_RESERVED = 2 |
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 llview.h.
const U32 FOLLOWS_ALL = 0x33 |
Definition at line 63 of file llview.h.
Referenced by LLView::followsAll(), LLViewerWindow::initBase(), and LLView::setFollowsAll().
const U32 FOLLOWS_BOTTOM = 0x20 |
Definition at line 62 of file llview.h.
Referenced by LLPermissionsView::addPermissionsData(), LLView::createRect(), LLView::followsBottom(), LLViewerWindow::initBase(), LLBottomPanel::LLBottomPanel(), LLColorSwatchCtrl::LLColorSwatchCtrl(), LLComboBox::LLComboBox(), LLLineEditor::LLLineEditor(), LLNotifyBox::LLNotifyBox(), LLProgressView::LLProgressView(), LLResizeHandle::LLResizeHandle(), LLTextureCtrl::LLTextureCtrl(), LLToolBar::LLToolBar(), LLFloaterView::reshape(), LLComboBox::setAllowTextEntry(), and LLView::setFollowsBottom().
const U32 FOLLOWS_LEFT = 0x01 |
Definition at line 59 of file llview.h.
Referenced by LLPermissionsView::addPermissionsData(), LLTabContainerVertical::addTabPanel(), LLView::createRect(), LLView::followsLeft(), LLViewerWindow::initBase(), LLViewerWindow::initWorldUI(), LLBottomPanel::LLBottomPanel(), LLColorSwatchCtrl::LLColorSwatchCtrl(), LLComboBox::LLComboBox(), LLFloaterCamera::LLFloaterCamera(), LLFloaterTestImpl::LLFloaterTestImpl(), LLLineEditor::LLLineEditor(), LLPanelDebug::LLPanelDebug(), LLResizeHandle::LLResizeHandle(), LLStatView::LLStatView(), LLTextureCtrl::LLTextureCtrl(), LLToolBar::LLToolBar(), LLPanelFace::postBuild(), LLFloaterTools::postBuild(), LLFloaterView::reshape(), LLView::setFollowsLeft(), and LLDragHandleTop::setTitle().
const U32 FOLLOWS_NONE = 0x00 |
const U32 FOLLOWS_RIGHT = 0x02 |
Definition at line 60 of file llview.h.
Referenced by LLPermissionsView::addPermissionsData(), LLView::createRect(), LLView::followsRight(), LLViewerWindow::initBase(), LLViewerWindow::initWorldUI(), LLBottomPanel::LLBottomPanel(), LLColorSwatchCtrl::LLColorSwatchCtrl(), LLComboBox::LLComboBox(), LLGroupNotifyBox::LLGroupNotifyBox(), LLLineEditor::LLLineEditor(), LLNotifyBox::LLNotifyBox(), LLProgressView::LLProgressView(), LLResizeHandle::LLResizeHandle(), LLTextureCtrl::LLTextureCtrl(), LLToolBar::LLToolBar(), LLFloaterView::reshape(), LLComboBox::setAllowTextEntry(), LLView::setFollowsRight(), and LLDragHandleTop::setTitle().
const U32 FOLLOWS_TOP = 0x10 |
Definition at line 61 of file llview.h.
Referenced by LLTabContainerVertical::addTabPanel(), LLView::createRect(), LLView::followsTop(), LLViewerWindow::initWorldUI(), LLComboBox::LLComboBox(), LLFloaterCamera::LLFloaterCamera(), LLFloaterTestImpl::LLFloaterTestImpl(), LLGroupNotifyBox::LLGroupNotifyBox(), LLLineEditor::LLLineEditor(), LLNotifyBox::LLNotifyBox(), LLPanelDebug::LLPanelDebug(), LLResizeHandle::LLResizeHandle(), LLStatView::LLStatView(), LLPanelFace::postBuild(), LLFloaterTools::postBuild(), LLFloaterView::reshape(), LLComboBox::setAllowTextEntry(), LLView::setFollowsTop(), and LLDragHandleTop::setTitle().
const U32 GL_NAME_UI_RESERVED = 2 |
const BOOL MOUSE_OPAQUE = TRUE |
const BOOL NOT_MOUSE_OPAQUE = FALSE |