diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-10-12 17:06:13 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-10-12 17:06:13 -0400 |
commit | e1bd35de109dbd49cabd9bba97151b2b343ff5d2 (patch) | |
tree | c4a55790235b48453734283287ec275b9d80c770 /indra/newview/llpanelpeople.h | |
parent | 7b2b23c2b0e39564c8661894b5d847ce6337d207 (diff) | |
parent | 8964526beac48fe948689145857f71256a6d8f53 (diff) |
Automated merge up from viewer-beta
Diffstat (limited to 'indra/newview/llpanelpeople.h')
-rw-r--r-- | indra/newview/llpanelpeople.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/indra/newview/llpanelpeople.h b/indra/newview/llpanelpeople.h index d0913ee756..3109feef0c 100644 --- a/indra/newview/llpanelpeople.h +++ b/indra/newview/llpanelpeople.h @@ -30,6 +30,7 @@ #include <llpanel.h> #include "llcallingcard.h" // for avatar tracker +#include "llmenubutton.h" #include "llvoiceclient.h" class LLFilterEditor; @@ -100,10 +101,7 @@ private: void onShareButtonClicked(); void onMoreButtonClicked(); void onActivateButtonClicked(); - void onRecentViewSortButtonClicked(); - void onNearbyViewSortButtonClicked(); - void onFriendsViewSortButtonClicked(); - void onGroupsViewSortButtonClicked(); + void onViewSortButtonClicked(); void onAvatarListDoubleClicked(LLUICtrl* ctrl); void onAvatarListCommitted(LLAvatarList* list); void onGroupPlusButtonClicked(); @@ -157,6 +155,11 @@ private: Updater* mNearbyListUpdater; Updater* mRecentListUpdater; + LLMenuButton* mNearbyGearButton; + LLMenuButton* mFriendsGearButton; + LLMenuButton* mGroupsGearButton; + LLMenuButton* mRecentGearButton; + std::string mFilterSubString; std::string mFilterSubStringOrig; }; |