diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-07-22 17:35:35 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-07-22 17:35:35 +0100 |
commit | dcbdb1fee553dd3877447b659e35e158fabc0c47 (patch) | |
tree | e26019d661a5614383cd84e8cee84c6ef91dfe0e /indra/newview/llavatarlist.h | |
parent | 047b74c4f4727c41ae1086d18a12a9cf5aad5fce (diff) |
EXT-1579 FIXED Show icons representing permissions granted in friends list on roll-over.
Needs new icon artwork, currently reusing old 1.23 icons.
Diffstat (limited to 'indra/newview/llavatarlist.h')
-rw-r--r-- | indra/newview/llavatarlist.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llavatarlist.h b/indra/newview/llavatarlist.h index 84800842e9..823c586feb 100644 --- a/indra/newview/llavatarlist.h +++ b/indra/newview/llavatarlist.h @@ -54,7 +54,8 @@ public: show_last_interaction_time, // show most recent interaction time. *HACK: move this to a derived class show_info_btn, show_profile_btn, - show_speaking_indicator; + show_speaking_indicator, + show_permissions_granted; Params(); }; @@ -78,6 +79,7 @@ public: void toggleIcons(); void setSpeakingIndicatorsVisible(bool visible); + void showPermissions(bool visible); void sortByName(); void setShowIcons(std::string param_name); bool getIconsVisible() const { return mShowIcons; } @@ -115,6 +117,7 @@ private: bool mShowInfoBtn; bool mShowProfileBtn; bool mShowSpeakingIndicator; + bool mShowPermissions; LLTimer* mLITUpdateTimer; // last interaction time update timer std::string mIconParamName; |