diff options
author | angela <angela@lindenlab.com> | 2010-01-19 18:18:59 +0800 |
---|---|---|
committer | angela <angela@lindenlab.com> | 2010-01-19 18:18:59 +0800 |
commit | 9c0ce03d820a13aa771111ed51759752e2306836 (patch) | |
tree | 044d7f126aa498f7109e3daff9953c1756748447 /indra/newview/lltoolpie.h | |
parent | 2bf089c6ab0305ccecc8d104a05a9f8a237b068d (diff) |
EXT-1341 Inspectors - Break LLToolPie::handleTooltip into smaller functions, handleTooltipLand vs. handleTooltipObject
Diffstat (limited to 'indra/newview/lltoolpie.h')
-rw-r--r-- | indra/newview/lltoolpie.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/lltoolpie.h b/indra/newview/lltoolpie.h index 5f0e28fa95..8a4c949aef 100644 --- a/indra/newview/lltoolpie.h +++ b/indra/newview/lltoolpie.h @@ -89,7 +89,9 @@ private: bool handleMediaClick(const LLPickInfo& info); bool handleMediaHover(const LLPickInfo& info); - bool handleMediaMouseUp(); + bool handleMediaMouseUp(); + BOOL handleTooltipLand(std::string line, std::string tooltip_msg); + BOOL handleTooltipObject( LLViewerObject* hover_object, std::string line, std::string tooltip_msg); private: BOOL mGrabMouseButtonDown; |