diff options
author | McCabe Maxsted | 2009-09-16 10:02:19 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-09-16 13:49:43 -0700 |
commit | 15201e791e7572c7b573e427e12a81d7e39828a1 (patch) | |
tree | 4a74a4a26f3843f8b6225536fc8f29e821ee77b6 /linden/indra/newview/llnetmap.h | |
parent | Fixed min minimap size (diff) | |
download | meta-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 'linden/indra/newview/llnetmap.h')
-rw-r--r-- | linden/indra/newview/llnetmap.h | 12 |
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: |