summaryrefslogtreecommitdiff
path: root/indra/llui/llfolderviewitem.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2015-05-29 17:11:37 -0700
committerMerov Linden <merov@lindenlab.com>2015-05-29 17:11:37 -0700
commit5cd0e7cf9065efc8402637d25d9bdae2eba44478 (patch)
treea28a25a58426ef698fc506559a0192d3e921c753 /indra/llui/llfolderviewitem.h
parentdad6f5d29f09955ad3fef243d52de9636a03fb53 (diff)
parentf3c58f765c0168f25bb13c4427e34b4bdad2f671 (diff)
Pull merge from lindenlab/viewer-release
Diffstat (limited to 'indra/llui/llfolderviewitem.h')
-rwxr-xr-x[-rw-r--r--]indra/llui/llfolderviewitem.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/llui/llfolderviewitem.h b/indra/llui/llfolderviewitem.h
index 4c2bb09cc5..ed4496cfaa 100644..100755
--- a/indra/llui/llfolderviewitem.h
+++ b/indra/llui/llfolderviewitem.h
@@ -456,5 +456,12 @@ public:
template<typename SORT_FUNC> void sortItems(const SORT_FUNC& func) { mItems.sort(func); }
};
+typedef std::deque<LLFolderViewItem*> folder_view_item_deque;
+
+class LLFolderViewGroupedItemModel: public LLRefCount
+{
+public:
+ virtual void groupFilterContextMenu(folder_view_item_deque& selected_items, LLMenuGL& menu) = 0;
+};
#endif // LLFOLDERVIEWITEM_H