aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltool.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:50 -0500
committerJacek Antonelli2008-08-15 23:44:50 -0500
commit89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch)
treebcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/lltool.h
parentSecond Life viewer sources 1.13.3.2 (diff)
downloadmeta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz
Second Life viewer sources 1.14.0.0
Diffstat (limited to 'linden/indra/newview/lltool.h')
-rw-r--r--linden/indra/newview/lltool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/lltool.h b/linden/indra/newview/lltool.h
index 3116c72..866755a 100644
--- a/linden/indra/newview/lltool.h
+++ b/linden/indra/newview/lltool.h
@@ -77,6 +77,8 @@ public:
77 virtual void handleSelect() { } // do stuff when your tool is selected 77 virtual void handleSelect() { } // do stuff when your tool is selected
78 virtual void handleDeselect() { } // clean up when your tool is deselected 78 virtual void handleDeselect() { } // clean up when your tool is deselected
79 79
80 virtual LLTool* getOverrideTool(MASK mask);
81
80 // isAlwaysRendered() - return true if this is a tool that should 82 // isAlwaysRendered() - return true if this is a tool that should
81 // always be rendered regardless of selection. 83 // always be rendered regardless of selection.
82 virtual BOOL isAlwaysRendered() { return FALSE; } 84 virtual BOOL isAlwaysRendered() { return FALSE; }