diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-08-25 01:25:03 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-08-25 01:25:03 +0100 |
commit | d22675bd5d40f1ccbe1e3608fd860fcc980c0059 (patch) | |
tree | e26019d661a5614383cd84e8cee84c6ef91dfe0e /indra/newview/llavatarlist.h | |
parent | 98cc2365034a93c69704daa69efb389799cc9627 (diff) | |
parent | dcbdb1fee553dd3877447b659e35e158fabc0c47 (diff) |
Merge
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; |