aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltoolselectrect.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/lltoolselectrect.h
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/newview/lltoolselectrect.h')
-rw-r--r--linden/indra/newview/lltoolselectrect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/lltoolselectrect.h b/linden/indra/newview/lltoolselectrect.h
index e4bb384..07310ae 100644
--- a/linden/indra/newview/lltoolselectrect.h
+++ b/linden/indra/newview/lltoolselectrect.h
@@ -46,6 +46,8 @@ public:
46 virtual BOOL handleHover(S32 x, S32 y, MASK mask); 46 virtual BOOL handleHover(S32 x, S32 y, MASK mask);
47 virtual void draw(); // draw the select rectangle 47 virtual void draw(); // draw the select rectangle
48 48
49 void handlePick(const LLPickInfo& pick);
50
49protected: 51protected:
50 void handleRectangleSelection(S32 x, S32 y, MASK mask); // true if you selected one 52 void handleRectangleSelection(S32 x, S32 y, MASK mask); // true if you selected one
51 BOOL outsideSlop(S32 x, S32 y, S32 start_x, S32 start_y); 53 BOOL outsideSlop(S32 x, S32 y, S32 start_x, S32 start_y);