#include "llviewerprecompiledheaders.h"
#include "lltoolcomp.h"
#include "llgl.h"
#include "indra_constants.h"
#include "llmanip.h"
#include "llmaniprotate.h"
#include "llmanipscale.h"
#include "llmaniptranslate.h"
#include "llmenugl.h"
#include "llselectmgr.h"
#include "lltoolfocus.h"
#include "lltoolgrab.h"
#include "lltoolgun.h"
#include "lltoolmgr.h"
#include "lltoolselect.h"
#include "lltoolselectrect.h"
#include "lltoolplacer.h"
#include "llviewermenu.h"
#include "llviewerobject.h"
#include "llviewerwindow.h"
#include "llagent.h"
#include "llfloatertools.h"
#include "llviewercontrol.h"
Include dependency graph for lltoolcomp.cpp:
Go to the source code of this file.
Variables | |
const S32 | BUTTON_HEIGHT = 16 |
const S32 | BUTTON_WIDTH_SMALL = 32 |
const S32 | BUTTON_WIDTH_BIG = 48 |
const S32 | HPAD = 4 |
LLToolCompInspect * | gToolInspect = NULL |
LLToolCompTranslate * | gToolTranslate = NULL |
LLToolCompScale * | gToolStretch = NULL |
LLToolCompRotate * | gToolRotate = NULL |
LLToolCompCreate * | gToolCreate = NULL |
LLToolCompGun * | gToolGun = NULL |
LLControlGroup | gSavedSettings |
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 lltoolcomp.cpp.
const S32 BUTTON_HEIGHT = 16 |
Definition at line 59 of file lltoolcomp.cpp.
const S32 BUTTON_WIDTH_BIG = 48 |
Definition at line 61 of file lltoolcomp.cpp.
const S32 BUTTON_WIDTH_SMALL = 32 |
Definition at line 60 of file lltoolcomp.cpp.
Definition at line 55 of file llviewercontrol.cpp.
LLToolCompCreate* gToolCreate = NULL |
Definition at line 69 of file lltoolcomp.cpp.
Referenced by LLLandBuild::handleEvent(), LLObjectBuild::handleEvent(), LLToolMgr::initTools(), LLToolCompCreate::pickCallback(), LLFloaterTools::postBuild(), toggle_build_mode(), LLFloaterTools::updatePopup(), and LLToolMgr::~LLToolMgr().
LLToolCompGun* gToolGun = NULL |
Definition at line 70 of file lltoolcomp.cpp.
Referenced by LLViewerWindow::handlePerFrameHover(), LLToolMgr::initTools(), and LLToolMgr::~LLToolMgr().
LLToolCompInspect* gToolInspect = NULL |
Definition at line 65 of file lltoolcomp.cpp.
Referenced by LLViewerWindow::handlePerFrameHover(), LLToolMgr::initTools(), LLFloaterInspect::onFocusReceived(), LLToolCompInspect::pickCallback(), LLFloaterInspect::show(), LLFloaterInspect::~LLFloaterInspect(), and LLToolMgr::~LLToolMgr().
LLToolCompRotate* gToolRotate = NULL |
Definition at line 68 of file lltoolcomp.cpp.
Referenced by LLPanelObject::draw(), LLToolCompScale::getOverrideTool(), LLToolCompTranslate::getOverrideTool(), LLToolMgr::initTools(), LLToolCompRotate::pickCallback(), LLFloaterTools::postBuild(), LLViewerWindow::renderSelections(), LLFloaterTools::updatePopup(), and LLToolMgr::~LLToolMgr().
LLToolCompScale* gToolStretch = NULL |
Definition at line 67 of file lltoolcomp.cpp.
Referenced by LLPanelObject::draw(), LLToolCompRotate::getOverrideTool(), LLToolCompTranslate::getOverrideTool(), LLToolMgr::initTools(), LLToolCompScale::pickCallback(), LLFloaterTools::postBuild(), LLViewerWindow::renderSelections(), LLFloaterTools::updatePopup(), and LLToolMgr::~LLToolMgr().
LLToolCompTranslate* gToolTranslate = NULL |
Definition at line 66 of file lltoolcomp.cpp.
Referenced by LLPanelObject::draw(), LLObjectEdit::handleEvent(), LLToolMgr::initTools(), LLToolCompTranslate::pickCallback(), LLToolPlacer::placeObject(), LLFloaterTools::postBuild(), LLViewerWindow::renderSelections(), LLFloaterTelehub::show(), LLFloaterTools::updatePopup(), and LLToolMgr::~LLToolMgr().
Definition at line 62 of file lltoolcomp.cpp.