diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-09-07 17:55:10 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-09-07 17:55:10 +0100 |
commit | bd734e31982306f601a069dcd558b7270cd46ef9 (patch) | |
tree | 0c5222e85c8d04d57448ca35f4bcc3d52407fd5e /indra/newview/llavatarlist.h | |
parent | ebfbaad9696ce0389ed1a9642d58dfb4a0abdc17 (diff) | |
parent | 65f0b633e0b5beeda3723708fb3f2c87e562a975 (diff) |
VWR-21253 MERGE Permission icons in the friends list
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 83faa53c28..9d3dcb75f3 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; |