2 * Copyright (c) 1998-2007 Matthijs Hollemans
3 * All rights reserved. Distributed under the terms of the MIT License.
5 #ifndef GREP_LIST_VIEW_H
6 #define GREP_LIST_VIEW_H
10 #include <OutlineListView.h>
13 class ResultItem
: public BStringItem
{
15 ResultItem(const entry_ref
& ref
);
21 class GrepListView
: public BOutlineListView
{
25 ResultItem
* FindItem(const entry_ref
& ref
,
28 ResultItem
* RemoveResults(const entry_ref
& ref
,
32 #endif // GREP_LIST_VIEW_H