aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llnetmap.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-09-16 10:02:19 -0700
committerMcCabe Maxsted2009-09-16 13:49:43 -0700
commit15201e791e7572c7b573e427e12a81d7e39828a1 (patch)
tree4a74a4a26f3843f8b6225536fc8f29e821ee77b6 /linden/indra/newview/llnetmap.h
parentFixed min minimap size (diff)
downloadmeta-impy-15201e791e7572c7b573e427e12a81d7e39828a1.zip
meta-impy-15201e791e7572c7b573e427e12a81d7e39828a1.tar.gz
meta-impy-15201e791e7572c7b573e427e12a81d7e39828a1.tar.bz2
meta-impy-15201e791e7572c7b573e427e12a81d7e39828a1.tar.xz
Moved Rotate Mini-Map option to mini-map menu, added first use dialog
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llnetmap.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/linden/indra/newview/llnetmap.h b/linden/indra/newview/llnetmap.h
index 45b5e2d..55fbe1f 100644
--- a/linden/indra/newview/llnetmap.h
+++ b/linden/indra/newview/llnetmap.h
@@ -142,6 +142,18 @@ private:
142 /*virtual*/ bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata); 142 /*virtual*/ bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata);
143 }; 143 };
144 144
145 class LLRotateMap : public LLMemberListener<LLNetMap>
146 {
147 public:
148 /*virtual*/ bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata);
149 };
150
151 class LLCheckRotateMap : public LLMemberListener<LLNetMap>
152 {
153 public:
154 /*virtual*/ bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata);
155 };
156
145 class LLShowWorldMap : public LLMemberListener<LLNetMap> 157 class LLShowWorldMap : public LLMemberListener<LLNetMap>
146 { 158 {
147 public: 159 public: