summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelpeoplemenus.h
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2013-06-04 14:05:13 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2013-06-04 14:05:13 -0700
commit6bf2dad1cc8df2769a0833786bc16eea96649d6d (patch)
treede2c5b829070ad2f1fbd28d31d6a879e2d81e85c /indra/newview/llpanelpeoplemenus.h
parentad7dc22ad5d48d703c2cf20fb77ff69dcf3ae820 (diff)
ACME-484: Right-click menu only has 'Add Friend' and 'View Profile' options. Also multi-select is disabled.
Diffstat (limited to 'indra/newview/llpanelpeoplemenus.h')
-rwxr-xr-xindra/newview/llpanelpeoplemenus.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/indra/newview/llpanelpeoplemenus.h b/indra/newview/llpanelpeoplemenus.h
index 0a1dcef303..5367eca0d3 100755
--- a/indra/newview/llpanelpeoplemenus.h
+++ b/indra/newview/llpanelpeoplemenus.h
@@ -58,8 +58,21 @@ protected:
/*virtual*/ void buildContextMenu(class LLMenuGL& menu, U32 flags);
};
+/**
+ * Menu used in the suggested friends list.
+ */
+class SuggestedFriendsContextMenu : public PeopleContextMenu
+{
+public:
+ /*virtual*/ LLContextMenu * createMenu();
+
+protected:
+ /*virtual*/ void buildContextMenu(class LLMenuGL& menu, U32 flags);
+};
+
extern PeopleContextMenu gPeopleContextMenu;
extern NearbyPeopleContextMenu gNearbyPeopleContextMenu;
+extern SuggestedFriendsContextMenu gSuggestedFriendsContextMenu;
} // namespace LLPanelPeopleMenus