diff options
Diffstat (limited to 'linden/indra/newview/llmaniprotate.h')
-rw-r--r-- | linden/indra/newview/llmaniprotate.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/linden/indra/newview/llmaniprotate.h b/linden/indra/newview/llmaniprotate.h index 80ff488..460bd3f 100644 --- a/linden/indra/newview/llmaniprotate.h +++ b/linden/indra/newview/llmaniprotate.h | |||
@@ -2,6 +2,8 @@ | |||
2 | * @file llmaniprotate.h | 2 | * @file llmaniprotate.h |
3 | * @brief LLManipRotate class definition | 3 | * @brief LLManipRotate 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_LLMANIPROTATE_H | 32 | #ifndef LL_LLMANIPROTATE_H |
@@ -63,9 +66,10 @@ public: | |||
63 | virtual void handleSelect(); | 66 | virtual void handleSelect(); |
64 | virtual void handleDeselect(); | 67 | virtual void handleDeselect(); |
65 | 68 | ||
66 | BOOL handleMouseDownOnPart(S32 x, S32 y, MASK mask); | 69 | virtual BOOL handleMouseDownOnPart(S32 x, S32 y, MASK mask); |
67 | virtual void highlightManipulators(S32 x, S32 y); | 70 | virtual void highlightManipulators(S32 x, S32 y); |
68 | EManipPart getHighlightedPart() { return mHighlightedPart; } | 71 | virtual BOOL canAffectSelection(); |
72 | |||
69 | private: | 73 | private: |
70 | void updateHoverView(); | 74 | void updateHoverView(); |
71 | 75 | ||
@@ -108,7 +112,6 @@ private: | |||
108 | EManipPart mManipPart; | 112 | EManipPart mManipPart; |
109 | 113 | ||
110 | BOOL mSendUpdateOnMouseUp; | 114 | BOOL mSendUpdateOnMouseUp; |
111 | EManipPart mHighlightedPart; | ||
112 | 115 | ||
113 | BOOL mSmoothRotate; | 116 | BOOL mSmoothRotate; |
114 | BOOL mCamEdgeOn; | 117 | BOOL mCamEdgeOn; |