diff options
author | andreykproductengine <akleshchev@productengine.com> | 2015-06-02 13:57:54 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2015-06-02 13:57:54 +0300 |
commit | af203304a37c153af77d3a46e29ad4ecd6489512 (patch) | |
tree | 3a98e664ddd823222354de4e2a44dc63dbd25869 /indra/llui/llfolderviewitem.h | |
parent | b90b1ccca0fe5c88fdfed36647ea2a7e3f002fb0 (diff) | |
parent | f3c58f765c0168f25bb13c4427e34b4bdad2f671 (diff) |
Merge from 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 0cd20a0f2d..5ad5731cad 100644..100755 --- a/indra/llui/llfolderviewitem.h +++ b/indra/llui/llfolderviewitem.h @@ -454,5 +454,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 |