diff options
Diffstat (limited to 'linden/indra/newview/llworldmapview.h')
-rw-r--r-- | linden/indra/newview/llworldmapview.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/linden/indra/newview/llworldmapview.h b/linden/indra/newview/llworldmapview.h index 7eeb554..28ffb42 100644 --- a/linden/indra/newview/llworldmapview.h +++ b/linden/indra/newview/llworldmapview.h | |||
@@ -2,6 +2,8 @@ | |||
2 | * @file llworldmapview.h | 2 | * @file llworldmapview.h |
3 | * @brief LLWorldMapView class header file | 3 | * @brief LLWorldMapView class header file |
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2001&license=viewergpl$ | ||
6 | * | ||
5 | * Copyright (c) 2001-2007, Linden Research, Inc. | 7 | * Copyright (c) 2001-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 | // Global map of the world. | 32 | // Global map of the world. |
@@ -89,9 +92,10 @@ public: | |||
89 | virtual void draw(); | 92 | virtual void draw(); |
90 | void drawGenericItems(const LLWorldMap::item_info_list_t& items, LLPointer<LLViewerImage> image); | 93 | void drawGenericItems(const LLWorldMap::item_info_list_t& items, LLPointer<LLViewerImage> image); |
91 | void drawGenericItem(const LLItemInfo& item, LLPointer<LLViewerImage> image); | 94 | void drawGenericItem(const LLItemInfo& item, LLPointer<LLViewerImage> image); |
95 | void drawImage(const LLVector3d& global_pos, LLPointer<LLViewerImage> image, const LLColor4& color = LLColor4::white); | ||
96 | void drawImageStack(const LLVector3d& global_pos, LLPointer<LLViewerImage> image, U32 count, F32 offset, const LLColor4& color); | ||
92 | void drawAgents(); | 97 | void drawAgents(); |
93 | void drawEvents(); | 98 | void drawEvents(); |
94 | void drawDots(); | ||
95 | void drawFrustum(); | 99 | void drawFrustum(); |
96 | 100 | ||
97 | static void cleanupTextures(); | 101 | static void cleanupTextures(); |
@@ -100,7 +104,7 @@ public: | |||
100 | // the view area. | 104 | // the view area. |
101 | void drawTracking( const LLVector3d& pos_global, | 105 | void drawTracking( const LLVector3d& pos_global, |
102 | const LLColor4& color, | 106 | const LLColor4& color, |
103 | BOOL draw_arrow = TRUE, LLString label = "", LLString tooltip = "", S32 vert_offset = 0); | 107 | BOOL draw_arrow = TRUE, LLString label = LLString(), LLString tooltip = "", S32 vert_offset = 0); |
104 | static void drawTrackingArrow(const LLRect& view_rect, S32 x, S32 y, | 108 | static void drawTrackingArrow(const LLRect& view_rect, S32 x, S32 y, |
105 | const LLColor4& color, | 109 | const LLColor4& color, |
106 | S32 arrow_size = DEFAULT_TRACKING_ARROW_SIZE); | 110 | S32 arrow_size = DEFAULT_TRACKING_ARROW_SIZE); |
@@ -142,6 +146,8 @@ public: | |||
142 | static LLPointer<LLViewerImage> sAvatarYouSmallImage; | 146 | static LLPointer<LLViewerImage> sAvatarYouSmallImage; |
143 | static LLPointer<LLViewerImage> sAvatarSmallImage; | 147 | static LLPointer<LLViewerImage> sAvatarSmallImage; |
144 | static LLPointer<LLViewerImage> sAvatarLargeImage; | 148 | static LLPointer<LLViewerImage> sAvatarLargeImage; |
149 | static LLPointer<LLViewerImage> sAvatarAboveImage; | ||
150 | static LLPointer<LLViewerImage> sAvatarBelowImage; | ||
145 | static LLPointer<LLViewerImage> sTelehubImage; | 151 | static LLPointer<LLViewerImage> sTelehubImage; |
146 | static LLPointer<LLViewerImage> sInfohubImage; | 152 | static LLPointer<LLViewerImage> sInfohubImage; |
147 | static LLPointer<LLViewerImage> sHomeImage; | 153 | static LLPointer<LLViewerImage> sHomeImage; |