diff options
author | McCabe Maxsted | 2009-09-21 12:16:13 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-09-21 12:16:13 -0700 |
commit | 3cb501babf196f8c07d7a03c2f058723e88d8f5e (patch) | |
tree | e2deb6b74ea87b706d799f1cc13d7f9978d15921 /linden/indra/newview/llnetmap.h | |
parent | Added adult compliant flag (diff) | |
parent | Estate and track buttons now disable when they should, tweaked spacing (diff) | |
download | meta-impy-3cb501babf196f8c07d7a03c2f058723e88d8f5e.zip meta-impy-3cb501babf196f8c07d7a03c2f058723e88d8f5e.tar.gz meta-impy-3cb501babf196f8c07d7a03c2f058723e88d8f5e.tar.bz2 meta-impy-3cb501babf196f8c07d7a03c2f058723e88d8f5e.tar.xz |
Merged 1.2.0-radar2 into 1.2.0-next
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llnetmap.h | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/linden/indra/newview/llnetmap.h b/linden/indra/newview/llnetmap.h index ef046d8..55fbe1f 100644 --- a/linden/indra/newview/llnetmap.h +++ b/linden/indra/newview/llnetmap.h | |||
@@ -52,6 +52,8 @@ class LLNetMap : public LLPanel | |||
52 | { | 52 | { |
53 | public: | 53 | public: |
54 | LLNetMap(const std::string& name); | 54 | LLNetMap(const std::string& name); |
55 | |||
56 | virtual BOOL postBuild(); | ||
55 | virtual ~LLNetMap(); | 57 | virtual ~LLNetMap(); |
56 | 58 | ||
57 | virtual void draw(); | 59 | virtual void draw(); |
@@ -111,8 +113,8 @@ private: | |||
111 | LLPointer<LLImageGL> mObjectImagep; | 113 | LLPointer<LLImageGL> mObjectImagep; |
112 | 114 | ||
113 | private: | 115 | private: |
114 | LLUUID mClosestAgentToCursor; | 116 | LLUUID mClosestAgentToCursor; |
115 | LLUUID mClosestAgentAtLastRightClick; | 117 | LLUUID mClosestAgentAtLastRightClick; |
116 | 118 | ||
117 | static BOOL sRotateMap; | 119 | static BOOL sRotateMap; |
118 | static LLNetMap* sInstance; | 120 | static LLNetMap* sInstance; |
@@ -140,6 +142,18 @@ private: | |||
140 | /*virtual*/ bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata); | 142 | /*virtual*/ bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata); |
141 | }; | 143 | }; |
142 | 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 | |||
143 | class LLShowWorldMap : public LLMemberListener<LLNetMap> | 157 | class LLShowWorldMap : public LLMemberListener<LLNetMap> |
144 | { | 158 | { |
145 | public: | 159 | public: |