Implemented right click option on MiniMap to hide or show objects

This commit is contained in:
Sean Devin
2013-08-14 09:55:47 +10:00
committed by Aleric Inglewood
parent 1ef90525b7
commit ffc44a7010
4 changed files with 42 additions and 6 deletions

View File

@@ -157,6 +157,18 @@ private:
/*virtual*/ bool handleEvent(LLPointer<LLOldEvents::LLEvent> event, const LLSD& userdata);
};
class LLCheckShowObjects : public LLMemberListener<LLNetMap>
{
public:
/*virtual*/ bool handleEvent(LLPointer<LLOldEvents::LLEvent> event, const LLSD& userdata);
};
class LLShowObjects : public LLMemberListener<LLNetMap>
{
public:
/*virtual*/ bool handleEvent(LLPointer<LLOldEvents::LLEvent> event, const LLSD& userdata);
};
class LLStopTracking : public LLMemberListener<LLNetMap>
{
public: