aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llmaniptranslate.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llmaniptranslate.h8
1 files changed, 5 insertions, 3 deletions
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 @@
2 * @file llmaniptranslate.h 2 * @file llmaniptranslate.h
3 * @brief LLManipTranslate class definition 3 * @brief LLManipTranslate class definition
4 * 4 *
5 * $LicenseInfo:firstyear=2002&license=viewergpl$
6 *
5 * Copyright (c) 2002-2007, Linden Research, Inc. 7 * Copyright (c) 2002-2007, Linden Research, Inc.
6 * 8 *
7 * Second Life Viewer Source Code 9 * Second Life Viewer Source Code
@@ -24,6 +26,7 @@
24 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO 26 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO
25 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, 27 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY,
26 * COMPLETENESS OR PERFORMANCE. 28 * COMPLETENESS OR PERFORMANCE.
29 * $/LicenseInfo$
27 */ 30 */
28 31
29#ifndef LL_LLMANIPTRANSLATE_H 32#ifndef LL_LLMANIPTRANSLATE_H
@@ -61,9 +64,9 @@ public:
61 virtual void handleSelect(); 64 virtual void handleSelect();
62 virtual void handleDeselect(); 65 virtual void handleDeselect();
63 66
64 EManipPart getHighlightedPart() { return mHighlightedPart; }
65 virtual void highlightManipulators(S32 x, S32 y); 67 virtual void highlightManipulators(S32 x, S32 y);
66 /*virtual*/ BOOL handleMouseDownOnPart(S32 x, S32 y, MASK mask); 68 virtual BOOL handleMouseDownOnPart(S32 x, S32 y, MASK mask);
69 virtual BOOL canAffectSelection();
67 70
68protected: 71protected:
69 enum EHandleType { 72 enum EHandleType {
@@ -104,7 +107,6 @@ private:
104 LLTimer mUpdateTimer; 107 LLTimer mUpdateTimer;
105 LLLinkedList<ManipulatorHandle> mProjectedManipulators; 108 LLLinkedList<ManipulatorHandle> mProjectedManipulators;
106 LLVector4 mManipulatorVertices[18]; 109 LLVector4 mManipulatorVertices[18];
107 EManipPart mHighlightedPart;
108 F32 mSnapOffsetMeters; 110 F32 mSnapOffsetMeters;
109 LLVector3 mSnapOffsetAxis; 111 LLVector3 mSnapOffsetAxis;
110 LLQuaternion mGridRotation; 112 LLQuaternion mGridRotation;