diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-01-14 17:40:44 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-01-14 17:40:44 -0500 |
commit | be83e48fc12fbaf225f9f3e6ad5042320595ce26 (patch) | |
tree | e728e8639a1cc1b4de8fb1d6fb2e236d03deff02 /indra/newview/llvoavatarself.h | |
parent | ae6eef4b83d7770e6f35cf30f2f1dfcb07e4655a (diff) |
SL-92 WIP - more on region notification and managing hover
Diffstat (limited to 'indra/newview/llvoavatarself.h')
-rwxr-xr-x | indra/newview/llvoavatarself.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llvoavatarself.h b/indra/newview/llvoavatarself.h index a47b6c3463..6e585520da 100755 --- a/indra/newview/llvoavatarself.h +++ b/indra/newview/llvoavatarself.h @@ -75,6 +75,9 @@ protected: // LLViewerObject interface and related //-------------------------------------------------------------------- public: + boost::signals2::connection mRegionChangedSlot; + + void onSimulatorFeaturesReceived(const LLUUID& region_id); /*virtual*/ void updateRegion(LLViewerRegion *regionp); /*virtual*/ void idleUpdate(LLAgent &agent, const F64 &time); @@ -327,6 +330,8 @@ public: public: bool sendAppearanceMessage(LLMessageSystem *mesgsys) const; + // -- care and feeding of hover height. + void setHoverIfRegionEnabled(); void sendHoverHeight() const; /** Appearance |