From 215f423cbe18fe9ca14a26caef918d303bad28ff Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:45:11 -0500 Subject: Second Life viewer sources 1.18.4.0-RC --- linden/indra/newview/llmaniptranslate.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'linden/indra/newview/llmaniptranslate.h') diff --git a/linden/indra/newview/llmaniptranslate.h b/linden/indra/newview/llmaniptranslate.h index 04c3d5a..8821b64 100644 --- a/linden/indra/newview/llmaniptranslate.h +++ b/linden/indra/newview/llmaniptranslate.h @@ -2,6 +2,8 @@ * @file llmaniptranslate.h * @brief LLManipTranslate class definition * + * $LicenseInfo:firstyear=2002&license=viewergpl$ + * * Copyright (c) 2002-2007, Linden Research, Inc. * * Second Life Viewer Source Code @@ -24,6 +26,7 @@ * 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$ */ #ifndef LL_LLMANIPTRANSLATE_H @@ -61,9 +64,9 @@ public: virtual void handleSelect(); virtual void handleDeselect(); - EManipPart getHighlightedPart() { return mHighlightedPart; } virtual void highlightManipulators(S32 x, S32 y); - /*virtual*/ BOOL handleMouseDownOnPart(S32 x, S32 y, MASK mask); + virtual BOOL handleMouseDownOnPart(S32 x, S32 y, MASK mask); + virtual BOOL canAffectSelection(); protected: enum EHandleType { @@ -104,7 +107,6 @@ private: LLTimer mUpdateTimer; LLLinkedList mProjectedManipulators; LLVector4 mManipulatorVertices[18]; - EManipPart mHighlightedPart; F32 mSnapOffsetMeters; LLVector3 mSnapOffsetAxis; LLQuaternion mGridRotation; -- cgit v1.1