diff options
author | Merov Linden <merov@lindenlab.com> | 2015-05-29 17:11:37 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2015-05-29 17:11:37 -0700 |
commit | 5cd0e7cf9065efc8402637d25d9bdae2eba44478 (patch) | |
tree | a28a25a58426ef698fc506559a0192d3e921c753 /indra/llui/llfolderviewitem.h | |
parent | dad6f5d29f09955ad3fef243d52de9636a03fb53 (diff) | |
parent | f3c58f765c0168f25bb13c4427e34b4bdad2f671 (diff) |
Pull merge from lindenlab/viewer-release
Diffstat (limited to 'indra/llui/llfolderviewitem.h')
-rwxr-xr-x[-rw-r--r--] | indra/llui/llfolderviewitem.h | 7 |
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 |