aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llnetmap.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:42 -0500
committerJacek Antonelli2008-08-15 23:45:42 -0500
commitce28e056c20bf2723f565bbf464b87781ec248a2 (patch)
treeef7b0501c4de4b631a916305cbc2a5fdc125e52d /linden/indra/newview/llnetmap.h
parentSecond Life viewer sources 1.19.1.4b (diff)
downloadmeta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.zip
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.gz
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.bz2
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.xz
Second Life viewer sources 1.20.2
Diffstat (limited to 'linden/indra/newview/llnetmap.h')
-rw-r--r--linden/indra/newview/llnetmap.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/linden/indra/newview/llnetmap.h b/linden/indra/newview/llnetmap.h
index 88ec051..7a3654c 100644
--- a/linden/indra/newview/llnetmap.h
+++ b/linden/indra/newview/llnetmap.h
@@ -45,21 +45,12 @@ class LLCoordGL;
45class LLTextBox; 45class LLTextBox;
46class LLMenuGL; 46class LLMenuGL;
47 47
48class LLRotateNetMapListener : public LLSimpleListener
49{
50public:
51 bool handleEvent(LLPointer<LLEvent>, const LLSD& user_data);
52};
53
54class LLNetMap : public LLUICtrl 48class LLNetMap : public LLUICtrl
55{ 49{
56public: 50public:
57 LLNetMap(const std::string& name, const LLRect& rect, const LLColor4& bg_color ); 51 LLNetMap(const std::string& name, const LLRect& rect, const LLColor4& bg_color );
58 virtual ~LLNetMap(); 52 virtual ~LLNetMap();
59 53
60 virtual EWidgetType getWidgetType() const;
61 virtual LLString getWidgetTag() const;
62
63 virtual void draw(); 54 virtual void draw();
64 virtual BOOL handleDoubleClick( S32 x, S32 y, MASK mask ); 55 virtual BOOL handleDoubleClick( S32 x, S32 y, MASK mask );
65 virtual BOOL handleRightMouseDown( S32 x, S32 y, MASK mask ); 56 virtual BOOL handleRightMouseDown( S32 x, S32 y, MASK mask );
@@ -117,8 +108,6 @@ public:
117 LLTextBox* mTextBoxNorthWest; 108 LLTextBox* mTextBoxNorthWest;
118 LLTextBox* mTextBoxSouthWest; 109 LLTextBox* mTextBoxSouthWest;
119 110
120 LLRotateNetMapListener mNetMapListener;
121
122 static BOOL sRotateMap; 111 static BOOL sRotateMap;
123 static LLNetMap* sInstance; 112 static LLNetMap* sInstance;
124}; 113};